com.fluendo.jst

Class Event

public class Event extends Object

Field Summary
static intEOS
static intFLUSH_START
static intFLUSH_STOP
static intNEWSEGMENT
static intSEEK
Method Summary
intgetType()
static EventnewEOS()
static EventnewFlushStart()
static EventnewFlushStop()
static EventnewNewsegment(boolean update, int format, long start, long stop, long position)
static EventnewSeek(int format, long position)
intparseNewsegmentFormat()
longparseNewsegmentPosition()
longparseNewsegmentStart()
longparseNewsegmentStop()
booleanparseNewsegmentUpdate()
intparseSeekFormat()
longparseSeekPosition()
StringtoString()

Field Detail

EOS

public static final int EOS

FLUSH_START

public static final int FLUSH_START

FLUSH_STOP

public static final int FLUSH_STOP

NEWSEGMENT

public static final int NEWSEGMENT

SEEK

public static final int SEEK

Method Detail

getType

public int getType()

newEOS

public static Event newEOS()

newFlushStart

public static Event newFlushStart()

newFlushStop

public static Event newFlushStop()

newNewsegment

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

newSeek

public static Event newSeek(int format, long position)

parseNewsegmentFormat

public int parseNewsegmentFormat()

parseNewsegmentPosition

public long parseNewsegmentPosition()

parseNewsegmentStart

public long parseNewsegmentStart()

parseNewsegmentStop

public long parseNewsegmentStop()

parseNewsegmentUpdate

public boolean parseNewsegmentUpdate()

parseSeekFormat

public int parseSeekFormat()

parseSeekPosition

public long parseSeekPosition()

toString

public String toString()