public interface PCMProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
processPCM(ByteData pcm)
Called when each data frame is decompressed.
|
void |
processStreamInfo(StreamInfo streamInfo)
Called when StreamInfo read.
|
void processStreamInfo(StreamInfo streamInfo)
streamInfo - The FLAC stream info metadata blockvoid processPCM(ByteData pcm)
pcm - The decompressed PCM dataCopyright © 2004–2017. All rights reserved.