org.kc7bfi.jflac
Interface PCMProcessor

All Known Implementing Classes:
Decoder, Flac2PcmAudioInputStream, Player, SeekTablePlayer

public interface PCMProcessor

PCMProcessor interface. This interface defines the signatures for a class to listen to PCM decode events.

Author:
kc7bfi

Method Summary
 void processPCM(ByteData pcm)
          Called when each data frame is decompressed.
 void processStreamInfo(StreamInfo streamInfo)
          Called when StreamInfo read.
 

Method Detail

processStreamInfo

void processStreamInfo(StreamInfo streamInfo)
Called when StreamInfo read.

Parameters:
streamInfo - The FLAC stream info metadata block

processPCM

void processPCM(ByteData pcm)
Called when each data frame is decompressed.

Parameters:
pcm - The decompressed PCM data


Copyright © 2004-2011. All Rights Reserved.