Module event_names

Source
Expand description

Common event names supplied to the Stream::set_event_callback() callback.

Constantsยง

EVENT_FORMAT_LOST
A stream event notifying that the stream is going to be disconnected because the underlying sink changed and no longer supports the format that was originally negotiated. Clients need to connect a new stream to renegotiate a format and continue playback.
EVENT_REQUEST_CORK
A stream policy/meta event requesting that an application should cork a specific stream.
EVENT_REQUEST_UNCORK
A stream policy/meta event requesting that an application should cork a specific stream.