Class CAFAudioDescription


  • public final class CAFAudioDescription
    extends org.moe.natj.c.StructObject
    • Constructor Detail

      • CAFAudioDescription

        public CAFAudioDescription()
      • CAFAudioDescription

        protected CAFAudioDescription​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • mSampleRate

        public double mSampleRate()
      • setMSampleRate

        public void setMSampleRate​(double value)
      • mFormatID

        public int mFormatID()
      • setMFormatID

        public void setMFormatID​(int value)
      • mFormatFlags

        public int mFormatFlags()
      • setMFormatFlags

        public void setMFormatFlags​(int value)
      • mBytesPerPacket

        public int mBytesPerPacket()
      • setMBytesPerPacket

        public void setMBytesPerPacket​(int value)
      • mFramesPerPacket

        public int mFramesPerPacket()
      • setMFramesPerPacket

        public void setMFramesPerPacket​(int value)
      • mChannelsPerFrame

        public int mChannelsPerFrame()
      • setMChannelsPerFrame

        public void setMChannelsPerFrame​(int value)
      • mBitsPerChannel

        public int mBitsPerChannel()
      • setMBitsPerChannel

        public void setMBitsPerChannel​(int value)