mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-20 08:56:47 -05:00
allow sending meta/policy events to clients
This commit is contained in:
parent
4bd9737725
commit
823431e447
17 changed files with 369 additions and 2 deletions
|
|
@ -840,6 +840,16 @@ static inline int PA_SOURCE_IS_OPENED(pa_source_state_t x) {
|
|||
/** A generic free() like callback prototype */
|
||||
typedef void (*pa_free_cb_t)(void *p);
|
||||
|
||||
/** A stream policy/meta event requesting that an application should
|
||||
* cork a specific stream. See pa_stream_event_cb_t for more
|
||||
* information, \since 0.9.15 */
|
||||
#define PA_STREAM_EVENT_REQUEST_CORK "request-cork"
|
||||
|
||||
/** A stream policy/meta event requesting that an application should
|
||||
* cork a specific stream. See pa_stream_event_cb_t for more
|
||||
* information, \since 0.9.15 */
|
||||
#define PA_STREAM_EVENT_REQUEST_UNCORK "request-uncork"
|
||||
|
||||
PA_C_DECL_END
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue