void RestricCaptureStillDelay(IltmfCapture *pCapture, long lMin)
{
long lTime;
// Get the still delay time
pCapture->get_CaptureStillDelay(&lTime);
// do something with it
if (lTime < lMin)
{
pCapture->put_CaptureStillDelay(lMin);
}
}
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