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

要求

要求
Header rilapitypes.h (包括 Rilapitypes.h)