From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/ibxm/IBXM.html | 402 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 402 insertions(+) create mode 100644 javadoc/ibxm/IBXM.html (limited to 'javadoc/ibxm/IBXM.html') diff --git a/javadoc/ibxm/IBXM.html b/javadoc/ibxm/IBXM.html new file mode 100644 index 0000000..1585169 --- /dev/null +++ b/javadoc/ibxm/IBXM.html @@ -0,0 +1,402 @@ + + + + + +IBXM (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
ibxm
+

Class IBXM

+
+
+ +
+
    +
  • +
    +
    +
    public class IBXM
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + + + + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      static intFP_MASK 
      static intFP_ONE 
      static intFP_SHIFT 
      static java.lang.StringVERSION 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      IBXM(int sample_rate) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intcalculate_song_duration() 
      voidget_audio(byte[] output_buffer, + int frames) 
      voidseek(int sample_position) 
      voidset_module(Module m) 
      voidset_resampling_quality(int quality) 
      voidset_sequence_index(int sequence_index, + int row) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        IBXM

        +
        public IBXM(int sample_rate)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        set_module

        +
        public void set_module(Module m)
        +
      • +
      + + + +
        +
      • +

        set_resampling_quality

        +
        public void set_resampling_quality(int quality)
        +
      • +
      + + + +
        +
      • +

        calculate_song_duration

        +
        public int calculate_song_duration()
        +
      • +
      + + + +
        +
      • +

        set_sequence_index

        +
        public void set_sequence_index(int sequence_index,
        +                      int row)
        +
      • +
      + + + +
        +
      • +

        seek

        +
        public void seek(int sample_position)
        +
      • +
      + + + +
        +
      • +

        get_audio

        +
        public void get_audio(byte[] output_buffer,
        +             int frames)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3