Class SubtitleDownloadEventArgs
Inheritance
System.Object
SubtitleDownloadEventArgs
Assembly: MediaBrowser.Controller.dll
public sealed class SubtitleDownloadEventArgs
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 BaseItem Item { get; set; }
Property Value
Declaration
public string Language { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Provider { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods