_spinTLStreamBufferHandlingModeEnums_StreamBufferHandlingMode_NewestFirst

Constant _spinTLStreamBufferHandlingModeEnums_StreamBufferHandlingMode_NewestFirst 

Source
pub const _spinTLStreamBufferHandlingModeEnums_StreamBufferHandlingMode_NewestFirst: _spinTLStreamBufferHandlingModeEnums = 3;
Expand description

< The application always gets the buffer from the tail of the output buffer queue (thus, the newest available one). If the output buffer queue is empty, the application waits for a newly acquired buffer until the timeout expires.