-
public interface UploadServiceComponent that does executes upload
-
-
Method Summary
Modifier and Type Method Description abstract UploadRequestupload(Long libraryId, String videoId, FileInfo fileInfo, UploadListener listener)Uploads content in for of InputStream to provided url -
-
Method Detail
-
upload
abstract UploadRequest upload(Long libraryId, String videoId, FileInfo fileInfo, UploadListener listener)
Uploads content in for of InputStream to provided url
- Parameters:
libraryId- target library IDvideoId- target video IDfileInfo- details about the file to be uploaded, see FileInfolistener- interface to get notified about upload status changes, see UploadListener
-
-
-
-