Event.parseSeek

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

class Event
void
parseSeek
(
out double rate
,,,,
out long start
,,
out long stop
)

Parameters

rate double

result location for the rate

format GstFormat

result location for the stream format

flags GstSeekFlags

result location for the #GstSeekFlags

startType GstSeekType

result location for the #GstSeekType of the start position

start long

result location for the start position expressed in @format

stopType GstSeekType

result location for the #GstSeekType of the stop position

stop long

result location for the stop position expressed in @format

Meta