|
||||||||||
| 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,
java.nio.ByteBuffer bb)
|
|
EditListBox.Entry(EditListBox editListBox,
long segmentDuration,
long mediaTime,
double mediaRate)
Creates a new Entry with all values set. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
void |
getContent(java.nio.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 |
java.lang.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 rate
public EditListBox.Entry(EditListBox editListBox,
java.nio.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(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
public void getContent(java.nio.ByteBuffer bb)
throws java.io.IOException
java.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||