Module: GstAudio::AudioFormatFlags

Defined in:
(unknown)

Constant Summary collapse

INTEGER =

integer samples

1 or :integer
FLOAT =

float samples

2 or :float
SIGNED =

signed samples

4 or :signed
COMPLEX =

complex layout

16 or :complex
UNPACK =

the format can be used in Gst::AudioFormatUnpack and #GstAudioFormatPack functions

32 or :unpack