Signal
RBPlayer::buffering
Declaration
void
buffering (
RBPlayer* self,
gpointer stream_data,
guint progress,
gpointer user_data
)
Description [src]
The ‘buffering’ signal is emitted while a stream is paused so that a buffer can be filled. The progress value typically varies from 0 to 100, and once it reaches 100, playback resumes.
Default handler: The default handler is called after the handlers added via |