Int32 StrideLength { get; set; }
Specifies the number of samples the input buffer skips forward on each new buffer returned.
Returns: Int32
Remarks:
The new sampling frequency is computed as:
SamplingFrequency := SamplingFrequency/StrideLength;
Specifies the number of samples the input buffer skips forward on each new buffer returned.
Returns: Int32
The new sampling frequency is computed as:
SamplingFrequency := SamplingFrequency/StrideLength;