Event.parseGap
void parseGap(out gst.types.ClockTime timestamp, out gst.types.ClockTime duration)Extract timestamp and duration from a new GAP event.
Parameters
timestamp | location where to store the start time (pts) of the gap, or null |
duration | location where to store the duration of the gap, or null |