Table of Contents

Delegate StreamReaderReadCallback

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Native callback invoked by cv::IStreamReader::read() through the OpenCvSharp.StreamReaderBridge.

public delegate long StreamReaderReadCallback(nint userData, nint buffer, long size)

Parameters

userData nint
Native callback invoked by cv::IStreamReader::read() through the .
buffer nint
Native callback invoked by cv::IStreamReader::read() through the .
size long
Native callback invoked by cv::IStreamReader::read() through the .

Returns

long
Native callback invoked by cv::IStreamReader::read() through the .