Efl.Player (interface)

Description

Efl media player interface

Since 1.23

Members

paused (get, set)

Pause state of the media file.
Eina_Bool efl_player_paused_get(const Eo *obj);
Eina_Bool efl_player_paused_set(Eo *obj, Eina_Bool paused);


playback_position (get, set)

Position in the media file.
double efl_player_playback_position_get(const Eo *obj);
void efl_player_playback_position_set(Eo *obj, double sec);


playback_progress (get)

double efl_player_playback_progress_get(const Eo *obj);


playback_speed (get, set)

Control the playback speed of the media file.
double efl_player_playback_speed_get(const Eo *obj);
void efl_player_playback_speed_set(Eo *obj, double speed);


playing (get, set)

Playback state of the media file.
Eina_Bool efl_player_playing_get(const Eo *obj);
Eina_Bool efl_player_playing_set(Eo *obj, Eina_Bool playing);


Events