[−][src]Module libpulse_binding::stream::event_names
Common event names supplied to the 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. |