Module: GstAudio::AudioConverterFlags
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
no flag
0 or :none
- IN_WRITABLE =
the input sample arrays are writable and can be
used as temporary storage during conversion. 1 or :in_writable
- VARIABLE_RATE =
allow arbitrary rate updates with
gst_audio_converter_update_config(). 2 or :variable_rate