com.coremedia.iso.boxes
Class TimeToSampleBox.Entry

java.lang.Object
  extended by com.coremedia.iso.boxes.TimeToSampleBox.Entry
Enclosing class:
TimeToSampleBox

public static class TimeToSampleBox.Entry
extends Object


Constructor Summary
TimeToSampleBox.Entry(long count, long delta)
           
 
Method Summary
 long getCount()
           
 long getDelta()
           
 void setCount(long count)
           
 void setDelta(long delta)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeToSampleBox.Entry

public TimeToSampleBox.Entry(long count,
                             long delta)
Method Detail

getCount

public long getCount()

getDelta

public long getDelta()

setCount

public void setCount(long count)

setDelta

public void setDelta(long delta)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.