Struttura RILCALLMEDIASTATE (rilapitypes.h)
Questo argomento supporta l'infrastruttura driver di Windows e non deve essere usata direttamente dal codice.
Sintassi
typedef struct RILCALLMEDIASTATE {
RILCALLMEDIADIRECTION dwDirection;
RILCALLMEDIATYPE dwCallMediaType;
union {
RILCALLAUDIOMEDIASTATE stAudioState;
RILCALLVIDEOMEDIASTATE stVideoState;
RILCALLCUSTOMMEDIASTATE dwCustomStateSpecific;
DWORD pad[16];
} RILCALLMEDIASTATEUNION;
RILCALLMEDIASTATEUNION mediaStateUnion;
} RILCALLMEDIASTATE, *LPRILCALLMEDIASTATE;
Members
dwDirection
dwCallMediaType
RILCALLMEDIASTATEUNION
RILCALLMEDIASTATEUNION.stAudioState
RILCALLMEDIASTATEUNION.stVideoState
RILCALLMEDIASTATEUNION.dwCustomStateSpecific
RILCALLMEDIASTATEUNION.pad[16]
mediaStateUnion
Requisiti
Requisito | Valore |
---|---|
Intestazione | rilapitypes.h (includere Rilapitypes.h) |