Efl.Player.playback_position

Description

Position in the media file.

This property sets the current position of the media file to sec seconds since the beginning of the media file. This only works on seekable streams. Setting the position doesn't change the Efl.Player.playing or Efl.Player.paused states of the media file.

Since 1.23

Values

  • sec - The position (in seconds).

Signature

@property playback_position @pure_virtual {
    get {}
    set {}
    values {
        sec: double;
    }
}

C signature

double efl_player_playback_position_get(const Eo *obj);
void efl_player_playback_position_set(Eo *obj, double sec);

Implemented by