"mediaPosition"

Holds the playback position of the current media.

Synopsis

long shape.mediaPosition(long value)

Parameters

Parameter Description
value The position value

Description

The value is the current playback position, expressed in milliseconds since the beginning of the media. Periodically changes in the position will be indicated with the mediaPositionChanged(long position) event.

If isSeekable() is true, this property can be set to milliseconds.

Assignment

VideoPlayer.ewo