Interface MediaTailorAdAvail
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.ads.AdBreak
public interface MediaTailorAdAvail implements AdBreak
-
-
Method Summary
Modifier and Type Method Description abstract DoublegetDuration()The duration of the MediaTailor adBreak. abstract IntegergetStartTime()The start time of the MediaTailor adBreak. abstract IntegergetId()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.
-
-
-
-