Struct libpulse_sys::context::introspect::pa_sample_info
[−]
[src]
#[repr(C)]pub struct pa_sample_info { pub index: u32, pub name: *const c_char, pub volume: pa_cvolume, pub sample_spec: pa_sample_spec, pub channel_map: pa_channel_map, pub duration: pa_usec_t, pub bytes: u32, pub lazy: i32, pub filename: *const c_char, pub proplist: *mut pa_proplist, }
Fields
index: u32
name: *const c_char
volume: pa_cvolume
sample_spec: pa_sample_spec
channel_map: pa_channel_map
duration: pa_usec_t
bytes: u32
lazy: i32
filename: *const c_char
proplist: *mut pa_proplist