VC1OutputMode Enumeration

Specifies the format of the output video stream. Only valid when VideoCodecProfile is set to Advanced.

Namespace: Microsoft.Expression.Encoder.Profiles
Assembly: Microsoft.Expression.Encoder.Types (in microsoft.expression.encoder.types.dll)

Syntax

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

Members

Member name Description
ElementaryStream The encoder generates output for an elementary stream with an entry point start code inserted for each GOP. Sequence start codes are inserted as needed.
ElementaryStreamSequenceHeader The encoder generates output for an elementary stream with both entry point and sequence start codes inserted for each GOP.
Raw The encoder generates output for a container format, such as ASF.

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.Profiles Namespace