Package 

Interface MediaFile

  • All Implemented Interfaces:
    com.monetization.ads.video.playback.model.VideoAdPlaybackInfo

    
    public interface MediaFile
     implements VideoAdPlaybackInfo
                        

    This interface provides information for InstreamAdPlayer about instream ad media file

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getUrl() Gets url of Media file to be presented
      abstract Integer getAdWidth() Gets width of Media file to be presented
      abstract Integer getAdHeight() Gets height of Media file to be presented
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail