ConvertProgressEventArgs Class

NReco.VideoConverter Class Library Documentation
Provides data for ConvertProgress event
Inheritance Hierarchy

SystemObject
  SystemEventArgs
    NReco.VideoConverterConvertProgressEventArgs

Namespace:  NReco.VideoConverter
Assembly:  NReco.VideoConverter (in NReco.VideoConverter.dll) Version: 1.2.0
Syntax

public class ConvertProgressEventArgs : EventArgs

The ConvertProgressEventArgs type exposes the following members.

Constructors

  NameDescription
Public methodConvertProgressEventArgs
Initializes a new instance of the ConvertProgressEventArgs class
Top
Properties

  NameDescription
Public propertyProcessed
Processed media stream duration
Public propertyTotalDuration
Total media stream duration
Top
Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also

Reference