Struct libpulse_binding::context::introspect::CardProfileInfo [] [src]

#[repr(C)]
pub struct CardProfileInfo { pub name: *const i8, pub description: *const i8, 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.