Interface VideoAd
-
- All Implemented Interfaces:
public interface VideoAdThis class provides information about video ad
-
-
Method Summary
Modifier and Type Method Description abstract SkipInfogetSkipInfo()Gets video ad skip information abstract MediaFilegetMediaFile()Gets video ad playback information about the recommended mediafile based on its type and bitrate abstract List<MediaFile>getMediaFiles()Gets video ad playback information about all mediafiles abstract AdPodInfogetAdPodInfo()Gets ad pod information abstract StringgetInfo()Gets video ad additional information abstract VideoAdInfogetAdInfo()Gets video ad additional information abstract LonggetDuration()Gets video ad duration in milliseconds -
-
Method Detail
-
getSkipInfo
abstract SkipInfo getSkipInfo()
Gets video ad skip information
-
getMediaFile
abstract MediaFile getMediaFile()
Gets video ad playback information about the recommended mediafile based on its type and bitrate
-
getMediaFiles
abstract List<MediaFile> getMediaFiles()
Gets video ad playback information about all mediafiles
-
getAdPodInfo
abstract AdPodInfo getAdPodInfo()
Gets ad pod information
-
getAdInfo
abstract VideoAdInfo getAdInfo()
Gets video ad additional information
-
getDuration
abstract Long getDuration()
Gets video ad duration in milliseconds
-
-
-
-