Click or drag to resize
WaveInputTransferBufferCount Property
Gets or sets the number of Transfer buffers.

Namespace: StreamCoders.Wave
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public int TransferBufferCount { get; set; }

Property Value

Type: Int32
The amount of transfer buffers used. Default: 50.
Remarks
Stepping into an application with delay of execution, can cause data bursts from the device and faulty information to be transferred to the application, because of the limited amount and circular nature of transfer buffers.
See Also