# codec_component_if.h ## **概述** 主要包括Codec组件接口定义。 Codec模块提供了获取组件信息、给组件发送命令、组件参数设置、buffer轮转和控制等接口定义。创建组件后,可使用下列接口进行编解码处理。 **Since**: 3.1 **Version**: 2.0 **相关模块:** [Codec](codec.md) ## **汇总** ### 类 | 名称 | 描述 | | -------- | -------- | | [CodecComponentType](_codec_component_type.md) | Codec组件接口定义。 | ### 函数 | 名称 | 描述 | | -------- | -------- | | [CodecComponentTypeGet](codec.md#codeccomponenttypeget) (struct HdfRemoteService \*remote) | 实例化CodecComponentType对象。 | | [CodecComponentTypeRelease](codec.md#codeccomponenttyperelease) (struct [CodecComponentType](_codec_component_type.md) \*instance) | 释放CodecComponentType对象。 |