Interface ThincProtoSound


public interface ThincProtoSound

THINC sound protocol specification, JAVA

Author:
Leo Kim

Nested Class Summary
static class ThincProtoSound.thinc_sndClose
           
static class ThincProtoSound.thinc_sndOpen
           
static class ThincProtoSound.thinc_sndPlay
           
 
Field Summary
static int T_SND_CLOSE
           
static int T_SND_CLOSE_SIZE
           
static int T_SND_DATA
           
static int T_SND_OPEN
           
static int T_SND_OPEN_SIZE
           
static int T_SND_PLAY
           
static int T_SND_PLAY_SIZE
           
static int T_SND_VOLUME_DOWN
           
static int T_SND_VOLUME_UP
           
 

Field Detail

T_SND_DATA

static final int T_SND_DATA
See Also:
Constant Field Values

T_SND_OPEN

static final int T_SND_OPEN
See Also:
Constant Field Values

T_SND_PLAY

static final int T_SND_PLAY
See Also:
Constant Field Values

T_SND_CLOSE

static final int T_SND_CLOSE
See Also:
Constant Field Values

T_SND_VOLUME_DOWN

static final int T_SND_VOLUME_DOWN
See Also:
Constant Field Values

T_SND_VOLUME_UP

static final int T_SND_VOLUME_UP
See Also:
Constant Field Values

T_SND_OPEN_SIZE

static final int T_SND_OPEN_SIZE
See Also:
Constant Field Values

T_SND_PLAY_SIZE

static final int T_SND_PLAY_SIZE
See Also:
Constant Field Values

T_SND_CLOSE_SIZE

static final int T_SND_CLOSE_SIZE
See Also:
Constant Field Values