Interface VideoAd
-
- All Implemented Interfaces:
public interface VideoAd
This class provides information about video ad
-
-
Method Summary
Modifier and Type Method Description abstract SkipInfo
getSkipInfo()
Gets video ad skip information abstract MediaFile
getMediaFile()
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 AdPodInfo
getAdPodInfo()
Gets ad pod information abstract String
getInfo()
Gets video ad additional information abstract VideoAdInfo
getAdInfo()
Gets video ad additional information abstract Long
getDuration()
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
-
-
-
-