videoEventNewDownstreamForceKeyUnit

fngst.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

timestampthe timestamp of the buffer that starts a new key unit
streamTimethe stream_time of the buffer that starts a new key unit
runningTimethe running_time of the buffer that starts a new key unit
allHeaderstrue to produce headers when starting a new key unit
countinteger that can be used to number key units

Returns

The new GstEvent