Uses of Class
org.jaudiotagger.audio.asf.data.StreamBitratePropertiesChunk

Packages that use StreamBitratePropertiesChunk
org.jaudiotagger.audio.asf.data   
org.jaudiotagger.audio.asf.io   
 

Uses of StreamBitratePropertiesChunk in org.jaudiotagger.audio.asf.data
 

Methods in org.jaudiotagger.audio.asf.data that return StreamBitratePropertiesChunk
 StreamBitratePropertiesChunk AsfHeader.getStreamBitratePropertiesChunk()
           
 

Methods in org.jaudiotagger.audio.asf.data with parameters of type StreamBitratePropertiesChunk
 void AsfHeader.setStreamBitratePropertiesChunk(StreamBitratePropertiesChunk streamBitratePropertiesChunk1)
           
 

Uses of StreamBitratePropertiesChunk in org.jaudiotagger.audio.asf.io
 

Methods in org.jaudiotagger.audio.asf.io that return StreamBitratePropertiesChunk
static StreamBitratePropertiesChunk StreamBitratePropertiesReader.read(java.io.RandomAccessFile raf, Chunk candidate)
          This reads the current data and interprets it as an "stream bitrate properties" chunk.