def callback(player, stream_data, uri, user_param1, ...)
The 'redirect' signal is emitted to indicate when a stream has change URI.
player : |
instance of RB.Player that is emitting the signal |
stream_data : |
data associated with the stream |
uri : |
URI to redirect to |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |