Event.parseSeek

void parseSeek(out double rate, out gst.types.Format format, out gst.types.SeekFlags flags, out gst.types.SeekType startType, out long start, out gst.types.SeekType stopType, out long stop)

Parses a seek event and stores the results in the given result locations.

Parameters

rateresult location for the rate
formatresult location for the stream format
flagsresult location for the #GstSeekFlags
startTyperesult location for the #GstSeekType of the start position
startresult location for the start position expressed in format
stopTyperesult location for the #GstSeekType of the stop position
stopresult location for the stop position expressed in format