codesimian
Interface AllSound.ByteMaker

All Known Implementing Classes:
Sound
Enclosing class:
AllSound

public static interface AllSound.ByteMaker

Provides the bytes to be played through audio output. Returns null if no sound should be played.


Method Summary
 byte[] getBytes(int numBytes)
           
 

Method Detail

getBytes

byte[] getBytes(int numBytes)