Class AUChannelInfo


  • public final class AUChannelInfo
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        AUChannelInfo()  
        AUChannelInfo​(short inChannels, short outChannels)  
      protected AUChannelInfo​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      short inChannels()  
      short outChannels()  
      void setInChannels​(short value)  
      void setOutChannels​(short 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

      • AUChannelInfo

        public AUChannelInfo()
      • AUChannelInfo

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

        public AUChannelInfo​(short inChannels,
                             short outChannels)
    • Method Detail

      • inChannels

        public short inChannels()
      • setInChannels

        public void setInChannels​(short value)
      • outChannels

        public short outChannels()
      • setOutChannels

        public void setOutChannels​(short value)