Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.11.27
LEADTOOLS Media Foundation Help

ltmfCapture_Notify Constants

Show in webframe

typedef enum _ltmfCapture_Notify
{
   ltmfCapture_Notify_Started,
   ltmfCapture_Notify_Complete,
   ltmfCapture_Notify_ErrorAbort,
   ltmfCapture_Notify_Progress,
} ltmfCapture_Notify;

The ltmfCapture_Notify constants define the WPARAM parameter used in notification messages.

Constant

Description

ltmfCapture_Notify_Started

[0] Indicates that capturing process has started.

ltmfCapture_Notify_Complete

[1] Indicates a successful completion of the capturing process.

ltmfCapture_Notify_ErrorAbort

[2] Indicates that a capture error has occurred. The message LPARAM value contains the HRESULT error code.

ltnmmCapture_Notify_Progress

[3] Indicates the current progress of the conversion process. The message LPARAM value contains the current capture time, in milliseconds.

See Also

IltmfCapture::SetNotifyWindow

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.