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. out

format GstFormat

result location for the stream format. out

flags GstSeekFlags

result location for the GstSeekFlags. out

startType GstSeekType

result location for the GstSeekType of the start position. out

start long

result location for the start postion expressed in format. out

stopType GstSeekType

result location for the GstSeekType of the stop position. out

stop long

result location for the stop postion expressed in format. out

Meta