sean.zhou
2022-12-12 2d8ded3e77b22e44985265ca4063102662e452c1
src/main/java/com/dji/sample/manage/service/ILiveStreamService.java
@@ -24,8 +24,9 @@
    /**
     * Save live capability data.
     * @param liveCapacityReceiver
     * @param timestamp
     */
    void saveLiveCapacity(LiveCapacityReceiver liveCapacityReceiver);
    void saveLiveCapacity(LiveCapacityReceiver liveCapacityReceiver, Long timestamp);
    /**
     * Initiate a live streaming by publishing mqtt message.
@@ -47,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);
}