Click or drag to resize
WaveInputSetTransferBufferSizeMilliseconds Method
Sets transfer buffer size given milliseconds using Formula: SR * CH * BPS * milliseconds / 1000.
This function must be called after setting SampleRate, Channels and BitsPerSample, but before Init().

Namespace: StreamCoders.Wave
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public int SetTransferBufferSizeMilliseconds(
	int milliseconds
)

Parameters

milliseconds
Type: SystemInt32
The milliseconds. Must be less or equal 1000.

Return Value

Type: Int32
Returns the calculated transfer buffer size.
See Also