Signal
RBPlayer::info
Declaration
void
info (
RBPlayer* self,
gpointer stream_data,
gint field,
const GValue* value,
gpointer user_data
)
Description [src]
The ‘info’ signal is emitted when a metadata value is found in the stream.
| Default handler: The default handler is called after the handlers added via |
Parameters
stream_data-
Type:
gpointerThe data associated with the stream.
The argument can be NULL.The data is owned by the caller of the function. field-
Type:
gintThe
RBMetaDataFieldcorresponding to the stream info. value-
Type:
GValueThe value of the stream info field.
The data is owned by the caller of the function.