RB.Player::info

def callback(player, stream_data, field, value, user_param1, ...)

The 'info' signal is emitted when a metadata value is found in the stream.

player :

instance of RB.Player that is emitting the signal

stream_data :

the data associated with the stream

field :

the RB.MetaDataField corresponding to the stream info

value :

the value of the stream info field

user_param1 :

first user parameter (if any) specified with the connect() method

... :

additional user parameters (if any)