EncodeStatus Enumeration

This class holds information for encoding status.

Namespace: Microsoft.Expression.Encoder.Live
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Enumeration EncodeStatus
'Usage
Dim instance As EncodeStatus
public enum EncodeStatus
public enum class EncodeStatus

Members

Member name Description
AnalyzingFile The engine is analyzing a file for use as a file source.
EncodingError An error occurred while encoding. The current job will be stopped.
FileArchiveStarted Archiving to a file has started.
Hold The encoder is holding the current source, which is the sender of this event.
Jumped The encoder has jumped to a new source, which will be the sender of this event.
Looped The encoder has looped the current source. The sender of this event will be the source that is looped.
PipelineRebuildFinished The underlying encoding engine has finished rebuilding its media pipeline.
PipelineRebuildStarted The underlying encoding engine has started rebuilding it's media pipeline due to changes in either the encoding properties or the number of sources.
PublishingPointConnecting The encoder has begun connecting to the publishing point.
PublishingPointError The encoder encountered an error when connecting to the publishing point.
PublishingPointLocating The encoder is trying to determine the location of the publishing point.
PublishingPointOpened The encoder successfully connected to and opened the publishing point.
StreamingStarted Streaming to a publishing point has started.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Expression.Encoder.Live Namespace