Enum MediaFormatAudioChannelPosition

Definition

Namespace:
Tizen.Multimedia
Assembly:
Tizen.Multimedia.dll
API Level:
6

Specifies the channel position of Pcm media format.

C#
Copy
public enum MediaFormatAudioChannelPosition
Remarks

This type is based on SMPTE 2036-2-2008 standard.

Name Description
BackCenter

A loudspeaker position located at center back of the middle layer.

BackLeft

A loudspeaker position located at far left back of the middle layer.

BackRight

A loudspeaker position located at far right back of the middle layer.

BottomFrontCenter

A loudspeaker position located at center front of the bottom layer.

BottomFrontLeft

A loudspeaker position located at far left front of the bottom layer.

BottomFrontRight

A loudspeaker position located at far right front of the bottom layer.

FrontCenter

A loudspeaker position located at the middle layer corresponding to the center of the television screen as viewed from the seating area.

FrontLeft

A loudspeaker position located at far left and centered vertically with the middle layer.

FrontLeftOrCenter

A loudspeaker position located mid-way between the front center and front left of the middle layer.

FrontRight

A loudspeaker position located at far right and centered vertically with the middle layer.

FrontRightOrCenter

A loudspeaker position located mid-way between the front center and front right of the middle layer.

Invaild

Invalid position.

LFE1

A Low Frequency Effects(band-limited low frequency channel) loudspeaker position located at the bottom layer and normally far left front, when LFE2 is used.

LFE2

A Low Frequency Effects(band-limited low frequency channel) loudspeaker position located at the bottom layer, and is normally at far right front of the bottom layer, when LFE1 is used.

Mono

Mono channel.

None

This is used for position-less channels.

SideLeft

A loudspeaker position located at left side of the middle layer.

SideRight

A loudspeaker position located at right side of the middle layer.

SurroundLeft

A loudspeaker position located between back left and side left.

SurroundRight

A loudspeaker position located between back right and side right.

TopBackCenter

A loudspeaker position located at center back of the top layer.

TopBackLeft

A loudspeaker position located at far left back of the top layer.

TopBackRight

A loudspeaker position located at far right back of the top layer.

TopCenter

A loudspeaker position located at the center of the top layer directly above the seating area.

TopFrontCenter

A loudspeaker position located at center front of the top layer.

TopFrontLeft

A loudspeaker position located at far left front of the top layer.

TopFrontRight

A loudspeaker position located at far right front of the top layer.

TopSideLeft

A loudspeaker position located at left side of the top layer.

TopSideRight

A loudspeaker position located at right side of the top layer.

WideLeft

A loudspeaker position located between front left and side left.

WideRight

A loudspeaker position located between front right and side right.

See Also