videoEventNewDownstreamForceKeyUnit

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 gst.types.ClockTime

the timestamp of the buffer that starts a new key unit

streamTime gst.types.ClockTime

the stream_time of the buffer that starts a new key unit

runningTime gst.types.ClockTime

the running_time of the buffer that starts a new key unit

allHeaders bool

true to produce headers when starting a new key unit

count uint

integer that can be used to number key units

Return Value

Type: gst.event.Event

The new GstEvent