public class DefaultMovie extends AbstractMovie
propertySupportIN_PROPERTY, OUT_PROPERTY, PLAYHEAD_PROPERTY| Constructor and Description |
|---|
DefaultMovie() |
| Modifier and Type | Method and Description |
|---|---|
Rational |
getDuration() |
Format |
getFileFormat() |
Format |
getFormat(int track) |
Rational |
getInsertionPoint() |
MovieReader |
getReader() |
Rational |
getSelectionEnd() |
Rational |
getSelectionStart() |
int |
getTrackCount() |
Rational |
sampleToTime(int track,
long sample) |
void |
setInsertionPoint(Rational newValue) |
void |
setReader(MovieReader reader) |
void |
setSelectionEnd(Rational newValue) |
void |
setSelectionStart(Rational newValue) |
long |
timeToSample(int track,
Rational time) |
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, removePropertyChangeListenerpublic MovieReader getReader()
public void setReader(MovieReader reader)
public Rational getDuration()
public Rational getInsertionPoint()
public void setInsertionPoint(Rational newValue)
public Rational getSelectionStart()
public void setSelectionStart(Rational newValue)
public Rational getSelectionEnd()
public void setSelectionEnd(Rational newValue)
public long timeToSample(int track,
Rational time)
public Rational sampleToTime(int track, long sample)
public int getTrackCount()
public Format getFormat(int track)
public Format getFileFormat()
Copyright © 2022. All Rights Reserved.