67b2ff69d452c3c755b8457ef7b7732a09e88cf6
[platform/core/csapi/tizenfx.git] / src / Tizen.Multimedia / Interop / Interop.Libraries.cs
1 /*
2  * Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved
3  *
4  * Licensed under the Apache License, Version 2.0 (the License);
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an AS IS BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 namespace Tizen.Multimedia
18 {
19     internal static partial class Interop
20     {
21         internal static partial class Libraries
22         {
23             public const string Player = "libcapi-media-player.so.0";
24             public const string Recorder = "libcapi-media-recorder.so.0";
25             public const string SoundManager = "libcapi-media-sound-manager.so.0";
26             public const string AudioIO = "libcapi-media-audio-io.so.0";
27             public const string ScreenMirroring = "libcapi-media-screen-mirroring.so.0";
28             public const string MetadataEditor = "libcapi-media-metadata-editor.so";
29             public const string MetadataExtractor = "libcapi-media-metadata-extractor.so";
30             public const string MediaController = "libcapi-media-controller.so.0";
31             public const string MediaTool = "libcapi-media-tool.so.0";
32             public const string MediaCodec = "libcapi-media-codec.so.0";
33             public const string MediaVision = "libcapi-media-vision.so.0";
34             public const string Libc = "libc.so.6";
35             public const string Camera = "libcapi-media-camera.so.0";
36             public const string StreamRecorder = "libcapi-media-streamrecorder.so.0";
37             public const string Radio = "libcapi-media-radio.so.0";
38             public const string VideoUtil = "libcapi-media-video-util.so.0";
39             public const string ImageUtil = "libcapi-media-image-util.so.0";
40             public const string ThumbnailExtractor = "libcapi-media-thumbnail-util.so";
41             public const string WavPlayer = "libcapi-media-wav-player.so.0";
42             public const string TonePlayer = "libcapi-media-tone-player.so.0";
43         }
44     }
45 }