-
- All Implemented Interfaces:
-
com.monetization.ads.video.playback.model.VideoAdPlaybackInfo
public interface MediaFile implements VideoAdPlaybackInfoThis interface provides information for InstreamAdPlayer about instream ad media file
-
-
Method Summary
Modifier and Type Method Description abstract StringgetUrl()Gets url of Media file to be presented abstract intgetAdWidth()Gets width of Media file to be presented abstract intgetAdHeight()Gets height of Media file to be presented -
-
Method Detail
-
getAdWidth
abstract int getAdWidth()
Gets width of Media file to be presented
-
getAdHeight
abstract int getAdHeight()
Gets height of Media file to be presented
-
-
-
-