fastSeek property

bool get fastSeek

Indicates whether or not to perform a "fast" seek.

A seekto action may optionally include this property.

A "fast" seek is a seek being performed in a rapid sequence, such as when fast-forwarding or reversing through the media, rapidly skipping through it.

This property can be used to indicate that you should use the shortest possible method to seek the media. This property is not included on the final action in the seek sequence in this situation.

Implementation

external bool get fastSeek;