Provides data for ConvertProgress event
Inheritance Hierarchy
SystemEventArgs
NReco.VideoConverterConvertProgressEventArgs
Namespace: NReco.VideoConverter
Assembly: NReco.VideoConverter (in NReco.VideoConverter.dll) Version: 1.2.0
Syntax
The ConvertProgressEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConvertProgressEventArgs | Initializes a new instance of the ConvertProgressEventArgs class |
Properties
Name | Description | |
---|---|---|
Processed |
Processed media stream duration
| |
TotalDuration |
Total media stream duration
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also