Condividi tramite


Enumerazione ChannelType (bdamedia.h)

Questo argomento descrive l'enumerazione ChannelType .

Sintassi

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

Costanti

 
ChannelTypeNone
Definisce la costante ChannelTypeNone .
ChannelTypeOther
Definisce la costante ChannelTypeOther .
ChannelTypeVideo
Definisce la costante ChannelTypeVideo .
ChannelTypeAudio
Definisce la costante ChannelTypeAudio .
ChannelTypeText
Definisce la costante ChannelTypeText .
ChannelTypeSubtitles
Definisce la costante ChannelTypeSubtitles .
ChannelTypeCaptions
Definisce la costante ChannelTypeCaptions .
ChannelTypeSuperimpose
Definisce la costante ChannelTypeSuperimpose .
ChannelTypeData
Definisce la costante ChannelTypeData .

Requisiti

Requisito Valore
Intestazione bdamedia.h (include Bdamedia.h)