1# codec_callback_if.h 2 3 4## **概述** 5 6主要包括回调函数接口定义。 7 8Codec模块事件上报、上报输入buffer和输出buffer处理完毕等接口定义。 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| [CodecCallbackType](_codec_callback_type.md) | Codec回调接口定义。 | 31 32 33### 函数 34 35 | 名称 | 描述 | 36| -------- | -------- | 37| [CodecCallbackTypeGet](codec.md#codeccallbacktypeget) (struct HdfRemoteService \*remote) | 实例化CodecCallbackType对象。 | 38| [CodecCallbackTypeRelease](codec.md#codeccallbacktyperelease) (struct [CodecCallbackType](_codec_callback_type.md) \*instance) | 释放CodecCallbackType对象。 | 39