【修改说明】 增加@kit注释

Signed-off-by: li-jianchao1993 <lijianchao9@huawei.com>
This commit is contained in:
li-jianchao1993 2024-07-08 17:10:26 +08:00
parent 4d435f5aad
commit 4be095c8a1
17 changed files with 168 additions and 0 deletions

View File

@ -13,6 +13,17 @@
* limitations under the License.
*/
/**
* @file native_avcapability.h
*
* @brief Provides audio and video capability queries.
*
* @kit AVCodec
* @library libnative_media_codecbase.so
* @syscap SystemCapability.Multimedia.Media.CodecBase
* @since 10
*/
#ifndef NATIVE_AVCAPABILITY_H
#define NATIVE_AVCAPABILITY_H

View File

@ -13,6 +13,17 @@
* limitations under the License.
*/
/**
* @file native_avcodec_audiocodec.h
*
* @brief Provides audio encoder and decoder capabilities.
*
* @kit AVCodec
* @library libnative_media_acodec.so
* @syscap SystemCapability.Multimedia.Media.AudioCodec
* @since 11
*/
#ifndef NATIVE_AVCODEC_AUDIOCODEC_H
#define NATIVE_AVCODEC_AUDIOCODEC_H

View File

@ -13,6 +13,17 @@
* limitations under the License.
*/
/**
* @file native_avcodec_audiodecoder.h
*
* @brief Provides audio decoder capabilities.
*
* @kit AVCodec
* @library libnative_media_adec.so
* @syscap SystemCapability.Multimedia.Media.AudioDecoder
* @since 9
*/
#ifndef NATIVE_AVCODEC_AUDIODECODER_H
#define NATIVE_AVCODEC_AUDIODECODER_H

View File

@ -13,6 +13,17 @@
* limitations under the License.
*/
/**
* @file native_avcodec_audioencoder.h
*
* @brief Provides audio encoder capabilities.
*
* @kit AVCodec
* @library libnative_media_aenc.so
* @syscap SystemCapability.Multimedia.Media.AudioEncoder
* @since 9
*/
#ifndef NATIVE_AVCODEC_AUDIOENCODER_H
#define NATIVE_AVCODEC_AUDIOENCODER_H

View File

@ -13,6 +13,17 @@
* limitations under the License.
*/
/**
* @file native_avcodec_base.h
*
* @brief Provides audio and video codec base.
*
* @kit AVCodec
* @library libnative_media_codecbase.so
* @syscap SystemCapability.Multimedia.Media.CodecBase
* @since 9
*/
#ifndef NATIVE_AVCODEC_BASE_H
#define NATIVE_AVCODEC_BASE_H

View File

@ -13,6 +13,17 @@
* limitations under the License.
*/
/**
* @file native_avcodec_videodecoder.h
*
* @brief Provides video decoder capabilities.
*
* @kit AVCodec
* @library libnative_media_vdec.so
* @syscap SystemCapability.Multimedia.Media.VideoDecoder
* @since 9
*/
#ifndef NATIVE_AVCODEC_VIDEODECODER_H
#define NATIVE_AVCODEC_VIDEODECODER_H

View File

@ -13,6 +13,17 @@
* limitations under the License.
*/
/**
* @file native_avcodec_videoencoder.h
*
* @brief Provides video encoder capabilities.
*
* @kit AVCodec
* @library libnative_media_venc.so
* @syscap SystemCapability.Multimedia.Media.VideoEncoder
* @since 9
*/
#ifndef NATIVE_AVCODEC_VIDEOENCODER_H
#define NATIVE_AVCODEC_VIDEOENCODER_H

View File

@ -13,6 +13,17 @@
* limitations under the License.
*/
/**
* @file native_avdemuxer.h
*
* @brief Provides audio and video demuxer capabilities.
*
* @kit AVCodec
* @library libnative_media_avdemuxer.so
* @syscap SystemCapability.Multimedia.Media.Spliter
* @since 10
*/
#ifndef NATIVE_AVDEMUXER_H
#define NATIVE_AVDEMUXER_H

View File

@ -13,6 +13,17 @@
* limitations under the License.
*/
/**
* @file native_avmuxer.h
*
* @brief Provides audio and video muxer capabilities.
*
* @kit AVCodec
* @library libnative_media_avmuxer.so
* @syscap SystemCapability.Multimedia.Media.Muxer
* @since 10
*/
#ifndef NATIVE_AVMUXER_H
#define NATIVE_AVMUXER_H

View File

@ -13,6 +13,17 @@
* limitations under the License.
*/
/**
* @file native_avsource.h
*
* @brief Provides audio and video suorce capabilities.
*
* @kit AVCodec
* @library libnative_media_avsource.so
* @syscap SystemCapability.Multimedia.Media.Spliter
* @since 10
*/
#ifndef NATIVE_AVSOURCE_H
#define NATIVE_AVSOURCE_H

View File

@ -33,6 +33,7 @@
*
* @brief Provides a unified entry for the native module APIs.
*
* @kit AVCodec
* @library libnative_media_avcencinfo.so
* @syscap SystemCapability.Multimedia.Media.Spliter
* @since 12

View File

@ -27,6 +27,7 @@
*
* @brief The channel layout indicates the appearance and order of the speakers for recording or playback.
*
* @kit AVCodec
* @library NA
* @syscap SystemCapability.Multimedia.Media.Core
* @since 11

View File

@ -13,6 +13,17 @@
* limitations under the License.
*/
/**
* @file native_avbuffer.h
*
* @brief Provides audio and video buffer.
*
* @kit AVCodec
* @library libnative_media_core.so
* @syscap SystemCapability.Multimedia.Media.Core
* @since 11
*/
#ifndef NATIVE_AVBUFFER_H
#define NATIVE_AVBUFFER_H

View File

@ -13,6 +13,17 @@
* limitations under the License.
*/
/**
* @file native_avbuffer_info.h
*
* @brief Provides audio and video buffer info.
*
* @kit AVCodec
* @library libnative_media_core.so
* @syscap SystemCapability.Multimedia.Media.Core
* @since 9
*/
#ifndef NATIVE_AVBUFFER_INFO_H
#define NATIVE_AVBUFFER_INFO_H

View File

@ -12,6 +12,18 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @file native_averrors.h
*
* @brief Provides audio and video error description.
*
* @kit AVCodec
* @library libnative_media_core.so
* @syscap SystemCapability.Multimedia.Media.Core
* @since 9
*/
#ifndef NATIVE_AVERRORS_H
#define NATIVE_AVERRORS_H

View File

@ -13,6 +13,17 @@
* limitations under the License.
*/
/**
* @file native_avformat.h
*
* @brief Provides audio and video format.
*
* @kit AVCodec
* @library libnative_media_core.so
* @syscap SystemCapability.Multimedia.Media.Core
* @since 9
*/
#ifndef NATIVE_AVFORMAT_H
#define NATIVE_AVFORMAT_H

View File

@ -13,6 +13,17 @@
* limitations under the License.
*/
/**
* @file native_avmemory.h
*
* @brief Provides audio and video memory.
*
* @kit AVCodec
* @library libnative_media_core.so
* @syscap SystemCapability.Multimedia.Media.Core
* @since 9
*/
#ifndef NATIVE_AVMEMORY_H
#define NATIVE_AVMEMORY_H