java.lang.Object
org.monte.media.beans.AbstractBean
org.monte.media.av.AbstractMovie
org.monte.media.seq.SEQMovie
- All Implemented Interfaces:
Serializable,Movie
SEQMovie.
FIXME - Implement me.
- Author:
- Werner Randelshofer
- See Also:
-
Field Summary
Fields inherited from class org.monte.media.beans.AbstractBean
propertySupportFields inherited from interface org.monte.media.av.Movie
INSERTION_POINT_PROPERTY, SELECTION_END_PROPERTY, SELECTION_START_PROPERTY, URI_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFormat(int track) intsampleToTime(int track, long sample) voidsetInsertionPoint(Rational seconds) voidsetSelectionEnd(Rational out) voidlongtimeToSample(int track, Rational seconds) Methods inherited from class org.monte.media.av.AbstractMovie
getURI, setURIMethods inherited from class org.monte.media.beans.AbstractBean
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.monte.media.av.Movie
addPropertyChangeListener, removePropertyChangeListener
-
Constructor Details
-
SEQMovie
public SEQMovie()
-
-
Method Details
-
getDuration
-
setInsertionPoint
- Specified by:
setInsertionPointin interfaceMovie- Overrides:
setInsertionPointin classAbstractMovie
-
getInsertionPoint
- Specified by:
getInsertionPointin interfaceMovie- Overrides:
getInsertionPointin classAbstractMovie
-
getSelectionStart
- Specified by:
getSelectionStartin interfaceMovie- Overrides:
getSelectionStartin classAbstractMovie
-
setSelectionStart
- Specified by:
setSelectionStartin interfaceMovie- Overrides:
setSelectionStartin classAbstractMovie
-
getSelectionEnd
- Specified by:
getSelectionEndin interfaceMovie- Overrides:
getSelectionEndin classAbstractMovie
-
setSelectionEnd
- Specified by:
setSelectionEndin interfaceMovie- Overrides:
setSelectionEndin classAbstractMovie
-
timeToSample
-
sampleToTime
-
getTrackCount
public int getTrackCount() -
getFormat
-
getFileFormat
-
getReader
-