| | |
| | | import com.dji.sample.media.model.MediaFileDTO; |
| | | import com.dji.sample.media.model.MediaFileEntity; |
| | | import com.dji.sample.media.model.MediaFileQueryParam; |
| | | import com.drew.imaging.ImageProcessingException; |
| | | |
| | | import java.awt.*; |
| | | import java.io.IOException; |
| | |
| | | */ |
| | | Integer saveFile(String workspaceId, FileUploadDTO file); |
| | | |
| | | Integer saveMarkFile(String workspaceId, FileUploadDTO file) throws IOException, FontFormatException; |
| | | Integer saveMarkFile(String workspaceId, FileUploadDTO file) throws IOException, FontFormatException, ImageProcessingException; |
| | | |
| | | Object mediaInfo(String fileId); |
| | | /** |
| | | * Query information about all files in this workspace based on the workspace id. |
| | | * |