Class SubSampleInformationBox.SubSampleEntry
- java.lang.Object
-
- org.mp4parser.boxes.iso14496.part12.SubSampleInformationBox.SubSampleEntry
-
- Enclosing class:
- SubSampleInformationBox
public static class SubSampleInformationBox.SubSampleEntry extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubSampleInformationBox.SubSampleEntry.SubsampleEntry
-
Constructor Summary
Constructors Constructor Description SubSampleEntry()
-
Method Summary
Modifier and Type Method Description longgetSampleDelta()intgetSubsampleCount()List<SubSampleInformationBox.SubSampleEntry.SubsampleEntry>getSubsampleEntries()voidsetSampleDelta(long sampleDelta)StringtoString()
-
-
-
Method Detail
-
getSampleDelta
public long getSampleDelta()
-
setSampleDelta
public void setSampleDelta(long sampleDelta)
-
getSubsampleCount
public int getSubsampleCount()
-
getSubsampleEntries
public List<SubSampleInformationBox.SubSampleEntry.SubsampleEntry> getSubsampleEntries()
-
-