Uses of Interface
video.api.client.api.upload.UploadProgressListener
-
Packages that use UploadProgressListener Package Description video.api.client.api.clients video.api.client.api.upload -
-
Uses of UploadProgressListener in video.api.client.api.clients
Methods in video.api.client.api.clients with parameters of type UploadProgressListener Modifier and Type Method Description VideoVideosApi. upload(String videoId, File file, UploadProgressListener uploadProgressListener)Upload a video To upload a video to the videoId you created.ApiResponse<Video>VideosApi. uploadWithHttpInfo(String videoId, File file, UploadProgressListener uploadProgressListener)Upload a video To upload a video to the videoId you created.VideoVideosApi. uploadWithUploadToken(String token, File file, UploadProgressListener uploadProgressListener)Upload with an upload token When given a token, anyone can upload a file to the URI `https://ws.api.video/upload?token=<tokenId>`.ApiResponse<Video>VideosApi. uploadWithUploadTokenWithHttpInfo(String token, File file, UploadProgressListener uploadProgressListener)Upload with an upload token When given a token, anyone can upload a file to the URI `https://ws.api.video/upload?token=<tokenId>`. -
Uses of UploadProgressListener in video.api.client.api.upload
Constructors in video.api.client.api.upload with parameters of type UploadProgressListener Constructor Description UploadChunkRequestBody(File file, Integer chunksCount, Integer chunkNum, long totalBytes, long chunkStart, long chunkEnd, UploadProgressListener progressListener)
-