X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fvideo-view%2Fvideo-view-impl.h;h=3d345a30c9def5493a52a58d0eddd12ad476b427;hp=44695bbb723e053d94bdf00f8f7f1ff3f8128dfe;hb=2b0beeb59996e7b52649eab32c9c5a964a894f08;hpb=0493265e0e313a85aa31893c320fb73c414a8a66 diff --git a/dali-toolkit/internal/controls/video-view/video-view-impl.h b/dali-toolkit/internal/controls/video-view/video-view-impl.h index 44695bb..3d345a3 100755 --- a/dali-toolkit/internal/controls/video-view/video-view-impl.h +++ b/dali-toolkit/internal/controls/video-view/video-view-impl.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_INTERNAL_VIDEO_VIEW_H /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -21,13 +21,13 @@ // EXTERNAL INCLUDES #include #include -#include -#include #include #include #include #include #include +#include +#include // INTERNAL INCLUDES #include @@ -251,6 +251,11 @@ public: */ int GetDisplayMode() const; + /** + * @brief Gets internal media player. + */ + Any GetMediaPlayer(); + private: // From Control /**