VASTMediaFile

data class VASTMediaFile(val videoWidth: Int, val videoHeight: Int, val videoDeliveryProtocol: String?, val videoMimeType: String?, val videoMediaFileURL: String?)

Representation of VAST document's element.

Constructors

Link copied to clipboard
constructor(videoWidth: Int, videoHeight: Int, videoDeliveryProtocol: String?, videoMimeType: String?, videoMediaFileURL: String?)

Properties

Link copied to clipboard

Either “progressive” for progressive download protocols (such as HTTP) or “streaming” for streaming protocols.

Link copied to clipboard

The native height of the video file, in pixels.

Link copied to clipboard

The URL to a video media file.

Link copied to clipboard

The MIME type for the video file container. Popular MIME type include, but is not limited to “video/mp4” for MP4.

Link copied to clipboard

The native width of the video file, in pixels.