com.adobe.mediacore.qos
Class PlaybackInformation

java.lang.Object
  extended by com.adobe.mediacore.qos.PlaybackInformation

public class PlaybackInformation
extends Object


Constructor Summary
PlaybackInformation(long timeToFirstByte, long timeToLoad, long timeToStart, long timeToFirstFrame, long timeToPrepare, long timeToFail, long secondsPlayed, long secondsSpent, float frameRate, long droppedFrameCount, long bitrate, long bufferTime, long bufferLength, long emptyBufferCount, long bufferingTime, long lastSeekTime)
           
 
Method Summary
 long getBitrate()
           
 long getBufferingTime()
           
 long getBufferLength()
           
 long getBufferTime()
           
 long getDroppedFrameCount()
           
 long getEmptyBufferCount()
           
 float getFrameRate()
           
 long getLastSeekTime()
           
 long getTimeToFail()
           
 long getTimeToFirstByte()
           
 long getTimeToFirstFrame()
           
 long getTimeToLoad()
           
 long getTimeToPrepare()
           
 long getTimeToStart()
           
 long getTotalSecondsPlayed()
           
 long getTotalSecondsSpent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlaybackInformation

public PlaybackInformation(long timeToFirstByte,
                           long timeToLoad,
                           long timeToStart,
                           long timeToFirstFrame,
                           long timeToPrepare,
                           long timeToFail,
                           long secondsPlayed,
                           long secondsSpent,
                           float frameRate,
                           long droppedFrameCount,
                           long bitrate,
                           long bufferTime,
                           long bufferLength,
                           long emptyBufferCount,
                           long bufferingTime,
                           long lastSeekTime)
Method Detail

getTimeToFirstByte

public final long getTimeToFirstByte()

getTimeToLoad

public final long getTimeToLoad()

getTimeToStart

public final long getTimeToStart()

getTimeToFail

public final long getTimeToFail()

getTotalSecondsPlayed

public final long getTotalSecondsPlayed()

getTotalSecondsSpent

public final long getTotalSecondsSpent()

getFrameRate

public final float getFrameRate()

getDroppedFrameCount

public final long getDroppedFrameCount()

getBitrate

public final long getBitrate()

getBufferTime

public final long getBufferTime()

getBufferLength

public final long getBufferLength()

getEmptyBufferCount

public final long getEmptyBufferCount()

getBufferingTime

public final long getBufferingTime()

getTimeToFirstFrame

public final long getTimeToFirstFrame()

getTimeToPrepare

public long getTimeToPrepare()

getLastSeekTime

public long getLastSeekTime()