Package 

Enum CuePoint.PositionType

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum CuePoint.PositionType
    
                        

    Indicates the position of the cue point in relation to the entire video.

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      BEFORE

      Pre-roll, plays before the main content of the video.

      POINT_IN_TIME

      Mid-roll, plays during the video at a specified offset from thestart of the video.

      AFTER

      Post-roll, plays after the main content of the video.