MediaFile
data class MediaFile
Represents a media file to be played as part of a VAST ad.
Properties
| Name | Summary |
|---|---|
| bitrate | val bitrate: Int? |
| codec | val codec: String? |
| delivery | val delivery: MediaFileDeliveryType |
| fileSize | val fileSize: Long? |
| height | val height: Int |
| maintainAspectRatio | val maintainAspectRatio: Boolean? |
| maxBitrate | val maxBitrate: Int? |
| mediaType | val mediaType: String? |
| minBitrate | val minBitrate: Int? |
| scalable | val scalable: Boolean? |
| type | val type: String |
| url | val url: String |
| width | val width: Int |