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

#[repr(C)]
pub struct pa_source_output_info {
Show 18 fields pub index: u32, pub name: *const c_char, pub owner_module: u32, pub client: u32, pub source: u32, pub sample_spec: pa_sample_spec, pub channel_map: pa_channel_map, pub buffer_usec: pa_usec_t, pub source_usec: pa_usec_t, pub resample_method: *const c_char, pub driver: *const c_char, pub proplist: *mut pa_proplist, pub corked: i32, pub volume: pa_cvolume, pub mute: i32, pub has_volume: i32, pub volume_writable: i32, pub format: *mut pa_format_info,
}

Fields

index: u32name: *const c_charowner_module: u32client: u32source: u32sample_spec: pa_sample_specchannel_map: pa_channel_mapbuffer_usec: pa_usec_tsource_usec: pa_usec_tresample_method: *const c_chardriver: *const c_charproplist: *mut pa_proplistcorked: i32volume: pa_cvolumemute: 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.