GAudio.AGATPanInfo.PanMixProcessingBuffer C# (CSharp) Method

PanMixProcessingBuffer() public abstract method

Pans and adds the mono data of the processing buffer to the provided buffer.
public abstract PanMixProcessingBuffer ( IGATBufferedSample sample, int length, float audioBuffer, float gain = 1f ) : void
sample IGATBufferedSample
length int
audioBuffer float
gain float
return void
        public abstract void PanMixProcessingBuffer( IGATBufferedSample sample, int length, float[] audioBuffer, float gain = 1f );