Event.parseInstantRateSyncTime
void parseInstantRateSyncTime(out double rateMultiplier, out gst.types.ClockTime runningTime, out gst.types.ClockTime upstreamRunningTime)Extract the rate multiplier and running times from an instant-rate-sync-time event.
Parameters
rateMultiplier | location where to store the rate of the instant-rate-sync-time event, or null |
runningTime | location in which to store the running time of the instant-rate-sync-time event, or null |
upstreamRunningTime | location in which to store the upstream running time of the instant-rate-sync-time event, or null |