// bdamedia.h
typedef enum {
ChannelTypeNone,
ChannelTypeOther,
ChannelTypeVideo,
ChannelTypeAudio,
ChannelTypeText,
ChannelTypeSubtitles,
ChannelTypeCaptions,
ChannelTypeSuperimpose,
ChannelTypeData
} ChannelType;
View the official Windows Driver Kit DDI referenceNo description available.
This topic describes the ChannelType enumeration.
ChannelTypeNoneDefines the ChannelTypeNone constant.
ChannelTypeOtherDefines the ChannelTypeOther constant.
ChannelTypeVideoDefines the ChannelTypeVideo constant.
ChannelTypeAudioDefines the ChannelTypeAudio constant.
ChannelTypeTextDefines the ChannelTypeText constant.
ChannelTypeSubtitlesDefines the ChannelTypeSubtitles constant.
ChannelTypeCaptionsDefines the ChannelTypeCaptions constant.
ChannelTypeSuperimposeDefines the ChannelTypeSuperimpose constant.
ChannelTypeDataDefines the ChannelTypeData constant.