parse_seek
Description:
public void parse_seek (out double rate, out Format format, out SeekFlags flags, out SeekType start_type, out int64 start, out SeekType stop_type, out int64 stop)
Parses a seek this and stores the results in the given result locations.
Parameters:
this |
a seek event |
rate |
result location for the rate |
format |
result location for the stream format |
flags |
result location for the SeekFlags |
start_type |
result location for the SeekType of the start position |
start |
result location for the start position expressed in |
stop_type |
result location for the SeekType of the stop position |
stop |
result location for the stop position expressed in |