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, String videoId, UploadProgressListener uploadProgressListener)Upload with an delegated upload token This method allows you to send a video using an upload token.VideoVideosApi. uploadWithUploadToken(String token, File file, UploadProgressListener uploadProgressListener)Upload with an delegated upload token This method allows you to send a video using an upload token.ApiResponse<Video>VideosApi. uploadWithUploadTokenWithHttpInfo(String token, File file, String videoId, UploadProgressListener uploadProgressListener)Upload with an delegated upload token This method allows you to send a video using an upload token. -
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)
-