This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.
Syntax
typedef enum RILCALLMEDIATYPE {
RIL_CALLMEDIATYPE_UNKNOWN,
RIL_CALLMEDIATYPE_AUDIO,
RIL_CALLMEDIATYPE_VIDEO,
RIL_CALLMEDIATYPE_CUSTOM,
RIL_CALLMEDIATYPE_MAX
} ;
Constants
|
RIL_CALLMEDIATYPE_UNKNOWN
|
RIL_CALLMEDIATYPE_AUDIO
|
RIL_CALLMEDIATYPE_VIDEO
|
RIL_CALLMEDIATYPE_CUSTOM
|
RIL_CALLMEDIATYPE_MAX
|
Requirements
Requirement |
Value |
Header |
ntddrilapitypes.h (include Rilapitypes.h) |