Class AudioQueueParameterEvent


  • public final class AudioQueueParameterEvent
    extends org.moe.natj.c.StructObject
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int mID()  
      float mValue()  
      void setMID​(int value)  
      void setMValue​(float value)  
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AudioQueueParameterEvent

        public AudioQueueParameterEvent()
      • AudioQueueParameterEvent

        protected AudioQueueParameterEvent​(org.moe.natj.general.Pointer peer)
      • AudioQueueParameterEvent

        public AudioQueueParameterEvent​(int mID,
                                        float mValue)
    • Method Detail

      • mID

        public int mID()
      • setMID

        public void setMID​(int value)
      • mValue

        public float mValue()
      • setMValue

        public void setMValue​(float value)