Class SubtitleInfo
Inheritance
System.Object
SubtitleInfo
Namespace: Emby.Naming.Subtitles
Assembly: Emby.Naming.dll
Syntax
public sealed class SubtitleInfo
Properties
IsDefault
Gets or sets a value indicating whether this instance is default.
Declaration
public bool IsDefault { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
IsForced
Gets or sets a value indicating whether this instance is forced.
Declaration
public bool IsForced { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Language
Gets or sets the language.
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
System.String | The language. |
Path
Gets or sets the path.
Declaration
public string Path { get; set; }
Property Value
Type | Description |
---|---|
System.String | The path. |