org.jaudiotagger.audio.asf.io
Class StreamChunkReader

java.lang.Object
  extended by org.jaudiotagger.audio.asf.io.StreamChunkReader

public class StreamChunkReader
extends java.lang.Object

Reads and interprets the data of the audio or video stream information chunk.

Author:
Christian Laireiter

Method Summary
static StreamChunk read(java.io.RandomAccessFile raf, Chunk candidate)
          Reads audio and video stream information.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

read

public static StreamChunk read(java.io.RandomAccessFile raf,
                               Chunk candidate)
                        throws java.io.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:
java.io.IOException - read errors