예제 #1
0
파일: USoundImpl.java 프로젝트: jouve/urbi
 public void setSampleFormat(USoundSampleFormat value) {
   urbiJNI.USoundImpl_sampleFormat_set(swigCPtr, this, value.swigValue());
 }
예제 #2
0
파일: USoundImpl.java 프로젝트: jouve/urbi
 public USoundSampleFormat getSampleFormat() {
   return USoundSampleFormat.swigToEnum(urbiJNI.USoundImpl_sampleFormat_get(swigCPtr, this));
 }