Class SubtitleResponse
Inheritance
System.Object
SubtitleResponse
Assembly: MediaBrowser.Controller.dll
public sealed class SubtitleResponse
Properties
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
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 Stream Stream { get; set; }
Property Value
Type |
Description |
System.IO.Stream |
|
Extension Methods