Uses of Class
org.kc7bfi.jflac.frame.Frame

Packages that use Frame
org.kc7bfi.jflac   
org.kc7bfi.jflac.apps   
org.kc7bfi.jflac.util   
 

Uses of Frame in org.kc7bfi.jflac
 

Methods in org.kc7bfi.jflac that return Frame
 Frame FLACDecoder.readNextFrame()
          Read the next data frame.
 

Methods in org.kc7bfi.jflac with parameters of type Frame
 ByteData FLACDecoder.decodeFrame(Frame frame, ByteData pcmData)
          Fill the given ByteData object with PCM data from the frame.
 void FrameListener.processFrame(Frame frame)
          Called for each data frame read.
 

Uses of Frame in org.kc7bfi.jflac.apps
 

Methods in org.kc7bfi.jflac.apps with parameters of type Frame
 void SeekTablePlayer.processFrame(Frame frame)
          Called for each data frame read.
 void Analyser.processFrame(Frame frame)
          Process data frames.
 void Tester.processFrame(Frame frame)
          Process data frames.
 

Uses of Frame in org.kc7bfi.jflac.util
 

Methods in org.kc7bfi.jflac.util with parameters of type Frame
 ByteData PCMDecoder.getFrame(Frame frame, ChannelData[] channelData)
          Write a WAV frame record.
 void WavWriter.writeFrame(Frame frame, ChannelData[] channelData)
          Write a WAV frame record.
 



Copyright © 2004-2011. All Rights Reserved.