Media File
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)