WaveInputTransferBufferCount Property |
Gets or sets the number of Transfer buffers.
Namespace: StreamCoders.WaveAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic int TransferBufferCount { get; set; }
Public Property TransferBufferCount As Integer
Get
Set
public:
property int TransferBufferCount {
int get ();
void set (int value);
}
member TransferBufferCount : int with 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