UnityEngine.AudioSettings.GetDSPBufferSize C# (CSharp) Method

GetDSPBufferSize() private method

private GetDSPBufferSize ( int &bufferLength, int &numBuffers ) : void
bufferLength int
numBuffers int
return void
        public static extern void GetDSPBufferSize(out int bufferLength, out int numBuffers);
        [MethodImpl(MethodImplOptions.InternalCall), WrapperlessIcall]