fixed typo
[platform/core/api/mediacodec.git] / doc / media_codec_doc.h
1 /*
2  * Copyright (c) 2011 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 #ifndef __TIZEN_MEDIA_CODEC_DOC_H__
18 #define __TIZEN_MEDIA_CODEC_DOC_H__
19
20
21 /**
22  * @file media_codec_doc.h
23  * @brief This file contains high level documentation of the CAPI MEDIA CODEC API.
24  */
25
26 /**
27  * @defgroup CAPI_MEDIA_CODEC_MODULE Media Codec
28  * @brief  The @ref CAPI_MEDIA_CODEC_MODULE  APIs provides functions for encoding and decoding using media data
29  * @ingroup CAPI_MEDIA_FRAMEWORK
30  *
31  * @section CAPI_MEDIA_CODEC_MODULE_HEADER Required Header
32  *   \#include <media_codec.h>
33  *
34  * @section CAPI_MEDIA_CODEC_MODULE_OVERVIEW Overview
35  *
36  * MEDIA CODEC API allows :
37  * The API allows you to direct access to the media codec on device. It operates on "raw" data, so any file headers
38  * must be stripped off. media_packet is used for zero-copy.
39  *
40  */
41
42 #endif /* __TIZEN_MEDIA_CODEC_DOC_H__ */