Static gstreamer_audio::AUDIO_FORMATS_ALL[][src]

pub static AUDIO_FORMATS_ALL: Lazy<Box<[AudioFormat]>>
Expand description

List of all audio formats, for use in template caps strings.

Formats are sorted by decreasing “quality”, using these criteria by priority:

  • depth
  • width
  • Float > Signed > Unsigned
  • native endianness preferred