com.coremedia.iso.boxes
Class SampleToChunkBox.Entry

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

public static class SampleToChunkBox.Entry
extends Object


Constructor Summary
SampleToChunkBox.Entry(long firstChunk, long samplesPerChunk, long sampleDescriptionIndex)
           
 
Method Summary
 long getFirstChunk()
           
 long getSampleDescriptionIndex()
           
 long getSamplesPerChunk()
           
 void setFirstChunk(long firstChunk)
           
 void setSampleDescriptionIndex(long sampleDescriptionIndex)
           
 void setSamplesPerChunk(long samplesPerChunk)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SampleToChunkBox.Entry

public SampleToChunkBox.Entry(long firstChunk,
                              long samplesPerChunk,
                              long sampleDescriptionIndex)
Method Detail

getFirstChunk

public long getFirstChunk()

setFirstChunk

public void setFirstChunk(long firstChunk)

getSamplesPerChunk

public long getSamplesPerChunk()

setSamplesPerChunk

public void setSamplesPerChunk(long samplesPerChunk)

getSampleDescriptionIndex

public long getSampleDescriptionIndex()

setSampleDescriptionIndex

public void setSampleDescriptionIndex(long sampleDescriptionIndex)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.