Class TickerFactory
java.lang.Object
com.brightcove.ssai.timeline.ticker.TickerFactory
A Ticker Factory class that creates the appropriate Ticker according to
the underlying Video player used in the
BaseVideoView
.-
Method Summary
Modifier and TypeMethodDescriptionstatic Ticker
createTicker
(BaseVideoView baseVideoView) Gets the concrete Ticker instance.
-
Method Details
-
createTicker
Gets the concrete Ticker instance.- Parameters:
baseVideoView
- the base video view.- Returns:
- the timeline.
-