FlowplayerMedia

data class FlowplayerMedia @JvmOverloads constructor(val mediaId: String, val playerId: String, val maxVideoBitrate: Int? = null) : Media

A Flowplayer video has a mediaId and a playerId. Preparing the player with such a video, fetches a Flowplayer config that contains all the relevant information for the playback to start.

Parameters

maxVideoBitrate

Media's maximum allowed video bitrate in bits per second.

Constructors

Link copied to clipboard
constructor(mediaId: String, playerId: String, maxVideoBitrate: Int? = null)

Properties

Link copied to clipboard
val maxVideoBitrate: Int? = null
Link copied to clipboard

Flowplayer mediaId to be used in combination with the playerId in order to load a Flowplayer config.

Link copied to clipboard

The Flowplayer playerId to be used in combination with the mediaId in order to load a Flowplayer config.