IltmmCapture::put_CaptureStillDelay

Summary

Sets the time delay, in milliseconds, before capturing a DIB or a Picture.

Syntax

#include "ltmm.h"

Language Syntax
C HRESULT IltmmCapture_put_CaptureStillDelay(pCapture, newVal)
C++ HRESULT put_CaptureStillDelay(newVal)

Parameters

IltmmCapture *pCapture

Pointer to an IltmmCapture interface.

long newVal

Value that represents the time delay, in milliseconds. The default value is zero.

Returns

Value Meaning
S_OK The function was successful.
<> S_OK An error occurred. Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation.

Comments

This property affects the amount of time it takes to capture a still image using the IltmmCapture::CaptureHDIB and IltmmCapture::CapturePicture.

The meaning of the property is affected by the StillTap property:

To get the current time delay, call IltmmCapture::get_CaptureStillDelay.

Required DLLs and Libraries

Platforms

Win32, x64.

See Also

Functions

Topics

Example

Language Example
C IltmmCapture::get_CaptureStillDelay
C++ IltmmCapture::get_CaptureStillDelay
Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.