| | |
| | | import com.dji.sample.common.model.ResponseResult; |
| | | import com.dji.sample.media.model.*; |
| | | import com.drew.imaging.ImageProcessingException; |
| | | import org.springframework.web.bind.annotation.RequestParam; |
| | | |
| | | import javax.servlet.http.HttpServletResponse; |
| | | import java.awt.*; |
| | | import java.io.IOException; |
| | | import java.net.URL; |
| | |
| | | * @return |
| | | */ |
| | | Object mediaInfo(String fileId); |
| | | List<MediaFileEntity> getMedia(String jobId); |
| | | /** |
| | | * Query information about all files in this workspace based on the workspace id. |
| | | * |
| | |
| | | */ |
| | | URL getObjectUrl(String workspaceId, String fileId); |
| | | |
| | | void downloadImages( String jobId, HttpServletResponse response); |
| | | |
| | | /** |
| | | * Query all media files of a job. |
| | | * |