Class VideoOptions
Class VideoOptions.
Inherited Members
Namespace: MediaBrowser.Model.Dlna
Assembly: MediaBrowser.Model.dll
Syntax
public class VideoOptions : AudioOptions
Properties
AudioStreamIndex
Declaration
public int? AudioStreamIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
IncludeAllAudioStreams
Declaration
public bool IncludeAllAudioStreams { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncludeAllSubtitleStreams
Declaration
public bool IncludeAllSubtitleStreams { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
SubtitleStreamIndex
Declaration
public int? SubtitleStreamIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |