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
userDatanint- Native callback invoked by cv::IStreamReader::seek() through the .
offsetlong- Native callback invoked by cv::IStreamReader::seek() through the .
originint- Native callback invoked by cv::IStreamReader::seek() through the .
Returns
- long
- Native callback invoked by cv::IStreamReader::seek() through the .