Class AudioQueueBuffer

    • Constructor Detail

      • AudioQueueBuffer

        public AudioQueueBuffer()
      • AudioQueueBuffer

        public AudioQueueBuffer​(long handle)
    • Method Detail

      • setAudioData

        public AudioQueueBuffer setAudioData​(long dataPointer,
                                             int length)
      • getAudioDataAsBuffer

        public <T extends java.nio.Buffer> T getAudioDataAsBuffer​(java.lang.Class<T> bufferType)
      • getAudioDataAsByteArray

        public byte[] getAudioDataAsByteArray()
      • getAudioDataAsShortArray

        public short[] getAudioDataAsShortArray()
      • getAudioDataAsIntArray

        public int[] getAudioDataAsIntArray()
      • getAudioDataAsFloatArray

        public float[] getAudioDataAsFloatArray()
      • getPacketDescriptionCount

        public int getPacketDescriptionCount()
      • getAudioDataByteSize

        protected int getAudioDataByteSize()
      • setAudioDataByteSize

        protected AudioQueueBuffer setAudioDataByteSize​(int audioDataByteSize)
      • getUserData

        protected org.robovm.rt.bro.ptr.VoidPtr getUserData()
      • setUserData

        protected AudioQueueBuffer setUserData​(org.robovm.rt.bro.ptr.VoidPtr userData)
      • getPacketDescriptionCount0

        protected int getPacketDescriptionCount0()
      • setPacketDescriptionCount0

        protected AudioQueueBuffer setPacketDescriptionCount0​(int packetDescriptionCount0)
      • getAudioDataBytesCapacity

        public int getAudioDataBytesCapacity()
      • getPacketDescriptionCapacity

        public int getPacketDescriptionCapacity()
      • getDataPointer

        public long getDataPointer()