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
userDatanint- Native callback invoked by cv::IStreamReader::read() through the .
buffernint- Native callback invoked by cv::IStreamReader::read() through the .
sizelong- Native callback invoked by cv::IStreamReader::read() through the .
Returns
- long
- Native callback invoked by cv::IStreamReader::read() through the .