quicktime.sound
Interface SoundCallBack
- public interface SoundCallBack
The SoundCallBack class is used by the SndChannel object and can be specified
when the channel is allocated. Calling doCommand( ) with a callBackCmd will allow
your SoundCallBack to be called when the sound playing in the SndChannel is done
playing
Method Summary |
void |
execute(SndChannel sc)
This method should be implemented to handle commands that are generated
from the doCommand calls on the SndChannel. |
execute
public void execute(SndChannel sc)
- This method should be implemented to handle commands that are generated
from the doCommand calls on the SndChannel.
- Parameters:
sc
- the SndChannel the callback is called from