public interface MovieReader
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
findTrack(int fromTrack,
Format format) |
long |
getChunkCount(int track) |
Rational |
getDuration() |
Rational |
getDuration(int track) |
Format |
getFileFormat() |
Format |
getFormat(int track) |
Rational |
getReadTime(int track) |
int |
getTrackCount() |
int |
nextTrack() |
void |
read(int track,
Buffer buffer) |
Rational |
sampleToTime(int track,
long sample) |
void |
setMovieReadTime(Rational newValue) |
long |
timeToSample(int track,
Rational seconds) |
int getTrackCount()
throws java.io.IOException
java.io.IOExceptionint findTrack(int fromTrack,
Format format)
throws java.io.IOException
java.io.IOExceptionRational getDuration() throws java.io.IOException
java.io.IOExceptionRational getDuration(int track) throws java.io.IOException
java.io.IOExceptionlong timeToSample(int track,
Rational seconds)
throws java.io.IOException
java.io.IOExceptionRational sampleToTime(int track, long sample) throws java.io.IOException
java.io.IOExceptionFormat getFileFormat() throws java.io.IOException
java.io.IOExceptionFormat getFormat(int track) throws java.io.IOException
java.io.IOExceptionlong getChunkCount(int track)
throws java.io.IOException
java.io.IOExceptionvoid read(int track,
Buffer buffer)
throws java.io.IOException
java.io.IOExceptionint nextTrack()
throws java.io.IOException
java.io.IOExceptionvoid close()
throws java.io.IOException
java.io.IOExceptionvoid setMovieReadTime(Rational newValue) throws java.io.IOException
java.io.IOExceptionRational getReadTime(int track) throws java.io.IOException
java.io.IOExceptionCopyright © 2022. All Rights Reserved.