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

Deprecated

Index of this autoload entry.

Deprecated

Name of the sink or source.

Deprecated

Type of the autoload entry.

Deprecated

Module name to load.

Deprecated

Argument string for module.