getPlayPosition abstract method

Future<int> getPlayPosition()

Gets current local playback progress.

Returns Returns the current playback progress (ms) if the call succeeds. < 0: Failure. See MediaPlayerReason.

Implementation

Future<int> getPlayPosition();