public class PCMDecoder extends Object
| Constructor and Description |
|---|
PCMDecoder(StreamInfo streamInfo)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ByteData |
getFrame(Frame frame,
ChannelData[] channelData)
Write a WAV frame record.
|
public PCMDecoder(StreamInfo streamInfo)
streamInfo - The FLAC stream infopublic ByteData getFrame(Frame frame, ChannelData[] channelData) throws IOException
frame - The FLAC framechannelData - The decoded channel dataIOException - Thrown if error writing to output channelCopyright © 2004–2017. All rights reserved.