Share via


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
public enum OutputMode
public enum 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  

See Also

Reference

Microsoft.Expression.Encoder Namespace