Struct gstreamer_audio_sys::GstAudioInfo[][src]

#[repr(C)]
pub struct GstAudioInfo { pub finfo: *const GstAudioFormatInfo, pub flags: GstAudioFlags, pub layout: GstAudioLayout, pub rate: c_int, pub channels: c_int, pub bpf: c_int, pub position: [GstAudioChannelPosition; 64], pub _gst_reserved: [gpointer; 4], }

Fields

Trait Implementations

impl Copy for GstAudioInfo
[src]

impl Clone for GstAudioInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstAudioInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GstAudioInfo

impl !Sync for GstAudioInfo