Progress Event

Summary

Occurs periodically during a capture operation to notify of capture progress.

Syntax
C#
VB
C++
public event ProgressEventHandler Progress 
Public Event Progress As ProgressEventHandler 
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 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MediaFoundation Assembly