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.