quicktime.sound
Class Sound

java.lang.Object
  |
  +--quicktime.sound.Sound
All Implemented Interfaces:
quicktime.jdirect.InterfaceLib, quicktime.jdirect.PrimitivesLib, quicktime.jdirect.QuickTimeLib, quicktime.jdirect.SharedLibrary, com.apple.jdirect.SharedLibrary

public final class Sound
extends java.lang.Object
implements quicktime.jdirect.QuickTimeLib

Provides general routines for recording sound


Fields inherited from interface quicktime.jdirect.QuickTimeLib
JDirect_MacOSX, libraryInstance, name
 
Method Summary
static void play(SndHandle sndHdl)
          Plays a sound from memory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

play

public static final void play(SndHandle sndHdl)
                       throws SoundException
Plays a sound from memory.

QuickTime::SndPlay QuickTime::SndPlay

Parameters:
sndHdl - the handle that has the sound data in it