• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# codec_component_if.h
2
3
4## **概述**
5
6主要包括Codec组件接口定义。
7
8Codec模块提供了获取组件信息、给组件发送命令、组件参数设置、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| [CodecComponentType](_codec_component_type.md) | Codec组件接口定义。 |
31
32
33### 函数
34
35  | 名称 | 描述 |
36| -------- | -------- |
37| [CodecComponentTypeGet](codec.md#codeccomponenttypeget) (struct HdfRemoteService \*remote) | 实例化CodecComponentType对象。 |
38| [CodecComponentTypeRelease](codec.md#codeccomponenttyperelease) (struct [CodecComponentType](_codec_component_type.md) \*instance) | 释放CodecComponentType对象。 |
39