void IltmmCapture_get_CaptureStillDelay_Example (IltmmCapture* pCapture)
{
long lTime;
/* Get the still delay time */
IltmmCapture_get_CaptureStillDelay(pCapture, &lTime);
/* do something with it */
if( lTime < 1000 )
{
IltmmCapture_put_CaptureStillDelay(pCapture, 1000);
}
}
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