Enumeração ChannelType (bdamedia.h)
Este tópico descreve a enumeração ChannelType .
Syntax
typedef enum {
ChannelTypeNone,
ChannelTypeOther,
ChannelTypeVideo,
ChannelTypeAudio,
ChannelTypeText,
ChannelTypeSubtitles,
ChannelTypeCaptions,
ChannelTypeSuperimpose,
ChannelTypeData
} ChannelType;
Constantes
ChannelTypeNone Define a constante ChannelTypeNone . |
ChannelTypeOther Define a constante ChannelTypeOther . |
ChannelTypeVideo Define a constante ChannelTypeVideo . |
ChannelTypeAudio Define a constante ChannelTypeAudio . |
ChannelTypeText Define a constante ChannelTypeText . |
ChannelTypeSubtitles Define a constante ChannelTypeSubtitles . |
ChannelTypeCaptions Define a constante ChannelTypeCaptions . |
ChannelTypeSuperimpose Define a constante ChannelTypeSuperimpose . |
ChannelTypeData Define a constante ChannelTypeData . |
Requisitos
Requisito | Valor |
---|---|
Cabeçalho | bdamedia.h (inclua Bdamedia.h) |