| | |
| | | import com.dji.sample.manage.model.dto.LiveTypeDTO; |
| | | import com.dji.sample.manage.model.receiver.LiveCapacityReceiver; |
| | | |
| | | import java.io.IOException; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | * @param workspaceId |
| | | * @return |
| | | */ |
| | | List<CapacityDeviceDTO> getLiveCapacity(String workspaceId); |
| | | List<CapacityDeviceDTO> getLiveCapacity(String workspaceId,String sn); |
| | | |
| | | /** |
| | | * Save live capability data. |
| | |
| | | * @return |
| | | */ |
| | | ResponseResult liveStart(LiveTypeDTO liveParam); |
| | | |
| | | ResponseResult liveAddress(String deviceSn,String deviceName) throws IOException; |
| | | /** |
| | | * Stop the live streaming by publishing mqtt message. |
| | | * 通过发布mqtt消息来停止实时流。 |