findVideoByID
open fun findVideoByID(videoID: String, httpRequestConfig: HttpRequestConfig, videoListener: VideoListener)
Retrieves a Video from the Playback API service by its video ID.
If your VideoCloud configuration requires a Brightcove Authorization token, provide it using setBrightcoveAuthorizationToken. This token will be configured when creating the com.brightcove.player.model.Video object, and it will be used when requesting the Video license.
Parameters
videoID
string containing the ID of the video to find.
httpRequestConfig
a configuration class with values used in the request.
videoListener
A callback which will be invoked when the request finishes or an error occurs.
Retrieves a Video from the Playback API service by its video ID.
Parameters
videoID
string containing the ID of the video to find.
videoListener
A callback which will be invoked when the request finishes or an error occurs.
open fun findVideoByID(videoID: String, headers: Map<String, String>, queryParameters: Map<String, String>, videoListener: VideoListener)
Deprecated
Deprecated
Please use findVideoByID instead.