Flowplayer Media
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
max Video Bitrate
Media's maximum allowed video bitrate in bits per second.