Struct libpulse_binding::context::ext_stream_restore::StreamRestore [] [src]

pub struct StreamRestore {
    pub context: *mut ContextInternal,
    // some fields omitted
}

A wrapper object providing stream restore routines to a context.

Fields

Methods

impl StreamRestore
[src]

[src]

Create a new DeviceManager from an existing ContextInternal pointer.

[src]

Create a new DeviceManager from an existing ContextInternal pointer. This is the 'weak' version, for use in callbacks, which avoids destroying the internal object when dropped.

[src]

Test if this extension module is available in the server.

[src]

Read all entries from the stream database.

[src]

Store entries in the stream database.

[src]

Delete entries from the stream database.

[src]

Subscribe to changes in the stream database.

[src]

Set the subscription callback that is called when subscribe was called.

Trait Implementations

impl Drop for StreamRestore
[src]

[src]

Executes the destructor for this type. Read more