Struct libpulse_binding::context::introspect::SampleInfoInternal
[−]
[src]
#[repr(C)]pub struct SampleInfoInternal { pub index: u32, pub name: *const i8, pub volume: pa_cvolume, pub sample_spec: pa_sample_spec, pub channel_map: pa_channel_map, pub duration: u64, pub bytes: u32, pub lazy: i32, pub filename: *const i8, pub proplist: *mut pa_proplist, }
Fields
index: u32
name: *const i8
volume: pa_cvolume
sample_spec: pa_sample_spec
channel_map: pa_channel_map
duration: u64
bytes: u32
lazy: i32
filename: *const i8
proplist: *mut pa_proplist
Trait Implementations
impl From<SampleInfo> for SampleInfoInternal
[src]
fn from(p: SampleInfo) -> Self
[src]
Performs the conversion.
impl From<SampleInfoInternal> for SampleInfo
[src]
fn from(p: SampleInfoInternal) -> Self
[src]
Performs the conversion.