Class AVAudioPCMBuffer

  • All Implemented Interfaces:
    NSObjectProtocol, org.robovm.objc.ObjCProtocol

    public class AVAudioPCMBuffer
    extends AVAudioBuffer
    Since:
    Available in iOS 8.0 and later.
    • Constructor Detail

      • AVAudioPCMBuffer

        public AVAudioPCMBuffer()
      • AVAudioPCMBuffer

        protected AVAudioPCMBuffer​(NSObject.Handle h,
                                   long handle)
      • AVAudioPCMBuffer

        public AVAudioPCMBuffer​(AVAudioFormat format,
                                int frameCapacity)
    • Method Detail

      • getFrameCapacity

        public int getFrameCapacity()
      • getFrameLength

        public int getFrameLength()
      • setFrameLength

        public void setFrameLength​(int v)
      • getStride

        public long getStride()
      • getFloatChannelData

        public org.robovm.rt.bro.ptr.FloatPtr.FloatPtrPtr getFloatChannelData()
      • getInt16ChannelData

        public org.robovm.rt.bro.ptr.ShortPtr.ShortPtrPtr getInt16ChannelData()
      • getInt32ChannelData

        public org.robovm.rt.bro.ptr.IntPtr.IntPtrPtr getInt32ChannelData()
      • init

        protected long init​(AVAudioFormat format,
                            int frameCapacity)