event_new_downstream_force_key_unit


Description:


public Event event_new_downstream_force_key_unit (ClockTime timestamp, ClockTime stream_time, ClockTime running_time, bool all_headers, 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 event_new_downstream_force_key_unit use event_parse_downstream_force_key_unit.

Parameters:

timestamp

the timestamp of the buffer that starts a new key unit

stream_time

the stream_time of the buffer that starts a new key unit

running_time

the running_time of the buffer that starts a new key unit

all_headers

true to produce headers when starting a new key unit

count

integer that can be used to number key units

Returns:

The new GstEvent


Namespace: Gst.Video