Package com.fluendo.jst
Class Event
java.lang.Object
com.fluendo.jst.Event
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
-
Method Summary
-
Field Details
-
FLUSH_START
public static final int FLUSH_START- See Also:
-
FLUSH_STOP
public static final int FLUSH_STOP- See Also:
-
EOS
public static final int EOS- See Also:
-
NEWSEGMENT
public static final int NEWSEGMENT- See Also:
-
SEEK
public static final int SEEK- See Also:
-
-
Method Details
-
toString
-
getType
public int getType() -
newEOS
-
newFlushStart
-
newFlushStop
-
newSeek
-
parseSeekPosition
public long parseSeekPosition() -
parseSeekFormat
public int parseSeekFormat() -
newNewsegment
-
parseNewsegmentUpdate
public boolean parseNewsegmentUpdate() -
parseNewsegmentFormat
public int parseNewsegmentFormat() -
parseNewsegmentStart
public long parseNewsegmentStart() -
parseNewsegmentStop
public long parseNewsegmentStop() -
parseNewsegmentPosition
public long parseNewsegmentPosition()
-