com.adobe.mediacore.qos.metrics
Class BufferingMetrics

java.lang.Object
  extended by com.adobe.mediacore.qos.metrics.BufferingMetrics

public class BufferingMetrics
extends Object


Constructor Summary
BufferingMetrics()
          Default constructor.
 
Method Summary
 long getEmptyBufferCount()
           
 long getTotalBufferingTime()
           
 void recordBufferEmpty()
           
 void recordBufferFull()
           
 void reset()
          Resets the internal metrics.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BufferingMetrics

public BufferingMetrics()
Default constructor.

Method Detail

reset

public void reset()
Resets the internal metrics.


recordBufferEmpty

public void recordBufferEmpty()

recordBufferFull

public void recordBufferFull()

getEmptyBufferCount

public long getEmptyBufferCount()

getTotalBufferingTime

public long getTotalBufferingTime()