Enumeración ChannelType (bdamedia.h)
En este tema se describe la enumeración ChannelType.
Sintaxis
typedef enum {
ChannelTypeNone,
ChannelTypeOther,
ChannelTypeVideo,
ChannelTypeAudio,
ChannelTypeText,
ChannelTypeSubtitles,
ChannelTypeCaptions,
ChannelTypeSuperimpose,
ChannelTypeData
} ChannelType;
Constantes
ChannelTypeNone Define la constante ChannelTypeNone. |
ChannelTypeOther Define la constante channelTypeOther . |
ChannelTypeVideo Define la constante ChannelTypeVideo. |
ChannelTypeAudio Define la constante ChannelTypeAudio. |
ChannelTypeText Define la constante ChannelTypeText. |
ChannelTypeSubtitles Define la constante channelTypeSubtitles . |
ChannelTypeCaptions Define la constante ChannelTypeCaptions. |
ChannelTypeSuperimpose Define la constante ChannelTypeSuperimpose. |
ChannelTypeData Define la constante ChannelTypeData. |
Requisitos
Requisito | Valor |
---|---|
encabezado de | bdamedia.h (incluya Bdamedia.h) |