__declspec(property(get = GetInitialBufferSize, put = SetInitialBufferSize)) int InitialBufferSize;
InitialBufferSize defines the initial size of the buffer in the number of samples.
Read:
int GetInitialBufferSize();Write:
void SetInitialBufferSize(const int Value);Declared in Dew::Signal::TSignalStoreBuffer · Dew.Signal/SignalProcessing.h · Cross-compiler