Merge branch '0128_tizen20'
[apps/core/preloaded/video-player.git] / include / mp-video-sound-path-ctrl.h
1 /*\r
2  * To apply the Flora License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.\r
3  *\r
4  *    Copyright [2012] [JongDong Lee <jongdong.lee@samsung.com>, ChangSun Lee <cs78.lee@samsung.com>]\r
5  *\r
6  *    Licensed under the Flora License, Version 1.0 (the "License");\r
7  *    you may not use this file except in compliance with the License.\r
8  *    You may obtain a copy of the License at\r
9  *\r
10  *        http://www.tizenopensource.org/license\r
11  *\r
12  *    Unless required by applicable law or agreed to in writing, software\r
13  *    distributed under the License is distributed on an "AS IS" BASIS,\r
14  *    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
15  *    See the License for the specific language governing permissions and\r
16  *    limitations under the License.\r
17  */\r
18 \r
19 \r
20 #ifndef _MP_VIDEO_SOUND_PATH_\r
21 #define _MP_VIDEO_SOUND_PATH_\r
22 \r
23 \r
24 bool    MpVideoSoundpathShow(void* pUserData);\r
25 void    MpVideoSoundpathHide(void);\r
26 \r
27 bool    MpVideoSoundpathIsConnectOtherSoundpath(void);\r
28 \r
29 #endif // _MP_VIDEO_SOUND_PATH_