Message.instant_rate_request
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "1.18" ) ]
public Message.instant_rate_request (Object? src, double rate_multiplier)
[ Version ( since = "1.18" ) ]
public Message.instant_rate_request (Object? src, double rate_multiplier)
Creates a new instant-rate-request message.
Elements handling the instant-rate-change event must post this message. The message is handled at the pipeline, and allows the pipeline to
select the running time when the rate change should happen and to send an GST_EVENT_INSTANT_RATE_SYNC_TIME
event to notify the
elements in the pipeline.
Parameters:
src |
The Object that posted the message |
rate_multiplier |
the rate multiplier factor that should be applied |
Returns:
a newly allocated Message |