Exemplo n.º 1
0
 public USoundFormat getSoundFormat() {
   return USoundFormat.swigToEnum(urbiJNI.USoundImpl_soundFormat_get(swigCPtr, this));
 }
Exemplo n.º 2
0
 public void setSoundFormat(USoundFormat value) {
   urbiJNI.USoundImpl_soundFormat_set(swigCPtr, this, value.swigValue());
 }