IltmmCapture::get_CaptureStillDelay Example for C
/* Having an IltmmCapture Interface, pCap: */
long lTime;
/* Get the still delay time */
IltmmCapture__get_CaptureStillDelay(pCap,
&lTime);
/* do something with it */
If( lTime < 1000 )
{
IltmmCapture__put_CaptureStillDelay(pCap,
1000);
}