# GSt API

Source: [https://docs.qualcomm.com/doc/80-70018-50SC/topic/gst-apis.html](https://docs.qualcomm.com/doc/80-70018-50SC/topic/gst-apis.html)

这些 API 提供了在 Qualcomm IM SDK 中使用硬件加速所需的自定义类和层，并为 ML 启用基于张量的方法/工作流。

下表列出了所有支持的API：

| API | 说明 |
| --- | --- |
| **视频 API** | **视频 API** |
| [GstImageBufferPool API](https://docs.qualcomm.com/doc/80-70018-50SC/topic/video-apis.html#video-apis__section_zct_gmg_tcc) | 用于配置原始视频缓存的特殊GstBufferPool子类。 |
| [GstGlesVideoConverter API](https://docs.qualcomm.com/doc/80-70018-50SC/topic/video-apis.html#video-apis__section_gyv_lmg_tcc) | 通过基于 OpenGL ES 的 IB2C 库使用 GPU 提供以下： <ul class="ul" id="gst-apis__ul_d22_bkg_tcc"><br>                                <li class="li">硬件加速镜像处理</li><br><br>                                <li class="li">转型</li><br><br>                                <li class="li">颜色转换操作</li><br><br>                            </ul> |
| **机器学习 API** | **机器学习 API** |
| [GstMLType](https://docs.qualcomm.com/doc/80-70018-50SC/topic/machine-learning-apis.html#machine-learning-apis__section_amx_cng_tcc) | 获取关于 GStreamer ML 数据类型的信息。 |
| [GstMLInfo](https://docs.qualcomm.com/doc/80-70018-50SC/topic/machine-learning-apis.html#machine-learning-apis__section_qqy_3ng_tcc) | 表示描述机器学习属性的信息结构。 |
| [GstMLTensorMeta](https://docs.qualcomm.com/doc/80-70018-50SC/topic/machine-learning-apis.html#machine-learning-apis__section_ols_n4g_tcc) | 为不同的张量类型定义元数据 API。 |
| [GstMLFrame](https://docs.qualcomm.com/doc/80-70018-50SC/topic/machine-learning-apis.html#machine-learning-apis__section_n5v_bpg_tcc) | 包含映射到张量的指针及其所需信息。 |
| [GstMLBufferPool](https://docs.qualcomm.com/doc/80-70018-50SC/topic/machine-learning-apis.html#machine-learning-apis__section_kjd_spg_tcc) | 用于配置 ML 张量缓存的特殊 GstBufferPool 子类。 |

- **[视频 API](https://docs.qualcomm.com/doc/80-70018-50SC/topic/video-apis.html)**  

使用视频 API 配置视频缓存和视频转换器。
- **[机器学习 API](https://docs.qualcomm.com/doc/80-70018-50SC/topic/machine-learning-apis.html)**  

配置特定于张量的要求和机器学习属性。

**Parent Topic:** [使用 GStreamer 工具来管理自定义插件](https://docs.qualcomm.com/doc/80-70018-50SC/topic/im-sdk-base-uitilities.html)

Last Published: Nov 12, 2025

[Previous Topic
使用 GStreamer 工具来管理自定义插件](https://docs.qualcomm.com/bundle/publicresource/80-70018-50SC/topics/im-sdk-base-uitilities.md) [Next Topic
视频 API](https://docs.qualcomm.com/bundle/publicresource/80-70018-50SC/topics/video-apis.md)