void SetLoopbackSamplingInterval( TimeInterval tiSamplingInterval );
Name | Description | |
---|---|---|
in | tiSamplingInterval | Sets the sampling interval, in milliseconds. The default value is 50 ms, which samples 20 times per second. |
Sets a loopback sampling interval.
To loop back all values, only the sampled values are stored in a queue rather than all values. The stored values are applied after SetLoopbackDelay
.
CONFIDENTIAL