parse_gap
Description:
public void parse_gap (
out ClockTime timestamp,
out ClockTime duration)
Extract timestamp and duration from a new GAP event.
Parameters:
| this |
a Event of type
GAP
|
| 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
|