def callback(encoder, fraction, user_param1, ...)
Emitted regularly during the encoding process to provide progress updates.
encoder : |
instance of RB.Encoder that is emitting the signal |
fraction : |
progress as a fraction (0..1) |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |