def callback(encoder, dest_size, mediatype, error, user_param1, ...)
Emitted when the encoding process is complete, or when a fatal error has occurred. The destination file, if one exists, will be closed and flushed to disk before this signal is emitted.
encoder : |
instance of RB.Encoder that is emitting the signal |
dest_size : |
size of the output file |
mediatype : |
output media type |
error : |
encoding error, or NULL if successful |
user_param1 : |
first user parameter (if any) specified with the connect() method |
... : |
additional user parameters (if any) |