public static class SegmentIndexBox.Entry extends Object
Constructor and Description |
---|
SegmentIndexBox.Entry() |
SegmentIndexBox.Entry(byte referenceType,
int referencedSize,
long subsegmentDuration,
byte startsWithSap,
byte sapType,
int sapDeltaTime) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getReferencedSize() |
byte |
getReferenceType()
When set to 1 indicates that the reference is to a segment index ('sidx') box;
otherwise the reference is to media content (e.g., in the case of files based on this specification, to a
movie fragment box); if a separate index segment is used, then entries with reference t
|
int |
getSapDeltaTime() |
byte |
getSapType() |
byte |
getStartsWithSap() |
long |
getSubsegmentDuration() |
int |
hashCode() |
void |
setReferencedSize(int referencedSize) |
void |
setReferenceType(byte referenceType)
When set to 1 indicates that the reference is to a segment index ('sidx') box;
otherwise the reference is to media content (e.g., in the case of files based on this specification, to a
movie fragment box); if a separate index segment is used, then entries with reference t
|
void |
setSapDeltaTime(int sapDeltaTime) |
void |
setSapType(byte sapType) |
void |
setStartsWithSap(byte startsWithSap) |
void |
setSubsegmentDuration(long subsegmentDuration) |
String |
toString() |
public SegmentIndexBox.Entry()
public SegmentIndexBox.Entry(byte referenceType, int referencedSize, long subsegmentDuration, byte startsWithSap, byte sapType, int sapDeltaTime)
public byte getReferenceType()
public void setReferenceType(byte referenceType)
referenceType
- the new reference typepublic int getReferencedSize()
public void setReferencedSize(int referencedSize)
public long getSubsegmentDuration()
public void setSubsegmentDuration(long subsegmentDuration)
public byte getStartsWithSap()
public void setStartsWithSap(byte startsWithSap)
public byte getSapType()
public void setSapType(byte sapType)
public int getSapDeltaTime()
public void setSapDeltaTime(int sapDeltaTime)
Copyright © 2014. All rights reserved.