Efl.Ui.Video.remember_position

Description

Whether the object can remember the last played position.

This API only serves as indication. System support is required.

Values

  • remember - true when the object can remember the last position, false otherwise

Signature

@property remember_position {
    get {}
    set {}
    values {
        remember: bool;
    }
}

C signature

Eina_Bool efl_ui_video_remember_position_get(const Eo *obj);
void efl_ui_video_remember_position_set(Eo *obj, Eina_Bool remember);

Implemented by