sean.zhou
2023-02-24 a7aaeabc7873a0eafb4a7ecad7f65b018b7a9bc9
src/main/java/com/dji/sample/manage/service/ILiveStreamService.java
@@ -48,4 +48,11 @@
     * @return
     */
    ResponseResult liveSetQuality(LiveTypeDTO liveParam);
    /**
     * Switches the lens of the device during the live streaming.
     * @param liveParam
     * @return
     */
    ResponseResult liveLensChange(LiveTypeDTO liveParam);
}