Enumeración ChannelType (bdamedia.h)

En este tema se describe la enumeración ChannelType .

Syntax

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
Header bdamedia.h (incluya Bdamedia.h)