1# codec_component_manager.h 2 3 4## **概述** 5 6主要包括Codec组件管理类接口。 7 8Codec模块获取组件编解码能力集、创建组件和销毁组件等接口定义。 9 10**Since**: 11 123.1 13 14**Version**: 15 162.0 17 18**相关模块:** 19 20[Codec](codec.md) 21 22 23## **汇总** 24 25 26### 类 27 28 | 名称 | 描述 | 29| -------- | -------- | 30| [CodecComponentManager](_codec_component_manager.md) | Codec组件管理类接口定义。 | 31 32 33### 函数 34 35 | 名称 | 描述 | 36| -------- | -------- | 37| [GetCodecComponentManager](codec.md#getcodeccomponentmanager) (void) | 实例化CodecComponentManager对象。 | 38| [CodecComponentManagerRelease](codec.md#codeccomponentmanagerrelease) (void) | 释放CodecComponentManager对象。 | 39