Class SubtitleStreamInfo
Inheritance
System.Object
SubtitleStreamInfo
Assembly: MediaBrowser.Model.dll
public class SubtitleStreamInfo
Properties
Declaration
public SubtitleDeliveryMethod DeliveryMethod { get; set; }
Property Value
Declaration
public string DisplayTitle { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Index { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool IsExternalUrl { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsForced { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsHearingImpaired { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Language { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods