Class TickerFactory
- java.lang.Object
-
- com.brightcove.ssai.timeline.ticker.TickerFactory
-
public final class TickerFactory extends java.lang.Object
A Ticker Factory class that creates the appropriate Ticker according to the underlying Video player used in theBaseVideoView
.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Ticker
createTicker(BaseVideoView baseVideoView)
Gets the concrete Ticker instance.
-
-
-
Method Detail
-
createTicker
@NonNull public static Ticker createTicker(@NonNull BaseVideoView baseVideoView)
Gets the concrete Ticker instance.- Parameters:
baseVideoView
- the base video view.- Returns:
- the timeline.
-
-