Ejemplo n.º 1
0
 public void setSampleFormat(USoundSampleFormat value) {
   urbiJNI.USoundImpl_sampleFormat_set(swigCPtr, this, value.swigValue());
 }
Ejemplo n.º 2
0
 public USoundSampleFormat getSampleFormat() {
   return USoundSampleFormat.swigToEnum(urbiJNI.USoundImpl_sampleFormat_get(swigCPtr, this));
 }