Tizen release 1.0
[apps/core/preloaded/video-player.git] / include / mp-video-sound-path-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 _MP_VIDEO_SOUND_PATH_\r
23 #define _MP_VIDEO_SOUND_PATH_\r
24 \r
25 \r
26 bool    MpVideoSoundpathShow(void* pUserData);\r
27 void    MpVideoSoundpathHide(void);\r
28 \r
29 bool    MpVideoSoundpathIsConnectOtherSoundpath(void);\r
30 int             MpVideoSoundpathGetCurrConnectedSoundpath(void);\r
31 \r
32 #endif // _MP_UTIL_\r