RILCALLMEDIASTATE 結構 (rilapitypes.h)

本主題支援 Windows 驅動程式基礎結構,並不適合直接從您的程式代碼使用。

語法

typedef struct RILCALLMEDIASTATE {
  RILCALLMEDIADIRECTION  dwDirection;
  RILCALLMEDIATYPE       dwCallMediaType;
  union {
    RILCALLAUDIOMEDIASTATE  stAudioState;
    RILCALLVIDEOMEDIASTATE  stVideoState;
    RILCALLCUSTOMMEDIASTATE dwCustomStateSpecific;
    DWORD                   pad[16];
  } RILCALLMEDIASTATEUNION;
  RILCALLMEDIASTATEUNION mediaStateUnion;
} RILCALLMEDIASTATE, *LPRILCALLMEDIASTATE;

成員

dwDirection

dwCallMediaType

RILCALLMEDIASTATEUNION

RILCALLMEDIASTATEUNION.stAudioState

RILCALLMEDIASTATEUNION.stVideoState

RILCALLMEDIASTATEUNION.dwCustomStateSpecific

RILCALLMEDIASTATEUNION.pad[16]

mediaStateUnion

要求

要求 價值
標頭 rilapitypes.h (包括 Rilapitypes.h)