public class Event
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
EOS |
static int |
FLUSH_START |
static int |
FLUSH_STOP |
static int |
NEWSEGMENT |
static int |
SEEK |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
static Event |
newEOS() |
static Event |
newFlushStart() |
static Event |
newFlushStop() |
static Event |
newNewsegment(boolean update,
int format,
long start,
long stop,
long position) |
static Event |
newSeek(int format,
long position) |
int |
parseNewsegmentFormat() |
long |
parseNewsegmentPosition() |
long |
parseNewsegmentStart() |
long |
parseNewsegmentStop() |
boolean |
parseNewsegmentUpdate() |
int |
parseSeekFormat() |
long |
parseSeekPosition() |
java.lang.String |
toString() |
public static final int FLUSH_START
public static final int FLUSH_STOP
public static final int EOS
public static final int NEWSEGMENT
public static final int SEEK
public java.lang.String toString()
toString
in class java.lang.Object
public int getType()
public static Event newEOS()
public static Event newFlushStart()
public static Event newFlushStop()
public static Event newSeek(int format, long position)
public long parseSeekPosition()
public int parseSeekFormat()
public static Event newNewsegment(boolean update, int format, long start, long stop, long position)
public boolean parseNewsegmentUpdate()
public int parseNewsegmentFormat()
public long parseNewsegmentStart()
public long parseNewsegmentStop()
public long parseNewsegmentPosition()