MediaFile

@objc(YMAMediaFile)
public protocol MediaFile

Describes a media file for an instream ad.

  • Media file height.

    Declaration

    Swift

    var adHeight: Int { get }
  • Media file width.

    Declaration

    Swift

    var adWidth: Int { get }
  • url

    Describes the media file url.

    Declaration

    Swift

    var url: String { get }