diff options
author | JunsuChoi <jsuya.choi@samsung.com> | 2019-12-31 09:53:10 -0500 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-12-31 09:53:10 -0500 |
commit | 3dc3deba6280349021d877c29362fd80eaed57aa (patch) | |
tree | 2feef6e5a917335633f0975219ef72b4528cbde1 /src/lib/efl | |
parent | baa1e6553bc96a1f099c1aadc1f5fcfd2295f520 (diff) |
Efl.Player: Add setter of playback_progress
Summary:
The setter of Efl.Player.playback_progress is implemented in each class below.
Efl.Ui.Animation_View
Efl.Ui.Image
Efl.Ui.Image_Zoomable
Efl.Canvas.Video
ref T8476
Depends on D10915
Test Plan: N/A
Reviewers: Hermet, bu5hm4n, kimcinoo, Jaehyun_Cho, segfaultxavi, zmike
Reviewed By: zmike
Subscribers: zmike, cedric, #reviewers, #committers
Tags: #efl
Maniphest Tasks: T8476
Differential Revision: https://phab.enlightenment.org/D10931
Diffstat (limited to 'src/lib/efl')
-rw-r--r-- | src/lib/efl/interfaces/efl_player.eo | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/efl/interfaces/efl_player.eo b/src/lib/efl/interfaces/efl_player.eo index afeb7c2d13..434482ab63 100644 --- a/src/lib/efl/interfaces/efl_player.eo +++ b/src/lib/efl/interfaces/efl_player.eo | |||
@@ -67,9 +67,11 @@ interface Efl.Player | |||
67 | @property playback_progress { | 67 | @property playback_progress { |
68 | [[How much of the file has been played. | 68 | [[How much of the file has been played. |
69 | 69 | ||
70 | This function gets the progress in playing the file, the | 70 | This function sets or gets the progress in playing the file, the |
71 | return value is in the [0, 1] range. | 71 | value is in the [0, 1] range. |
72 | ]] | 72 | ]] |
73 | set { | ||
74 | } | ||
73 | get { | 75 | get { |
74 | } | 76 | } |
75 | values { | 77 | values { |