Struct libpulse_sys::context::introspect::pa_sink_input_info[][src]

#[repr(C)]
pub struct pa_sink_input_info {
Show 18 fields pub index: u32, pub name: *const c_char, 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: pa_usec_t, pub sink_usec: pa_usec_t, pub resample_method: *const c_char, pub driver: *const c_char, 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: u32name: *const c_charowner_module: u32client: u32sink: u32sample_spec: pa_sample_specchannel_map: pa_channel_mapvolume: pa_cvolumebuffer_usec: pa_usec_tsink_usec: pa_usec_tresample_method: *const c_chardriver: *const c_charmute: i32proplist: *mut pa_proplistcorked: i32has_volume: i32volume_writable: i32format: *mut pa_format_info

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.