RB.Player::playing-stream

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

The 'playing-stream' signal is emitted when the main playing stream changes. It should be used to update the UI to show the new stream. It can either be emitted before or after rb_player_play returns, depending on the player backend.

player :

instance of RB.Player that is emitting the signal

stream_data :

data associated with the stream

user_param1 :

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

... :

additional user parameters (if any)