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组件管理类接口定义。 | 27 28 29### 函数 30 31 | 名称 | 描述 | 32| -------- | -------- | 33| [GetCodecComponentManager](_codec.md#getcodeccomponentmanager) (void) | struct [CodecComponentManager](_codec_component_manager.md) \*<br/>实例化CodecComponentManager对象。 | 34| [CodecComponentManagerRelease](_codec.md#codeccomponentmanagerrelease) (void) | void<br/>释放CodecComponentManager对象。 | 35