com.adobe.mediacore.qos.metrics
Class PlaybackMetrics
java.lang.Object
com.adobe.mediacore.qos.metrics.PlaybackMetrics
public abstract class PlaybackMetrics
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_time
protected long _time
_playbackRange
protected TimeRange _playbackRange
_seekableRange
protected TimeRange _seekableRange
_bufferedRange
protected TimeRange _bufferedRange
_frameRate
protected float _frameRate
_droppedFramesCount
protected long _droppedFramesCount
_bitrate
protected long _bitrate
_bufferTime
protected long _bufferTime
_bufferLength
protected long _bufferLength
PlaybackMetrics
public PlaybackMetrics()
update
public void update()
- Updates the playback information.
doUpdate
protected abstract void doUpdate()
reset
public void reset()
- Resets the playback information.
getTime
public long getTime()
getPlaybackRange
public TimeRange getPlaybackRange()
getSeekableRange
public TimeRange getSeekableRange()
getBufferedRange
public TimeRange getBufferedRange()
getFrameRate
public float getFrameRate()
getDroppedFramesCount
public long getDroppedFramesCount()
getBitrate
public long getBitrate()
getBufferTime
public long getBufferTime()
getBufferLength
public long getBufferLength()