videoEventParseDownstreamForceKeyUnit
fn
bool videoEventParseDownstreamForceKeyUnit(gst.event.Event event, out gst.types.ClockTime timestamp, out gst.types.ClockTime streamTime, out gst.types.ClockTime runningTime, out bool allHeaders, out uint count)Get timestamp, stream-time, running-time, all-headers and count in the force key unit event. See [gstvideo.global.videoEventNewDownstreamForceKeyUnit] 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 #GstEvent to parse |
timestamp | A pointer to the timestamp in the event |
streamTime | A pointer to the stream-time in the event |
runningTime | A pointer to the running-time in the event |
allHeaders | 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.