# codec_component_manager.h ## **概述** 主要包括Codec组件管理类接口。 Codec模块获取组件编解码能力集、创建组件和销毁组件等接口定义。 **Since**: 3.1 **Version**: 2.0 **相关模块:** [Codec](codec.md) ## **汇总** ### 类 | 名称 | 描述 | | -------- | -------- | | [CodecComponentManager](_codec_component_manager.md) | Codec组件管理类接口定义。 | ### 函数 | 名称 | 描述 | | -------- | -------- | | [GetCodecComponentManager](codec.md#getcodeccomponentmanager) (void) | 实例化CodecComponentManager对象。 | | [CodecComponentManagerRelease](codec.md#codeccomponentmanagerrelease) (void) | 释放CodecComponentManager对象。 |