Interface MediaTailorAdAvail
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.ads.AdBreak
public interface MediaTailorAdAvail implements AdBreak
-
-
Method Summary
Modifier and Type Method Description abstract Double
getDuration()
The duration of the MediaTailor adBreak. abstract Integer
getStartTime()
The start time of the MediaTailor adBreak. abstract Integer
getId()
The unique identifier of this MediaTailor adBreak. -
Methods inherited from class com.theoplayer.android.api.ads.AdBreak
getAds, getCustomData, getCustomIntegration, getIntegration, getMaxDuration, getMaxRemainingDuration, getTimeOffset
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDuration
abstract Double getDuration()
The duration of the MediaTailor adBreak.
-
getStartTime
abstract Integer getStartTime()
The start time of the MediaTailor adBreak.
-
-
-
-