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
name: *const i8
Deprecated
Name of this profile.
description: *const i8
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.