Package | com.adobe.mediacore |
Interface | public interface SeekManager |
Implementors | DefaultSeekManager |
Method | Defined By | ||
---|---|---|---|
adjustSeekPosition(position:Number):Number
Adjusts the seek position to match the desired logic. | SeekManager |
adjustSeekPosition | () | method |
public function adjustSeekPosition(position:Number):Number
Adjusts the seek position to match the desired logic. For instance, when seeking inside an ad break, the seek position could be adjusted to its beginning.
Parameters
position:Number — the desired seek position
|
Number — the adjusted seek position
|