TSignalBuffer.Monitor Method

function Monitor(Dst: TVec; MonitorMode: TMonitorMode): Boolean;

Reads Dst.Length of most recent data, without advancing the read or write cursor.

#NameTypeDescription
1DstTVecsource TVec
2MonitorModeTMonitorMode

Returns: Boolean

Remarks:

The function returns true, if the buffer was long enough to fill the dst, independently of the state of the buffer.