entagged.audioformats.asf.io
Class StreamBitratePropertiesReader
java.lang.Object
entagged.audioformats.asf.io.StreamBitratePropertiesReader
public class StreamBitratePropertiesReader
- extends Object
This class reads the chunk containing the stream bitrate properties.
- Author:
- Christian Laireiter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StreamBitratePropertiesReader
protected StreamBitratePropertiesReader()
- Should not be used for now.
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 sourcecandidate
- 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.