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

#[repr(C)]
pub struct pa_card_profile_info { pub name: *const c_char, pub description: *const c_char, pub n_sinks: u32, pub n_sources: u32, pub priority: u32, }
Deprecated

Fields

Deprecated

Name of this profile.

Deprecated

Description of this profile.

Deprecated

Number of sinks this profile would create.

Deprecated

Number of sources this profile would create.

Deprecated

The higher this value is, the more useful this profile is as a default.