• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# codec_component_manager.h
2
3
4## 概述
5
6主要包括Codec组件管理类接口。
7
8Codec模块获取组件编解码能力集、创建组件和销毁组件等接口定义。
9
10**Since:**
113.1
12**Version:**
132.0
14**相关模块:**
15
16[Codec](_codec.md)
17
18
19## 汇总
20
21
22### 类
23
24  | 名称 | 描述 |
25| -------- | -------- |
26| [CodecComponentManager](_codec_component_manager.md) | struct<br/>Codec组件管理类接口定义。&nbsp; |
27
28
29### 函数
30
31  | 名称 | 描述 |
32| -------- | -------- |
33| [GetCodecComponentManager](_codec.md#getcodeccomponentmanager)&nbsp;(void) | struct&nbsp;[CodecComponentManager](_codec_component_manager.md)&nbsp;\*<br/>实例化CodecComponentManager对象。&nbsp; |
34| [CodecComponentManagerRelease](_codec.md#codeccomponentmanagerrelease)&nbsp;(void) | void<br/>释放CodecComponentManager对象。&nbsp; |
35