pulse.extstreamrestore

Undocumented in source.

Members

Aliases

pa_ext_stream_restore_read_cb_t
alias pa_ext_stream_restore_read_cb_t = void function(pa_context* c, const(pa_ext_stream_restore_info)* info, int eol, void* userdata)

Callback prototype for pa_ext_stream_restore_read(). \since 0.9.12

pa_ext_stream_restore_subscribe_cb_t
alias pa_ext_stream_restore_subscribe_cb_t = void function(pa_context* c, void* userdata)

Callback prototype for pa_ext_stream_restore_set_subscribe_cb(). \since 0.9.12

pa_ext_stream_restore_test_cb_t
alias pa_ext_stream_restore_test_cb_t = void function(pa_context* c, uint version_, void* userdata)

Callback prototype for pa_ext_stream_restore_test(). \since 0.9.12

Functions

pa_ext_stream_restore_delete
pa_operation* pa_ext_stream_restore_delete(pa_context* c, const(char*)* s, pa_context_success_cb_t cb, void* userdata)

Delete entries from the stream database. \since 0.9.12

pa_ext_stream_restore_read
pa_operation* pa_ext_stream_restore_read(pa_context* c, pa_ext_stream_restore_read_cb_t cb, void* userdata)

Read all entries from the stream database. \since 0.9.12

pa_ext_stream_restore_set_subscribe_cb
void pa_ext_stream_restore_set_subscribe_cb(pa_context* c, pa_ext_stream_restore_subscribe_cb_t cb, void* userdata)

Set the subscription callback that is called when * pa_ext_stream_restore_subscribe() was called. \since 0.9.12

pa_ext_stream_restore_subscribe
pa_operation* pa_ext_stream_restore_subscribe(pa_context* c, int enable, pa_context_success_cb_t cb, void* userdata)

Subscribe to changes in the stream database. \since 0.9.12

pa_ext_stream_restore_test
pa_operation* pa_ext_stream_restore_test(pa_context* c, pa_ext_stream_restore_test_cb_t cb, void* userdata)

Test if this extension module is available in the server. \since 0.9.12

pa_ext_stream_restore_write
pa_operation* pa_ext_stream_restore_write(pa_context* c, pa_update_mode_t mode, const(pa_ext_stream_restore_info)* data, uint n, int apply_immediately, pa_context_success_cb_t cb, void* userdata)

Store entries in the stream database. \since 0.9.12

Structs

pa_ext_stream_restore_info
struct pa_ext_stream_restore_info

Stores information about one entry in the stream database that is * maintained by module-stream-restore. \since 0.9.12

Meta