RB.Player::image

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

The 'image' signal is emitted to provide access to images extracted from the stream.

player :

instance of RB.Player that is emitting the signal

stream_data :

data associated with the stream

image :

the image extracted from the stream

user_param1 :

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

... :

additional user parameters (if any)