Signal
RBPlayer::event
Description [src]
The ‘event’ signal provides a means for custom GStreamer elements to communicate events back to the rest of the application. The GStreamer element posts an application message on the GStreamer bus, which is translated into an event signal with the detail of the signal set to the name of the structure found in the message.
Default handler: The default handler is called after the handlers added via |
The signal can be detailed |