KSTELEPHONY_CALLINFO structure (ksmedia.h)

The KSTELEPHONY_CALLINFO structure specifies the type and state of a phone call for the KSPROPERTY_TELEPHONY_CALLINFO property.

Syntax

typedef struct _tagKSTELEPHONY_CALLINFO {
  TELEPHONY_CALLTYPE  CallType;
  TELEPHONY_CALLSTATE CallState;
} KSTELEPHONY_CALLINFO, *PKSTELEPHONY_CALLINFO;

Members

CallType

Specifies the type of phone call (circuit-switched, LTE packet-switched, or WLAN packet-switched).

CallState

Specifies the state of the phone call.

Requirements

Requirement Value
Minimum supported client Windows 10,Windows 10 Mobile
Minimum supported server Windows Server 2016
Header ksmedia.h