Class SubtitleProviderInfo
Inheritance
System.Object
SubtitleProviderInfo
Assembly: MediaBrowser.Model.dll
public class SubtitleProviderInfo
Properties
Declaration
public MetadataFeatures[] Features { get; set; }
Property Value
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string SetupUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods