# 接口

Source: [https://docs.qualcomm.com/doc/80-70014-18Y/topic/interfaces.html](https://docs.qualcomm.com/doc/80-70014-18Y/topic/interfaces.html)

软件接口由 Wayland Weston 和 `libdrm` API 等 API 组成。Weston API 促进了与 SDM 合成器的交互，而 `libdrm` API 促进了与 DRM/KMS 框架的交互。

有关 Weston API，请参阅以下内容：
- [Wayland 客户端 API](https://wayland.freedesktop.org/docs/html/apb.html)
- [Wayland 服务器 API](https://wayland.freedesktop.org/docs/html/apc.html)

有关 `libdrm` API，请参阅 [libdrm](https://dri.freedesktop.org/docs/drm/gpu/drm-uapi.html)。

Qualcomm 为您提供了基于 GStreamer 的插件。您可以从 [QIM SDK 插件](https://docs.qualcomm.com/bundle/publicresource/topics/80-70014-50/qim-sdk-plugins.html)将 Waylandsink 插件添加到您的媒体 pipeline。

有关详细信息，请参阅 [GStreamer 应用程序开发和 pipeline 创建](https://gstreamer.freedesktop.org/documentation/application-development/basics/index.html)。

Last Published: Aug 22, 2024

[Previous Topic
架构](https://docs.qualcomm.com/bundle/publicresource/80-70014-18Y/topics/architecture.md) [Next Topic
软件](https://docs.qualcomm.com/bundle/publicresource/80-70014-18Y/topics/software.md)