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 <Error class: unknown class>getAdInfo()Gets video ad additional information abstract LonggetDuration()Gets video ad duration in milliseconds abstract <Error class: unknown class>getExtensions()Gets video ad extensions -
-
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 <Error class: unknown class> getAdInfo()
Gets video ad additional information
-
getDuration
abstract Long getDuration()
Gets video ad duration in milliseconds
-
getExtensions
abstract <Error class: unknown class> getExtensions()
Gets video ad extensions
-
-
-
-