|
Tizen Native API
5.0
|
Enumeration for the instance of properties belonging to the VideoView class. More...
Public Types | |
| enum | |
| Enumeration for the instance of properties belonging to the VideoView class. More... | |
Enumeration for the instance of properties belonging to the VideoView class.
| anonymous enum |
Enumeration for the instance of properties belonging to the VideoView class.
| VIDEO |
name "video", video file url as string type or Property::Map.
|
| LOOPING |
name "looping", looping status, true or false.
|
| MUTED |
name "muted", mute status, true or false.
|
| VOLUME |
name "volume", left and right volume scalar as float type, Property::Map with two values ( "left" and "right" ).
|
| UNDERLAY |
name "underlay", Video rendering by underlay, true or false This shows video composited underneath the window by the system. This means it may ignore rotation of the video-view If false, video-view shows decoded frame images sequentially. If Platform or video plugin doesn't support decoded frame images, this should always be true.
|
| PLAY_POSITION |
The play position (millisecond) of the video. Name "playPosition", type Property::INTEGER
|
| DISPLAY_MODE |
The display mode of the video.
|