OutputMode Enumeration

Specifies the format of the output file.

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

Syntax

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

Members

Member name Description
FilePerStream Each bitrate is stored in a separate file.
SingleFile Multiple bitrates are stored in a single output file.
SmoothStreamingMultipleFile Each bitrate is stored in a separate file. Used for IIS Smooth Streaming.
SmoothStreamingSingleFile  

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 Namespace