Class BufferHelpers
Helper methods for working with audio buffers
public static class BufferHelpers
- Inheritance
-
BufferHelpers
- Inherited Members
Methods
Ensure(byte[], int)
Ensures the buffer is big enough
public static byte[] Ensure(byte[] buffer, int bytesRequired)
Parameters
Returns
- byte[]
Ensure(float[], int)
Ensures the buffer is big enough
public static float[] Ensure(float[] buffer, int samplesRequired)
Parameters
Returns
- float[]