|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoctoshape.osa2.TimeInfo
octoshape.osa2.TimeInfoLive
public class TimeInfoLive
Field Summary | |
---|---|
long |
currentdownloaded
The octotime of the most recently downloaded data or -1 if the information is unavailable. |
octoshape.j.util.HashMap |
dataMap
String -> String map |
long |
lastFrame
The octotime of the most recent data packet send to the player which is also a start-point/key-frame. |
long |
maxLive
The maximal time stamp which can, at this moment, be played when playing live data. |
Fields inherited from class octoshape.osa2.TimeInfo |
---|
current, isLive, wallClock |
Method Summary |
---|
Methods inherited from class octoshape.osa2.TimeInfo |
---|
toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final long lastFrame
public final long maxLive
Typically, a live stream will play longer back than this since we always start playing on a frame.
public final long currentdownloaded
Not available prior to v310.
public final octoshape.j.util.HashMap dataMap
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |