entagged.audioformats.asf.io
Class StreamBitratePropertiesReader

java.lang.Object
  extended by entagged.audioformats.asf.io.StreamBitratePropertiesReader

public class StreamBitratePropertiesReader
extends Object

This class reads the chunk containing the stream bitrate properties.

Author:
Christian Laireiter

Constructor Summary
protected StreamBitratePropertiesReader()
          Should not be used for now.
 
Method Summary
static StreamBitratePropertiesChunk read(RandomAccessFile raf, Chunk candidate)
          This reads the current data and interprets it as an "stream bitrate properties" chunk.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamBitratePropertiesReader

protected StreamBitratePropertiesReader()
Should not be used for now.

Method Detail

read

public static StreamBitratePropertiesChunk read(RandomAccessFile raf,
                                                Chunk candidate)
                                         throws IOException
This reads the current data and interprets it as an "stream bitrate properties" chunk.

Parameters:
raf - Input source
candidate - Chunk which possibly contains encoding data.
Returns:
StreamBitratePropertiesChunk, null if its not a valid one.
Throws:
IOException - read errors.


Copyright © 2007-2008. All Rights Reserved.