event_parse_upstream_force_key_unit


Description:


public bool event_parse_upstream_force_key_unit (Event event, out ClockTime running_time, out bool all_headers, out uint count)

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

See event_new_upstream_force_key_unit for a full description of the upstream force key unit event.

Create an upstream force key unit event using event_new_upstream_force_key_unit

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

Parameters:

event

A Event to parse

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 in the event

Returns:

true if the event is a valid upstream force-key-unit event. false if not


Namespace: Gst.Video