processVideo

open fun processVideo(video: Video)

Process a video that has a VMAP url in at least one if its sources.

Parameters

video

the video to play.

See also

com.brightcove.player.model.Source
com.brightcove.player.model.SourceCollection

open fun processVideo(adData: String)

Process a video given an ad metadata URL and a content URL. Default to using the VMAP technology and XML data bindings.

Parameters

adData

The given VMAP data, either as am ad server URL or as an XML String.


open fun processVideo(vmapXMLString: String, remoteLicenseUrl: String)

Process a video given an ad metadata VMAP XML.

Parameters

vmapXMLString

The given VMAP XML as a String.

remoteLicenseUrl

The given remoteLicenseUrl for the content.