Table of Contents

Delegate StreamReaderSeekCallback

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

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

public delegate long StreamReaderSeekCallback(nint userData, long offset, int origin)

Parameters

userData nint
Native callback invoked by cv::IStreamReader::seek() through the .
offset long
Native callback invoked by cv::IStreamReader::seek() through the .
origin int
Native callback invoked by cv::IStreamReader::seek() through the .

Returns

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