guoshilong
2023-09-18 d175a7fe7d6e96c0e6abfe3954eefed539bb6e3c
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);
}