pub const MAX_TIMEOUT: Duration;Expand description
Maximum timeout duration supported by the NDI SDK (~49.7 days).
The NDI SDK uses u32 milliseconds for timeout values, which limits the maximum
timeout to approximately 49.7 days. Attempting to use a larger Duration will
result in an error.