octoshape.osa2
Class TimeInfoOnDemand

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

public class TimeInfoOnDemand
extends TimeInfo


Field Summary
 long byteOffset
          The amount of bytes the plug-in has sent to the player so far, including metadata
 long endTime
          The octotime of the end of the file.
 long fileSize
          The size of the file if we are playing an on-demand file
 long headerSize
           
 long mediaIndex
          The amount of bytes the plug-in has sent to the player so far.
 long mediaSize
          The size of the actual media content in an on-demand file, in bytes
 long promilleOffset
          The promille offset in the file of what is being played right now.
 long skippedBytes
          The amount of bytes that where skipped by the seek command
 long startTime
          The octotime of the beginning of the file.
 long writtenBytes
           
 
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

startTime

public final long startTime
The octotime of the beginning of the file.


endTime

public final long endTime
The octotime of the end of the file.


promilleOffset

public final long promilleOffset
The promille offset in the file of what is being played right now. This property can be used directly to update a GUI slider.


skippedBytes

public final long skippedBytes
The amount of bytes that where skipped by the seek command


mediaIndex

public final long mediaIndex
The amount of bytes the plug-in has sent to the player so far.


mediaSize

public final long mediaSize
The size of the actual media content in an on-demand file, in bytes


fileSize

public final long fileSize
The size of the file if we are playing an on-demand file


byteOffset

public final long byteOffset
The amount of bytes the plug-in has sent to the player so far, including metadata


headerSize

public final long headerSize

writtenBytes

public final long writtenBytes