event_parse_downstream_force_key_unit


Description:


public bool event_parse_downstream_force_key_unit (Event event, out ClockTime timestamp, out ClockTime stream_time, out ClockTime running_time, out bool all_headers, out uint count)

Get timestamp, stream-time, running-time, all-headers and count in the force key unit event.

See event_new_downstream_force_key_unit for a full description of the downstream force key unit event.

running_time will be adjusted for any pad offsets of pads it was passing through.

Parameters:

event

A Event to parse

timestamp

A pointer to the timestamp in the event

stream_time

A pointer to the stream-time in the event

running_time

A pointer to the running-time in the event

all_headers

A pointer to the all_headers flag in the event

count

A pointer to the count field of the event

Returns:

true if the event is a valid downstream force key unit event.


Namespace: Gst.Video