Пример #1
0
 /** total size (in bytes) of the sample data */
 public int getSampleSize() {
   if (pointer == 0) throw new NullPointerException();
   int javaResult = StructureJNI.BASS_MIDI_FONTINFO_get_samsize(pointer);
   return javaResult;
 }