|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PCMProcessor
PCMProcessor interface. This interface defines the signatures for a class to listen to PCM decode events.
Method Summary | |
---|---|
void |
processPCM(ByteData pcm)
Called when each data frame is decompressed. |
void |
processStreamInfo(StreamInfo streamInfo)
Called when StreamInfo read. |
Method Detail |
---|
void processStreamInfo(StreamInfo streamInfo)
streamInfo
- The FLAC stream info metadata blockvoid processPCM(ByteData pcm)
pcm
- The decompressed PCM data
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |