GAudio.AGATWrappedSample.PlayerWillMixSample C# (CSharp) Method

PlayerWillMixSample() protected abstract method

protected abstract PlayerWillMixSample ( IGATBufferedSample sample, int length, float audioBuffer ) : bool
sample IGATBufferedSample
length int
audioBuffer float
return bool
        protected abstract bool PlayerWillMixSample( IGATBufferedSample sample, int length, float[] audioBuffer );