Module: GstAudio::AudioChannelMixerFlags
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
no flag
0 or :none
- NON_INTERLEAVED_IN =
input channels are not interleaved
1 or :non_interleaved_in
- NON_INTERLEAVED_OUT =
output channels are not interleaved
2 or :non_interleaved_out
- UNPOSITIONED_IN =
input channels are explicitly unpositioned
4 or :unpositioned_in
- UNPOSITIONED_OUT =
output channels are explicitly unpositioned
8 or :unpositioned_out