Struct libpulse_sys::context::introspect::pa_autoload_info
[−]
[src]
#[repr(C)]pub struct pa_autoload_info { pub index: u32, pub name: *const c_char, pub type_: pa_autoload_type_t, pub module: *const c_char, pub argument: *const c_char, }
Deprecated
Stores information about autoload entries.
Please note that this structure can be extended as part of evolutionary API updates at any time in any new release.
Fields
index: u32
Deprecated
Index of this autoload entry.
name: *const c_char
Deprecated
Name of the sink or source.
type_: pa_autoload_type_t
Deprecated
Type of the autoload entry.
module: *const c_char
Deprecated
Module name to load.
argument: *const c_char
Deprecated
Argument string for module.