ltmmCaptureCtrl.CaptureStillDelay Example for Visual Basic
' Having an IltmmCapture object, Cap:
If( Cap.CaptureStillDelay < 1000 )
{
Cap.CaptureStillDelay = 1000
}