pub const _spinTLStreamBufferHandlingModeEnums_StreamBufferHandlingMode_NewestOnly: _spinTLStreamBufferHandlingModeEnums = 2;Expand description
< The application always gets the latest completed buffer (the newest one). If the Output Buffer Queue is empty, the application waits for a newly acquired buffer until the timeout expires. This buffer handling mode is typically used in a live display GUI where it is important that there is no lag between camera and display.