DSPUtil.SoundBuffer.ToArray C# (CSharp) Method

ToArray() public method

public ToArray ( int startPos ) : ISample[]
startPos int
return ISample[]
        public ISample[] ToArray(int startPos)
        {
            return ToArray(startPos, -1);
        }

Same methods

SoundBuffer::ToArray ( ) : ISample[]
SoundBuffer::ToArray ( int startPos, int count ) : ISample[]