Tizen release 1.0
[apps/core/preloaded/video-player.git] / include / mp-video-animation-ctrl.h
1 /*\r
2  * Copyright   2000 - 2012 Samsung Electronics Co., Ltd All Rights Reserved\r
3  *\r
4  * This file is part of org.tizen.video-player\r
5  * Written by  JongDong Lee <jongdong.lee@samsung.com>, ChangSun Lee <cs78.lee@samsung.com>\r
6  *\r
7  * PROPRIETARY/CONFIDENTIAL\r
8  *\r
9  * This software is the confidential and proprietary information of SAMSUNG ELECTRONICS ("Confidential Information").\r
10  * You shall not disclose such Confidential Information and shall\r
11  * use it only in accordance with the terms of the license agreement you entered into with SAMSUNG ELECTRONICS.\r
12  * SAMSUNG make no representations or warranties about the suitability\r
13  * of the software, either express or implied, including but not\r
14  * limited to the implied warranties of merchantability, fitness for a particular purpose, or non-infringement.\r
15  * SAMSUNG shall not be liable for any damages suffered by licensee as\r
16  * a result of using, modifying or distributing this software or its derivatives.\r
17  *\r
18  */\r
19 \r
20 \r
21 \r
22 #ifndef _VIDEO_LOADING_ANIMATION_CTRL_\r
23 #define  _VIDEO_LOADING_ANIMATION_CTRL_\r
24 \r
25 \r
26 void*   MpVideoAnimationCtrlInit(void* pUserData);\r
27 void    MpVideoAnimationCtrlDestroy(void);\r
28 void    MpVideoAnimationCtrlSetPercent(int nPercent);\r
29 void    MpVideoAnimationCtrlPlay(void);\r
30 void    MpVideoAnimationCtrlStop(void);\r
31 void    MpVideoAnimationCtrlShow(void);\r
32 void    MpVideoAnimationCtrlHide(void);\r
33 bool    MpVideoAnimationCtrlGetActiveState(void);\r
34 \r
35 \r
36 #endif  /* _VIDEO_LOADING_ANIMATION_CTRL_ */\r
37 \r