Uses of Class
org.kc7bfi.jflac.metadata.StreamInfo

Packages that use StreamInfo
org.kc7bfi.jflac   
org.kc7bfi.jflac.apps   
org.kc7bfi.jflac.frame   
org.kc7bfi.jflac.metadata   
org.kc7bfi.jflac.sound.spi   
org.kc7bfi.jflac.util   
 

Uses of StreamInfo in org.kc7bfi.jflac
 

Methods in org.kc7bfi.jflac that return StreamInfo
 StreamInfo FLACDecoder.getStreamInfo()
          Return the parsed StreamInfo Metadata record.
 StreamInfo FLACDecoder.readStreamInfo()
          Read the FLAC stream info.
 

Methods in org.kc7bfi.jflac with parameters of type StreamInfo
 void PCMProcessor.processStreamInfo(StreamInfo streamInfo)
          Called when StreamInfo read.
 Metadata[] FLACDecoder.readMetadata(StreamInfo streamInfo)
          Read an array of metadata blocks.
 

Uses of StreamInfo in org.kc7bfi.jflac.apps
 

Methods in org.kc7bfi.jflac.apps with parameters of type StreamInfo
 void Decoder.processStreamInfo(StreamInfo info)
          Process the StreamInfo block.
 void SeekTablePlayer.processStreamInfo(StreamInfo streamInfo)
          Process the StreamInfo block.
 void Player.processStreamInfo(StreamInfo streamInfo)
          Process the StreamInfo block.
 

Uses of StreamInfo in org.kc7bfi.jflac.frame
 

Constructors in org.kc7bfi.jflac.frame with parameters of type StreamInfo
Header(BitInputStream is, byte[] headerWarmup, StreamInfo streamInfo)
          The constructor.
 

Uses of StreamInfo in org.kc7bfi.jflac.metadata
 

Methods in org.kc7bfi.jflac.metadata with parameters of type StreamInfo
 boolean StreamInfo.compatiable(StreamInfo info)
          Check for compatiable StreamInfo.
 

Uses of StreamInfo in org.kc7bfi.jflac.sound.spi
 

Methods in org.kc7bfi.jflac.sound.spi that return StreamInfo
 StreamInfo Flac2PcmAudioInputStream.getStreamInfo()
           
 

Methods in org.kc7bfi.jflac.sound.spi with parameters of type StreamInfo
 void Flac2PcmAudioInputStream.processStreamInfo(StreamInfo streamInfo)
          Process the StreamInfo block.
 

Constructors in org.kc7bfi.jflac.sound.spi with parameters of type StreamInfo
FlacAudioFormat(StreamInfo streamInfo)
           
 

Uses of StreamInfo in org.kc7bfi.jflac.util
 

Methods in org.kc7bfi.jflac.util with parameters of type StreamInfo
 void WavWriter.writeHeader(StreamInfo streamInfo)
          Write a WAV file header.
 

Constructors in org.kc7bfi.jflac.util with parameters of type StreamInfo
PCMDecoder(StreamInfo streamInfo)
          The constructor.
WavWriter(DataOutput os, StreamInfo streamInfo)
          The constructor.
WavWriter(OutputStream os, StreamInfo streamInfo)
          The constructor.
 



Copyright © 2004-2011. All Rights Reserved.