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
rate | result location for the rate |
format | result location for the stream format |
flags | result location for the #GstSeekFlags |
startType | result location for the #GstSeekType of the start position |
start | result location for the start position expressed in format |
stopType | result location for the #GstSeekType of the stop position |
stop | result location for the stop position expressed in format |