void OnCopyBufferToFile(ILMDVRSink* pSink)
{
BSTR targetFile = SysAllocString(L"C:\\Temp\\CapturedVideo.MPG");
double startPos;
double endPos;
ILMDVRSink_CopyBufferToFile(pSink, targetFile, startPos, endPos);
SysFreeString(targetFile);
}
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET