Module: GstAudio::AudioChannelPosition
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
used for position-less channels, e.g. from a sound card that records 1024 channels; mutually exclusive with any other channel position
-3 or :none
- MONO =
Mono without direction; can only be used with 1 channel
-2 or :mono
- INVALID =
invalid position
-1 or :invalid
- FRONT_LEFT =
Front left
0 or :front_left
- FRONT_RIGHT =
Front right
1 or :front_right
- FRONT_CENTER =
Front center
2 or :front_center
- LFE1 =
Low-frequency effects 1 (subwoofer)
3 or :lfe1
- REAR_LEFT =
Rear left
4 or :rear_left
- REAR_RIGHT =
Rear right
5 or :rear_right
- FRONT_LEFT_OF_CENTER =
Front left of center
6 or :front_left_of_center
- FRONT_RIGHT_OF_CENTER =
Front right of center
7 or :front_right_of_center
- REAR_CENTER =
Rear center
8 or :rear_center
- LFE2 =
Low-frequency effects 2 (subwoofer)
9 or :lfe2
- SIDE_LEFT =
Side left
10 or :side_left
- SIDE_RIGHT =
Side right
11 or :side_right
- TOP_FRONT_LEFT =
Top front left
12 or :top_front_left
- TOP_FRONT_RIGHT =
Top front right
13 or :top_front_right
- TOP_FRONT_CENTER =
Top front center
14 or :top_front_center
- TOP_CENTER =
Top center
15 or :top_center
- TOP_REAR_LEFT =
Top rear left
16 or :top_rear_left
- TOP_REAR_RIGHT =
Top rear right
17 or :top_rear_right
- TOP_SIDE_LEFT =
Top side right
18 or :top_side_left
- TOP_SIDE_RIGHT =
Top rear right
19 or :top_side_right
- TOP_REAR_CENTER =
Top rear center
20 or :top_rear_center
- BOTTOM_FRONT_CENTER =
Bottom front center
21 or :bottom_front_center
- BOTTOM_FRONT_LEFT =
Bottom front left
22 or :bottom_front_left
- BOTTOM_FRONT_RIGHT =
Bottom front right
23 or :bottom_front_right
- WIDE_LEFT =
Wide left (between front left and side left)
24 or :wide_left
- WIDE_RIGHT =
Wide right (between front right and side right)
25 or :wide_right
- SURROUND_LEFT =
Surround left (between rear left and side left)
26 or :surround_left
- SURROUND_RIGHT =
Surround right (between rear right and side right)
27 or :surround_right