EncodeProgressEventArgs Members

Contains the arguments of the encode progress event.

The following tables list the members exposed by the EncodeProgressEventArgs type.

Public Constructors

  Name Description
EncodeProgressEventArgs Overloaded.  

Top

Public Fields

  Name Description
public fieldstatic Empty  (Inherited from EventArgs )

Top

Public Properties

  Name Description
public property Cancel Gets or sets a value indicating whether the encode should be canceled.
public property CurrentItem Gets the current media item that is being encoded.
public property CurrentPass Gets the current pass of the encoding: 1 for the first pass and 2 for the second pass.
public property CurrentPosition Gets the current position within the current pass.
public property Progress Gets the progress so far within the current pass.
public property StreamEncodeTypes Gets the current encode stream types that are being used to encode the video streams.
public property TotalPasses Gets the total number of passes to be done on this file. Will return 1 while the pass count is being calculated.

Top

Public Methods

(see also Protected Methods )

  Name Description
public method Equals  Overloaded. (Inherited from Object )
public method GetHashCode  (Inherited from Object )
public method GetType  (Inherited from Object )
public methodstatic ReferenceEquals  (Inherited from Object )
public method ToString  (Inherited from Object )

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object )
protected method MemberwiseClone  (Inherited from Object )

Top

See Also

Reference

EncodeProgressEventArgs Class
Microsoft.Expression.Encoder Namespace

   © 2011 by Microsoft Corporation. All rights reserved.