Class AVAudioMixInputParameters

    • Constructor Detail

      • AVAudioMixInputParameters

        public AVAudioMixInputParameters()
      • AVAudioMixInputParameters

        @Deprecated
        protected AVAudioMixInputParameters​(long handle)
        Deprecated.
      • AVAudioMixInputParameters

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

        protected AVAudioMixInputParameters​(NSObject.SkipInit skipInit)
    • Method Detail

      • getTrackID

        public int getTrackID()
      • getAudioTimePitchAlgorithm

        public AVAudioTimePitchAlgorithm getAudioTimePitchAlgorithm()
        Since:
        Available in iOS 7.0 and later.
      • getAudioTapProcessor

        public MTAudioProcessingTap getAudioTapProcessor()
        Since:
        Available in iOS 6.0 and later.
      • getVolumeRamp

        public AVTimeRamp<java.lang.Float> getVolumeRamp​(CMTime time)
      • getVolumeRamp

        protected boolean getVolumeRamp​(CMTime time,
                                        org.robovm.rt.bro.ptr.FloatPtr startVolume,
                                        org.robovm.rt.bro.ptr.FloatPtr endVolume,
                                        CMTimeRange.CMTimeRangePtr timeRange)