ChannelType - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// bdamedia.h

typedef enum {
  ChannelTypeNone,
  ChannelTypeOther,
  ChannelTypeVideo,
  ChannelTypeAudio,
  ChannelTypeText,
  ChannelTypeSubtitles,
  ChannelTypeCaptions,
  ChannelTypeSuperimpose,
  ChannelTypeData
} ChannelType;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-bdamedia-channeltype)

Description

This topic describes the ChannelType enumeration.

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.

Remarks

See also