Package com.brightcove.ssai.seek
Class NoAdSeekStrategy
- java.lang.Object
-
- com.brightcove.ssai.seek.NoAdSeekStrategy
-
- All Implemented Interfaces:
AdSelectionStrategy
public class NoAdSeekStrategy extends java.lang.Object implements AdSelectionStrategy
Ignore the ads found between the start and end position.
-
-
Constructor Summary
Constructors Constructor Description NoAdSeekStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Queue<AdPod>
selectAdPods(Timeline timeline, long absoluteStartSeekPosition, long absoluteEndSeekPosition)
Selects which ad pods must be played from those found between start seek position and end seek position.
-
-
-
Method Detail
-
selectAdPods
@NonNull public java.util.Queue<AdPod> selectAdPods(@NonNull Timeline timeline, long absoluteStartSeekPosition, long absoluteEndSeekPosition)
Description copied from interface:AdSelectionStrategy
Selects which ad pods must be played from those found between start seek position and end seek position.- Specified by:
selectAdPods
in interfaceAdSelectionStrategy
- Parameters:
timeline
- the timelineabsoluteStartSeekPosition
- the absolute start seek positionabsoluteEndSeekPosition
- the absolute end seek position- Returns:
- the queue
-
-