Class ThincSMsgSoundClose

java.lang.Object
  extended by ThincMsg
      extended by ThincSMsg
          extended by ThincSMsgSound
              extended by ThincSMsgSoundClose

public final class ThincSMsgSoundClose
extends ThincSMsgSound

class for closing the sound stream.

Author:
Young Jin Yoon
See Also:
ThincSMsgSound

Field Summary
static int MESSAGE_SIZE
           
static int MESSAGE_TYPE
           
 
Fields inherited from class ThincSMsgSound
ENCODING, format, FRAME_RATE, playInfo, SAMPLE_SIZE, streamId
 
Fields inherited from class ThincMsg
canvas, handler
 
Constructor Summary
ThincSMsgSoundClose(ThincSoundHandler h)
          creates ThincSMsgSoundClose object.
 
Method Summary
 void process()
          process() gets the stream id for sound and remove it from hash table.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE_TYPE

public static final int MESSAGE_TYPE
See Also:
Constant Field Values

MESSAGE_SIZE

public static final int MESSAGE_SIZE
See Also:
Constant Field Values
Constructor Detail

ThincSMsgSoundClose

public ThincSMsgSoundClose(ThincSoundHandler h)
creates ThincSMsgSoundClose object.

Parameters:
h - ThincSoundHandler to handle the message
Method Detail

process

public void process()
             throws ThincException
process() gets the stream id for sound and remove it from hash table.

Specified by:
process in class ThincMsg
Throws:
ThincException