Event.parseSeek

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

class Event
void
parseSeek

Parameters

rate double

result location for the rate

format gst.types.Format

result location for the stream format

flags gst.types.SeekFlags

result location for the #GstSeekFlags

startType gst.types.SeekType

result location for the #GstSeekType of the start position

start long

result location for the start position expressed in format

stopType gst.types.SeekType

result location for the #GstSeekType of the stop position

stop long

result location for the stop position expressed in format