Пример #1
0
 /** total size (in bytes) of the sample data */
 public void setSampleSize(int sampleSize) {
   if (pointer == 0) throw new NullPointerException();
   StructureJNI.BASS_MIDI_FONTINFO_set_samsize(pointer, sampleSize);
 }