videoEventNewDownstreamForceKeyUnit
fn
gst.event.Event videoEventNewDownstreamForceKeyUnit(gst.types.ClockTime timestamp, gst.types.ClockTime streamTime, gst.types.ClockTime runningTime, bool allHeaders, uint count)Creates a new downstream force key unit event. A downstream force key unit event can be sent down the pipeline to request downstream elements to produce a key unit. A downstream force key unit event must also be sent when handling an upstream force key unit event to notify downstream that the latter has been handled.
To parse an event created by [gstvideo.global.videoEventNewDownstreamForceKeyUnit] use [gstvideo.global.videoEventParseDownstreamForceKeyUnit].
Parameters
timestamp | the timestamp of the buffer that starts a new key unit |
streamTime | the stream_time of the buffer that starts a new key unit |
runningTime | the running_time of the buffer that starts a new key unit |
allHeaders | true to produce headers when starting a new key unit |
count | integer that can be used to number key units |
Returns
The new GstEvent