ChannelType enumeration (bdamedia.h)

This topic describes the ChannelType enumeration.

Syntax

typedef enum {
  ChannelTypeNone,
  ChannelTypeOther,
  ChannelTypeVideo,
  ChannelTypeAudio,
  ChannelTypeText,
  ChannelTypeSubtitles,
  ChannelTypeCaptions,
  ChannelTypeSuperimpose,
  ChannelTypeData
} ChannelType;

Constants

 
ChannelTypeNone
Defines the ChannelTypeNone constant.
ChannelTypeOther
Defines the ChannelTypeOther constant.
ChannelTypeVideo
Defines the ChannelTypeVideo constant.
ChannelTypeAudio
Defines the ChannelTypeAudio constant.
ChannelTypeText
Defines the ChannelTypeText constant.
ChannelTypeSubtitles
Defines the ChannelTypeSubtitles constant.
ChannelTypeCaptions
Defines the ChannelTypeCaptions constant.
ChannelTypeSuperimpose
Defines the ChannelTypeSuperimpose constant.
ChannelTypeData
Defines the ChannelTypeData constant.

Requirements

Requirement Value
Header bdamedia.h (include Bdamedia.h)