9ece578ad8774e7b0a4967b4d25ad7d710ba6740
[platform/framework/native/media.git] / inc / FMedia.h
1 //
2 // Open Service Platform
3 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
4 //
5 // Licensed under the Apache License, Version 2.0 (the License);
6 // you may not use this file except in compliance with the License.
7 // You may obtain a copy of the License at
8 //
9 //     http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 // distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 //
17
18 /**
19  * @file                        FMedia.h
20  * @brief                       This is the header file for the %Media namespace.
21  *
22  * This header file contains the declarations and descriptions of the %Tizen::Media namespace.
23  */
24
25 #ifndef _FMEDIA_H_
26 #define _FMEDIA_H_
27
28 // Include
29 #include "FMediaAudioDecoder.h"
30
31 #include "FMediaAudioEncoder.h"
32
33 #include "FMediaAudioEqualizer.h"
34
35 #include "FMediaAudioFrame.h"
36
37 #include "FMediaAudioIn.h"
38
39 #include "FMediaAudioOut.h"
40
41 #include "FMediaAudioRecorder.h"
42
43 #include "FMediaAudioRouteInfo.h"
44
45 #include "FMediaAudioRouteManager.h"
46
47 #include "FMediaCapability.h"
48
49 #include "FMediaCamera.h"
50
51 #include "FMediaGifDecoder.h"
52
53 #include "FMediaIAudioStreamFilter.h"
54
55 #include "FMediaImage.h"
56
57 #include "FMediaImageBuffer.h"
58
59 #include "FMediaImageUtil.h"
60
61 #include "FMediaIVideoStreamFilter.h"
62
63 #include "FMediaMediaStreamInfo.h"
64
65 #include "FMediaPlayer.h"
66
67 #include "FMediaTonePlayer.h"
68
69 #include "FMediaTypes.h"
70
71 #include "FMediaVideoDecoder.h"
72
73 #include "FMediaVideoEncoder.h"
74
75 #include "FMediaVideoFrame.h"
76
77 #include "FMediaVideoFrameExtractor.h"
78
79 #include "FMediaVideoRecorder.h"
80
81 /**
82  * @namespace   Tizen::Media
83  * @brief       This namespace contains classes and interfaces for media processing services.
84  *
85  * @since               2.0
86  *
87  * @remarks     @b Header @b %file: @b \#include @b <FMedia.h> @n
88  *                      @b Library : @b osp-media, @b osp-image
89  *
90  * The %Media namespace defines interfaces and classes that
91  * lets the application to integrate with the audio, video, and image processing functions easily, including:
92  *  - Encoding and decoding images and videos
93  *  - Playing audio and video from media files stored on a device or streaming over the network
94  *  - Getting meta-data from audio/video stream data
95  *  - Recording audio and video
96  *  - Using the camera to display a live preview and capture a still image
97  *  - Using codec to encode and decode the audio/video data
98  *  - Playing the tone(s)
99  *
100  * For more information on the %Media namespace features, see <a href="../org.tizen.native.appprogramming/html/guide/media/media_namespace.htm">Media Guide</a>.
101  *
102  * The following diagram illustrates the relationships between the classes belonging to the %Media namespace.
103  * @image html media_using_the_apis_classdiagram.png
104  *
105  */
106 /**
107 * @namespace    Tizen::Media
108 * @brief                This namespace contains classes and interfaces for media processing services.
109 *
110 */
111 namespace Tizen
112 {
113 namespace Media
114 {
115
116
117 }
118
119 }; // Tizen::Media
120
121 #endif // _FMEDIA_H_