1# codec_component_if.h 2 3 4## 概述 5 6主要包括Codec组件接口定义。 7 8Codec模块提供了获取组件信息、给组件发送命令、组件参数设置、buffer轮转和控制等接口定义。创建组件后,可使用下列接口进行编解码处理。 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| [CodecComponentType](_codec_component_type.md) | struct<br/>Codec组件接口定义。 | 27 28 29### 函数 30 31 | 名称 | 描述 | 32| -------- | -------- | 33| [CodecComponentTypeGet](_codec.md#codeccomponenttypeget) (struct HdfRemoteService \*remote) | struct [CodecComponentType](_codec_component_type.md) \*<br/>实例化CodecComponentType对象。 | 34| [CodecComponentTypeRelease](_codec.md#codeccomponenttyperelease) (struct [CodecComponentType](_codec_component_type.md) \*instance) | void<br/>释放CodecComponentType对象。 | 35