X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fvideo-view%2Fvideo-view.h;h=5f25a9fcb5baa4ade232e0a92152b70bd6a49801;hb=b81eab335f6b824ee009323bd7ef9d828fcc4c15;hp=d6a9bdf03ba9acd800528fcc6a57af32ad2eea12;hpb=8e7cfd0c114bf778287cc6e67d0f42f3c866e205;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/video-view/video-view.h b/dali-toolkit/public-api/controls/video-view/video-view.h index d6a9bdf..5f25a9f 100644 --- a/dali-toolkit/public-api/controls/video-view/video-view.h +++ b/dali-toolkit/public-api/controls/video-view/video-view.h @@ -66,6 +66,8 @@ public: // Signal typedef Signal< void (VideoView&) > VideoViewSignalType; ///< Video playback finished signal type @ SINCE_1_1.38 +public: + /** * @brief Enumeration for the start and end property ranges for this control. * @SINCE_1_0.0 @@ -82,6 +84,8 @@ public: /** * @brief name "video", video file url as string type or Property::Map. * @SINCE_1_1.38 + * @REMARK_INTERNET + * @REMARK_STORAGE */ VIDEO = PROPERTY_START_INDEX, @@ -101,7 +105,17 @@ public: * @brief name "volume", left and right volume scalar as float type, Property::Map with two values ( "left" and "right" ). * @SINCE_1_1.38 */ - VOLUME + VOLUME, + + /** + * @brief 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_1_2.62 + * @REMARK_RAWVIDEO + */ + UNDERLAY }; }; @@ -142,7 +156,7 @@ public: */ ~VideoView(); - /* + /** * @brief Copy constructor. * * @SINCE_1_1.38