|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.coremedia.iso.boxes.EditListBox.Entry
public static class EditListBox.Entry
Constructor Summary | |
---|---|
EditListBox.Entry(EditListBox editListBox,
ByteBuffer bb)
|
|
EditListBox.Entry(EditListBox editListBox,
long segmentDuration,
long mediaTime,
double mediaRate)
Creates a new Entry with all values set. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
void |
getContent(ByteBuffer bb)
|
double |
getMediaRate()
The media rate specifies the relative rate at which to play the media corresponding to a specific edit segment. |
long |
getMediaTime()
The media time is an integer containing the starting time within the media of a specific edit segment(in media time scale units, in composition time) |
long |
getSegmentDuration()
The segment duration is an integer that specifies the duration of this edit segment in units of the timescale in the Movie Header Box |
int |
hashCode()
|
void |
setMediaRate(double mediaRate)
The media rate specifies the relative rate at which to play the media corresponding to a specific edit segment. |
void |
setMediaTime(long mediaTime)
The media time is an integer containing the starting time within the media of a specific edit segment(in media time scale units, in composition time) |
void |
setSegmentDuration(long segmentDuration)
The segment duration is an integer that specifies the duration of this edit segment in units of the timescale in the Movie Header Box |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EditListBox.Entry(EditListBox editListBox, long segmentDuration, long mediaTime, double mediaRate)
Entry
with all values set.
segmentDuration
- duration in movie timescalemediaTime
- starting timemediaRate
- relative play ratepublic EditListBox.Entry(EditListBox editListBox, ByteBuffer bb)
Method Detail |
---|
public long getSegmentDuration()
public void setSegmentDuration(long segmentDuration)
segmentDuration
- new segment duration in movie timescalepublic long getMediaTime()
public void setMediaTime(long mediaTime)
mediaTime
- starting timepublic double getMediaRate()
public void setMediaRate(double mediaRate)
mediaRate
- new relative play ratepublic boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void getContent(ByteBuffer bb) throws IOException
IOException
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |