From c5320fbf7fd671ba7ccefe66e951edeebb4252b2 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Tue, 26 Sep 2023 16:24:51 +0800
Subject: [PATCH] 媒体模块
---
src/main/java/com/dji/sample/manage/service/ILiveStreamService.java | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/dji/sample/manage/service/ILiveStreamService.java b/src/main/java/com/dji/sample/manage/service/ILiveStreamService.java
index f2a2470..97ae5d4 100644
--- a/src/main/java/com/dji/sample/manage/service/ILiveStreamService.java
+++ b/src/main/java/com/dji/sample/manage/service/ILiveStreamService.java
@@ -16,6 +16,7 @@
/**
* Get all the drone data that can be broadcast live in this workspace.
+ * 获取所有可以在这个工作区中直播的无人机数据。
* @param workspaceId
* @return
*/
@@ -30,6 +31,7 @@
/**
* Initiate a live streaming by publishing mqtt message.
+ * 通过发布mqtt消息启动实时流。
* @param liveParam Parameters needed for on-demand.
* @return
*/
@@ -37,6 +39,7 @@
/**
* Stop the live streaming by publishing mqtt message.
+ * 通过发布mqtt消息来停止实时流。
* @param videoId
* @return
*/
@@ -48,4 +51,11 @@
* @return
*/
ResponseResult liveSetQuality(LiveTypeDTO liveParam);
+
+ /**
+ * Switches the lens of the device during the live streaming.
+ * @param liveParam
+ * @return
+ */
+ ResponseResult liveLensChange(LiveTypeDTO liveParam);
}
--
Gitblit v1.9.3