MediaFile

data class MediaFile @JvmOverloads constructor(val value: String = "", val delivery: String = "", val type: String = "", val width: Int? = null, val height: Int? = null, val codec: String? = null, val id: String? = null, val bitrate: Int? = null, val minBitrate: Int? = null, val maxBitrate: Int? = null, val scalable: Boolean? = null, val maintainAspectRatio: Boolean? = null, val apiFramework: String? = null, val fileSize: Int? = null, val mediaType: String? = null)

Constructors

Link copied to clipboard
constructor(value: String = "", delivery: String = "", type: String = "", width: Int? = null, height: Int? = null, codec: String? = null, id: String? = null, bitrate: Int? = null, minBitrate: Int? = null, maxBitrate: Int? = null, scalable: Boolean? = null, maintainAspectRatio: Boolean? = null, apiFramework: String? = null, fileSize: Int? = null, mediaType: String? = null)

Properties

Link copied to clipboard
val apiFramework: String? = null
Link copied to clipboard
val bitrate: Int? = null
Link copied to clipboard
val codec: String? = null
Link copied to clipboard
Link copied to clipboard
val fileSize: Int? = null
Link copied to clipboard
val height: Int? = null
Link copied to clipboard
val id: String? = null
Link copied to clipboard
Link copied to clipboard
val maxBitrate: Int? = null
Link copied to clipboard
val mediaType: String? = null
Link copied to clipboard
val minBitrate: Int? = null
Link copied to clipboard
val scalable: Boolean? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val width: Int? = null

Functions

Link copied to clipboard
fun getAdType(): Ad.AdType