|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoctoshape.osa2.TimeInfo
octoshape.osa2.TimeInfoOnDemand
public class TimeInfoOnDemand
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 |
---|
public final long startTime
public final long endTime
public final long promilleOffset
public final long skippedBytes
public final long mediaIndex
public final long mediaSize
public final long fileSize
public final long byteOffset
public final long headerSize
public final long writtenBytes
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |