com.fluendo.jst
Class Event
java.lang.Object
com.fluendo.jst.Event
public class Event
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FLUSH_START
public static final int FLUSH_START
- See Also:
- Constant Field Values
FLUSH_STOP
public static final int FLUSH_STOP
- See Also:
- Constant Field Values
EOS
public static final int EOS
- See Also:
- Constant Field Values
NEWSEGMENT
public static final int NEWSEGMENT
- See Also:
- Constant Field Values
SEEK
public static final int SEEK
- See Also:
- Constant Field Values
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.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()