Interface MediaFile
-
- All Superinterfaces:
com.yandex.mobile.ads.video.playback.model.VideoAdPlaybackInfo
public interface MediaFile extends com.yandex.mobile.ads.video.playback.model.VideoAdPlaybackInfoThis interface provides information for InstreamAdPlayer about instream ad media file
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAdHeight()Gets height of Media file to be presentedintgetAdWidth()Gets width of Media file to be presentedjava.lang.StringgetUrl()Gets url of Media file to be presented
-
-
-
Method Detail
-
getUrl
@NonNull java.lang.String getUrl()
Gets url of Media file to be presented- Specified by:
getUrlin interfacecom.yandex.mobile.ads.video.playback.model.VideoAdPlaybackInfo- Returns:
- Url of instream ad media file
-
getAdWidth
int getAdWidth()
Gets width of Media file to be presented- Specified by:
getAdWidthin interfacecom.yandex.mobile.ads.video.playback.model.VideoAdPlaybackInfo- Returns:
- Width of instream ad media file
-
getAdHeight
int getAdHeight()
Gets height of Media file to be presented- Specified by:
getAdHeightin interfacecom.yandex.mobile.ads.video.playback.model.VideoAdPlaybackInfo- Returns:
- Height of instream ad media file
-
-