Visual Basic (Declaration) | |
---|---|
Public MustOverride Property CaptureSizeMaximum As Double |
C# | |
---|---|
public abstract double CaptureSizeMaximum {get; set;} |
This limits the maximum recording length and time length (block size). The size is in samples (not floats). Changing this property during a measurement stops the measurement. Defaults to System.Double.MaxValue. (Current implementation limits to System.Int32.MaxValue.) Setting this value to 300 or less can result in unexpected behavior.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)