Module libpulse_sys::context[][src]

Expand description

Connection contexts for asynchronous communication with a server.

A pa_context object wraps a connection to a PulseAudio server using its native protocol.

Re-exports

pub use self::ext_device_manager::*;
pub use self::ext_device_restore::*;
pub use self::ext_stream_restore::*;
pub use self::introspect::*;
pub use self::scache::*;
pub use self::subscribe::*;
pub use self::flags::*;

Modules

Routines for controlling module-device-manager.

Routines for controlling module-device-restore.

Routines for controlling module-stream-restore.

Some special flags for contexts.

Routines for daemon introspection.

Sample cache mechanism.

Daemon introspection event subscription subsystem.

Structs

An opaque connection context to a daemon.

Enums

Constants

Functions

Type Definitions