Class Event

java.lang.Object
com.fluendo.jst.Event

public class Event extends Object
  • Field Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getType

      public int getType()
    • newEOS

      public static Event newEOS()
    • newFlushStart

      public static Event newFlushStart()
    • newFlushStop

      public static Event newFlushStop()
    • newSeek

      public static Event newSeek(int format, long position)
    • parseSeekPosition

      public long parseSeekPosition()
    • parseSeekFormat

      public int parseSeekFormat()
    • newNewsegment

      public static Event newNewsegment(boolean update, int format, long start, long stop, long position)
    • parseNewsegmentUpdate

      public boolean parseNewsegmentUpdate()
    • parseNewsegmentFormat

      public int parseNewsegmentFormat()
    • parseNewsegmentStart

      public long parseNewsegmentStart()
    • parseNewsegmentStop

      public long parseNewsegmentStop()
    • parseNewsegmentPosition

      public long parseNewsegmentPosition()