Class ThincProtoSound.thinc_sndOpen

java.lang.Object
  extended by ThincProtoSound.thinc_sndOpen
Enclosing interface:
ThincProtoSound

public static class ThincProtoSound.thinc_sndOpen
extends java.lang.Object


Field Summary
(package private)  byte bits
           
(package private)  byte channels
           
(package private)  byte endian
           
(package private)  byte id
           
(package private)  byte[] pad
           
(package private)  short rate
           
 
Constructor Summary
ThincProtoSound.thinc_sndOpen()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

byte id

rate

short rate

bits

byte bits

channels

byte channels

endian

byte endian

pad

byte[] pad
Constructor Detail

ThincProtoSound.thinc_sndOpen

public ThincProtoSound.thinc_sndOpen()