# codec_callback_if.h
## 概述
主要包括回调函数接口定义。
Codec模块事件上报、上报输入buffer和输出buffer处理完毕等接口定义。
**Since:**
3.1
**Version:**
2.0
**相关模块:**
[Codec](_codec.md)
## 汇总
### 类
| 名称 | 描述 |
| -------- | -------- |
| [CodecCallbackType](_codec_callback_type.md) | struct
Codec回调接口定义。 |
### 函数
| 名称 | 描述 |
| -------- | -------- |
| [CodecCallbackTypeGet](_codec.md#codeccallbacktypeget) (struct HdfRemoteService \*remote) | struct [CodecCallbackType](_codec_callback_type.md) \*
实例化CodecCallbackType对象。 |
| [CodecCallbackTypeRelease](_codec.md#codeccallbacktyperelease) (struct [CodecCallbackType](_codec_callback_type.md) \*instance) | void
释放CodecCallbackType对象。 |