You are here: Symbol Reference > CoreAudioSignal Namespace > Classes > TSignalCoreAudioOut Class > published > TSignalCoreAudioOut.PullInterval Property
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalCoreAudioOut.PullInterval Property

Longest interval between pull requests in miliseconds.

Pascal
property PullInterval: integer;

Frequency of the Pull requests passed to the Inputs depend on the size of the ExtendedBuffer. With this property a shorter Pull call interval can be specified. The property is limited to a range of values from 50 to 1000 [ms]. 

A smaller value will only have an effect if: 

 

  • it is bigger than ActualLatency

 

and 

 

  • the Length of data returned by one Pull request in ms is not more than this.

 

Generally it is very safe to leave this value at its default 250ms.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!