Signal
RBPlayer::image
Declaration
void
image (
RBPlayer* self,
gpointer stream_data,
GdkPixbuf* image,
gpointer user_data
)
Description [src]
The ‘image’ signal is emitted to provide access to images extracted from the stream.
| Default handler: The default handler is called after the handlers added via |
Parameters
stream_data-
Type:
gpointerData associated with the stream.
The argument can be NULL.The data is owned by the caller of the function. image-
Type:
GdkPixbufThe image extracted from the stream.
The data is owned by the caller of the function.