MediaFile
@objc(THEOplayerMediaFile)
public protocol MediaFileRepresents the metadata of a media file with ad content.
Remark
This metadata is retrieved from the VAST file.- 
                  
                  The delivery type. Remark - Can be either ‘progressive’ or ‘streaming’.
- Currently we only support ‘progressive’.
 DeclarationSwift var delivery: String { get }
- 
                  
                  The URI of the VAST content. DeclarationSwift var resourceURI: String { get }
- 
                  
                  The MIME type for the file container. DeclarationSwift var type: String { get }
- 
                  
                  The native height of the video file, in pixels. DeclarationSwift var height: Int { get }
- 
                  
                  The native width of the video file, in pixels. DeclarationSwift var width: Int { get }
 MediaFile Protocol Reference
      MediaFile Protocol Reference