Class TimelineFactory

java.lang.Object
com.brightcove.ssai.timeline.TimelineFactory

public final class TimelineFactory extends Object
A Timeline Factory class that creates the appropriate Timeline according to the SSAIWrapper object received.
  • Method Details

    • create

      @NonNull public static Timeline create(@NonNull SSAIWrapper ssaiWrapper) throws Exception
      Gets the concrete Timeline instance.
      Parameters:
      ssaiWrapper - the ssai wrapper.
      Returns:
      the timeline.
      Throws:
      Exception