public class State
extends java.lang.Object
Constructor and Description |
---|
State() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Event |
decodeEventOut()
Returns the event (if any) generated from the last decoded packet.
|
int |
decodeInit(Info ki)
Initialize for decoding.
|
int |
decodePacketin(com.jcraft.jogg.Packet op)
Decode a Kate data packet.
|
double |
granuleDuration(long granulepos)
Returns, in seconds, duration in granule units
|
double |
granuleTime(long granulepos)
Returns, in seconds, absolute time of current packet in given
logical stream
|
public void clear()
public int decodeInit(Info ki)
public int decodePacketin(com.jcraft.jogg.Packet op)
public Event decodeEventOut()
public double granuleTime(long granulepos)
public double granuleDuration(long granulepos)