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
name: *const c_char
Deprecated
Name of this profile.
description: *const c_char
Deprecated
Description of this profile.
n_sinks: u32
Deprecated
Number of sinks this profile would create.
n_sources: u32
Deprecated
Number of sources this profile would create.
priority: u32
Deprecated
The higher this value is, the more useful this profile is as a default.