sean.zhou
2022-11-18 56df98ce4952239fbf7d0e99dbeb0e5c71531d6f
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);
}