eChannelTargetType enumeration (portcls.h)

The eChannelTargetType enumeration defines constants that specify a type of node (target) in a given channel.

Syntax

typedef enum {
  eVolumeAttribute,
  eMuteAttribute,
  ePeakMeterAttribute
} eChannelTargetType;

Constants

 
eVolumeAttribute
Indicates a volume level control node.
eMuteAttribute
Indicates a Mute node.
ePeakMeterAttribute
Indicates a PeakMeter node.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Header portcls.h