entagged.audioformats.asf.io
Class StreamChunkReader
java.lang.Object
entagged.audioformats.asf.io.StreamChunkReader
public class StreamChunkReader
- extends Object
Reads and interprets the data of the audio or video stream information chunk.
- Author:
- Christian Laireiter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamChunkReader
protected StreamChunkReader()
- Shouldn't be used for now.
read
public static StreamChunk read(RandomAccessFile raf,
Chunk candidate)
throws IOException
- Reads audio and video stream information.
- Parameters:
raf
- input source.candidate
- possible audio stream chunk
- Returns:
- Audio Stream Information.
null
if its not an audio
stream object.
- Throws:
IOException
- read errors
Copyright © 2007-2008. All Rights Reserved.