예제 #1
0
파일: USoundImpl.java 프로젝트: jouve/urbi
 public USoundFormat getSoundFormat() {
   return USoundFormat.swigToEnum(urbiJNI.USoundImpl_soundFormat_get(swigCPtr, this));
 }
예제 #2
0
파일: USoundImpl.java 프로젝트: jouve/urbi
 public void setSoundFormat(USoundFormat value) {
   urbiJNI.USoundImpl_soundFormat_set(swigCPtr, this, value.swigValue());
 }