Struct libpulse_binding::context::introspect::SinkInputInfoInternal
[−]
[src]
#[repr(C)]pub struct SinkInputInfoInternal { pub index: u32, pub name: *const i8, pub owner_module: u32, pub client: u32, pub sink: u32, pub sample_spec: pa_sample_spec, pub channel_map: pa_channel_map, pub volume: pa_cvolume, pub buffer_usec: u64, pub sink_usec: u64, pub resample_method: *const i8, pub driver: *const i8, pub mute: i32, pub proplist: *mut pa_proplist, pub corked: i32, pub has_volume: i32, pub volume_writable: i32, pub format: *mut pa_format_info, }
Fields
index: u32
name: *const i8
owner_module: u32
client: u32
sink: u32
sample_spec: pa_sample_spec
channel_map: pa_channel_map
volume: pa_cvolume
buffer_usec: u64
sink_usec: u64
resample_method: *const i8
driver: *const i8
mute: i32
proplist: *mut pa_proplist
corked: i32
has_volume: i32
volume_writable: i32
format: *mut pa_format_info