Interface MediaFile
-
- 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 IntegergetAdWidth()Gets width of Media file to be presented abstract IntegergetAdHeight()Gets height of Media file to be presented -
-
Method Detail
-
getAdWidth
abstract Integer getAdWidth()
Gets width of Media file to be presented
-
getAdHeight
abstract Integer getAdHeight()
Gets height of Media file to be presented
-
-
-
-