seek_trickmode


Description:

[ Version ( since = "1.18" ) ]
public bool seek_trickmode (TimeRange range, SeekFlags flags, double rate, ClockTime trickmode_interval)

Seek the pipeline of this to range with the given flags and rate, and trickmode_interval.

this must be prepared with prepare. In order to perform the seek operation, the pipeline must contain all needed transport parts (transport sinks).

Parameters:

this

a Media

range

a TimeRange

flags

The minimal set of SeekFlags to use

rate

the rate to use in the seek

trickmode_interval

The trickmode interval to use for KEY_UNITS trick mode

Returns:

true on success.