Progress Event

Summary
Occurs periodically during a capture operation to notify of capture progress.
Syntax
C#
C++/CLI
public event ProgressEventHandler Progress 
public: 
event ProgressEventHandler^ Progress 
Event Data

The event handler receives an argument of type ProgressEventArgs containing data related to this event. The following ProgressEventArgs properties provide information specific to this event.

PropertyDescription
percent The percentage complete for convert progress notifications.
time The time elapsed for capture progress notifications.
Remarks

The event handler is passed a ProgressEventArgs containing the capture time.

Requirements

Target Platforms

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

Leadtools.MediaFoundation Assembly

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