octoshape.osa2
Class TimeInfoLive

java.lang.Object
  extended by octoshape.osa2.TimeInfo
      extended by octoshape.osa2.TimeInfoLive

public class TimeInfoLive
extends TimeInfo


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

lastFrame

public final long lastFrame
The octotime of the most recent data packet send to the player which is also a start-point/key-frame.


maxLive

public final long maxLive
The maximal time stamp which can, at this moment, be played when playing live data.

Typically, a live stream will play longer back than this since we always start playing on a frame.


currentdownloaded

public final long currentdownloaded
The octotime of the most recently downloaded data or -1 if the information is unavailable.

Not available prior to v310.


dataMap

public final octoshape.j.util.HashMap dataMap
String -> String map