Delegate BufferCBProc
Buffer callback delegate.
Namespace: VisioForge.ProcessingFilters.Interfaces
Assembly: VisioForge.ProcessingFilters.Interfaces.dll
Syntax
public delegate int BufferCBProc(IntPtr handle, uint handle_id, IntPtr pBuffer, int bufferLen, int width, int height, long startTime, long stopTime, ref bool updateFrame);
Parameters
| Type | Name | Description |
|---|---|---|
| System.IntPtr | handle | Handle. |
| System.UInt32 | handle_id | Handle id. |
| System.IntPtr | pBuffer | Buffer pointer. |
| System.Int32 | bufferLen | Buffer size. |
| System.Int32 | width | Width. |
| System.Int32 | height | Height. |
| System.Int64 | startTime | Start time (milliseconds). |
| System.Int64 | stopTime | Stop time (milliseconds). |
| System.Boolean | updateFrame | Updates frame. |
Returns
| Type | Description |
|---|---|
| System.Int32 | Returns 0 if the operation has been successful. |