nn::snd::CTR::ChannelIndex Enumerated Type

Syntax

enum ChannelIndex;

Value

Value Description
CHANNEL_INDEX_FRONT_LEFT Represents the front left channel.
CHANNEL_INDEX_FRONT_RIGHT Represents the front right channel.
CHANNEL_INDEX_REAR_LEFT Represents the rear left channel.
CHANNEL_INDEX_REAR_RIGHT Represents the rear right channel.
CHANNEL_INDEX_NUM Represents the number of channels.

Description

An enumerated type representing channel positions.

Revision History

2010/06/14
Initial version.

CONFIDENTIAL