Class SubtitleProfile
Inheritance
System.Object
SubtitleProfile
Assembly: MediaBrowser.Model.dll
public class SubtitleProfile
Properties
Declaration
public string Container { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DidlMode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Language { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public SubtitleDeliveryMethod Method { get; set; }
Property Value
Declaration
public string Protocol { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
Declaration
public ReadOnlyMemory<char>[] GetLanguages()
Returns
Type |
Description |
System.ReadOnlyMemory<System.Char>[] |
|
Declaration
public bool SupportsLanguage(ReadOnlySpan<char> subLanguage)
Parameters
Type |
Name |
Description |
System.ReadOnlySpan<System.Char> |
subLanguage |
|
Returns
Type |
Description |
System.Boolean |
|
Extension Methods