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