• Home
Name Date Size #Lines LOC

..--

Readme-CN.mdD12-May-20241.7 KiB3837

_a_v_capability.mdD12-May-202425.7 KiB925523

_a_v_demuxer.mdD12-May-20249.2 KiB287167

_a_v_muxer.mdD12-May-20247.4 KiB285163

_a_v_source.mdD12-May-20244.5 KiB190107

_audio_codec.mdD12-May-202412.9 KiB440253

_audio_decoder.mdD12-May-202414.4 KiB502284

_audio_encoder.mdD12-May-202414.2 KiB496281

_codec_base.mdD12-May-202456.7 KiB1,9441,180

_core.mdD12-May-202440.7 KiB1,305808

_o_h___a_v_codec_async_callback.mdD12-May-20241.5 KiB6933

_o_h___a_v_codec_buffer_attr.mdD12-May-20241.2 KiB7339

_o_h___a_v_codec_callback.mdD12-May-20241.4 KiB6531

_o_h___a_v_range.mdD12-May-2024587 5728

_video_decoder.mdD12-May-202420.8 KiB652378

_video_encoder.mdD12-May-202418.5 KiB661381

avcodec__audio__channel__layout_8h.mdD12-May-20245.2 KiB2412

native__audio__channel__layout_8h.mdD12-May-20246.5 KiB3620

native__avbuffer_8h.mdD12-May-20242.3 KiB4125

native__avbuffer__info_8h.mdD12-May-20241.2 KiB4021

native__avcapability_8h.mdD12-May-20248 KiB7351

native__avcodec__audiocodec_8h.mdD12-May-20243.3 KiB3725

native__avcodec__audiodecoder_8h.mdD12-May-20243.4 KiB3725

native__avcodec__audioencoder_8h.mdD12-May-20243.3 KiB3725

native__avcodec__base_8h.mdD12-May-202417.7 KiB138117

native__avcodec__videodecoder_8h.mdD12-May-20245.9 KiB4432

native__avcodec__videoencoder_8h.mdD12-May-20245 KiB5739

native__avdemuxer_8h.mdD12-May-20242.5 KiB3119

native__averrors_8h.mdD12-May-2024870 3216

native__avformat_8h.mdD12-May-20244.4 KiB5738

native__avmemory_8h.mdD12-May-20241.1 KiB3519

native__avmuxer_8h.mdD12-May-20242.2 KiB3722

native__avsource_8h.mdD12-May-20241.5 KiB3419

Readme-CN.md

1# AVCodec Kit API参考
2
3- C API
4  - 模块
5    - [AudioCodec](_audio_codec.md)
6    - [AudioDecoder](_audio_decoder.md)
7    - [AudioEncoder](_audio_encoder.md)
8    - [AVCapability](_a_v_capability.md)
9    - [AVDemuxer](_a_v_demuxer.md)
10    - [AVMuxer](_a_v_muxer.md)
11    - [AVSource](_a_v_source.md)
12    - [CodecBase](_codec_base.md)
13    - [Core](_core.md)
14    - [VideoDecoder](_video_decoder.md)
15    - [VideoEncoder](_video_encoder.md)
16  - 头文件
17    - [avcodec_audio_channel_layout.h](avcodec__audio__channel__layout_8h.md)
18    - [native_audio_channel_layout.h](native__audio__channel__layout_8h.md)
19    - [native_avbuffer.h](native__avbuffer_8h.md)
20    - [native_avbuffer_info.h](native__avbuffer__info_8h.md)
21    - [native_avcapability.h](native__avcapability_8h.md)
22    - [native_avcodec_audiocodec.h](native__avcodec__audiocodec_8h.md)
23    - [native_avcodec_audiodecoder.h](native__avcodec__audiodecoder_8h.md)
24    - [native_avcodec_audioencoder.h](native__avcodec__audioencoder_8h.md)
25    - [native_avcodec_base.h](native__avcodec__base_8h.md)
26    - [native_avcodec_videodecoder.h](native__avcodec__videodecoder_8h.md)
27    - [native_avcodec_videoencoder.h](native__avcodec__videoencoder_8h.md)
28    - [native_avdemuxer.h](native__avdemuxer_8h.md)
29    - [native_averrors.h](native__averrors_8h.md)
30    - [native_avformat.h](native__avformat_8h.md)
31    - [native_avmemory.h](native__avmemory_8h.md)
32    - [native_avmuxer.h](native__avmuxer_8h.md)
33    - [native_avsource.h](native__avsource_8h.md)
34  - 结构体
35    - [OH_AVCodecAsyncCallback](_o_h___a_v_codec_async_callback.md)
36    - [OH_AVCodecBufferAttr](_o_h___a_v_codec_buffer_attr.md)
37    - [OH_AVCodecCallback](_o_h___a_v_codec_callback.md)
38    - [OH_AVRange](_o_h___a_v_range.md)