
a single line of an EDL or feature file).
Definition at line 37 of file Chunk.java.
Public Methods | |
| Chunk (String sf, double st, double l) | |
| Chunk constructor. | |
| double[] | getSamples (AudioFormat format) throws IOException, UnsupportedAudioFileException |
| Load samples corresponding to this Chunk. | |
| int | compareTo (Object o) throws ClassCastException |
| Compare one Chunk to another - comparisons are performed based on srcFile and then startTime fields. | |
| String | toString () |
| Return a string representation of this chunk, using the segment file format. | |
1.2.18