Delegate OnBufferTooSmall
PvPipeline event sink OnBufferTooSmall event. Invoked when the pipeline retrieves a buffer from the stream object which failed with an operation result set to BUFFER_TOO_SMALL.
Namespace: eBUSDotNetReceive
Assembly: eBUSDotNetReceive.dll
Syntax
public delegate void OnBufferTooSmall(PvPipeline aPipeline, ref bool aReallocAll, ref bool aResetStats)
Parameters
| Type | Name | Description |
|---|---|---|
| PvPipeline | aPipeline | A pointer to the PvPipeline object. |
| bool | aReallocAll | If set to true by at least one of the sinks, synchronous buffer re-allocation will be performed. |
| bool | aResetStats | If set to true by at least one of the sinks, stream statistics are reset. |