[dali_2.3.23] Merge branch 'devel/master'
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / devel-api / controls / video-view / video-view-devel.h
old mode 100755 (executable)
new mode 100644 (file)
index 78edb3b..73d7826
 #include <dali/devel-api/adaptor-framework/video-sync-mode.h>\r
 \r
 // INTERNAL INCLUDES\r
-#include <dali/public-api/animation/animation.h>\r
 #include <dali-toolkit/public-api/controls/video-view/video-view.h>\r
+#include <dali/public-api/animation/animation.h>\r
 #include <dali/public-api/object/any.h>\r
 \r
 namespace Dali\r
 {\r
-\r
 namespace Toolkit\r
 {\r
-\r
 namespace DevelVideoView\r
 {\r
-\r
 /**\r
  * @brief Returns the internal media player.\r
  * @param[in] videoView The current VideoView\r
  * @return The internal media player of current VideoView\r
  */\r
-DALI_TOOLKIT_API Any GetMediaPlayer( VideoView videoView );\r
+DALI_TOOLKIT_API Any GetMediaPlayer(VideoView videoView);\r
 \r
 /**\r
  * @brief Creates an initialized VideoView with synchronization mode.\r
@@ -50,7 +47,7 @@ DALI_TOOLKIT_API Any GetMediaPlayer( VideoView videoView );
  * @param[in] syncMode The synchronization mode between the UI (transparent hole) and VideoPlayer\r
  * @return A handle to a newly allocated Dali VideoView\r
  */\r
-DALI_TOOLKIT_API VideoView New( VideoSyncMode syncMode );\r
+DALI_TOOLKIT_API VideoView New(VideoSyncMode syncMode);\r
 \r
 /**\r
  * @brief Play the resize or move animation with synchronization between UI(transparent hole) and video player\r
@@ -61,7 +58,7 @@ DALI_TOOLKIT_API VideoView New( VideoSyncMode syncMode );
  * @param[in] videoView The current VideoView\r
  * @param[in] animation The animation for video view's resize or move.\r
  */\r
-DALI_TOOLKIT_API void PlayAnimation( VideoView videoView, Animation animation );\r
+DALI_TOOLKIT_API void PlayAnimation(VideoView videoView, Animation animation);\r
 \r
 } // namespace DevelVideoView\r
 \r