Tizen Native API  6.5
Dali::Toolkit::VideoView::Property Struct Reference

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...

Detailed Description

Enumeration for the instance of properties belonging to the VideoView class.

Since:
3.0, DALi version 1.1.38

Member Enumeration Documentation

anonymous enum

Enumeration for the instance of properties belonging to the VideoView class.

Since:
3.0, DALi version 1.1.38
Enumerator:
VIDEO 

name "video", video file url as string type or Property::Map.

Since:
3.0, DALi version 1.1.38
Remarks:
http://tizen.org/privilege/internet is needed if url is a http or https address.
http://tizen.org/privilege/mediastorage is needed if url is relevant to media storage.
http://tizen.org/privilege/externalstorage is needed if url is relevant to external storage.
LOOPING 

name "looping", looping status, true or false.

Since:
3.0, DALi version 1.1.38
MUTED 

name "muted", mute status, true or false.

Since:
3.0, DALi version 1.1.38
VOLUME 

name "volume", left and right volume scalar as float type, Property::Map with two values ( "left" and "right" ).

Since:
3.0, DALi version 1.1.38
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.

Since:
4.0, DALi version 1.2.62
Remarks:
http://tizen.org/feature/multimedia.raw_video is needed if UNDERLAY is false. If the feature isn't supported, UNDERLAY is always true.
PLAY_POSITION 

The play position (millisecond) of the video.

Name "playPosition", type Property::INTEGER

Since:
4.0, DALi version 1.3.9
DISPLAY_MODE 

The display mode of the video.

Since:
4.0, DALi version 1.3.15