Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic describes the ChannelType enumeration.
Syntax
typedef enum {
ChannelTypeNone,
ChannelTypeOther,
ChannelTypeVideo,
ChannelTypeAudio,
ChannelTypeText,
ChannelTypeSubtitles,
ChannelTypeCaptions,
ChannelTypeSuperimpose,
ChannelTypeData
} ChannelType;
Constants
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. |
Requirements
| Requirement | Value |
|---|---|
| Header | bdamedia.h (include Bdamedia.h) |