xn.AudioGenerator.GetAudioBufferPtr C# (CSharp) Method

GetAudioBufferPtr() public method

public GetAudioBufferPtr ( ) : IntPtr
return System.IntPtr
        public IntPtr GetAudioBufferPtr()
        {
            return OpenNIImporter.xnGetAudioBuffer(this.InternalObject);
        }