Class SubtitleSearchRequest
Inheritance
System.Object
SubtitleSearchRequest
Assembly: MediaBrowser.Controller.dll
public sealed class SubtitleSearchRequest : IHasProviderIds
Properties
ContentType
Declaration
public VideoContentType ContentType { get; set; }
Property Value
Declaration
public string[] DisabledSubtitleFetchers { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public int? IndexNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? IndexNumberEnd { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public bool? IsForced { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public bool? IsHearingImpaired { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public bool IsPerfectMatch { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Language { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public CultureDto LanguageInfo { get; set; }
Property Value
Declaration
public string MediaPath { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int? ParentIndexNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public int? ProductionYear { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public ProviderIdDictionary ProviderIds { get; set; }
Property Value
Declaration
public long? RuntimeTicks { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int64> |
|
Declaration
public bool SearchAllProviders { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string SeriesName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ProviderIdDictionary SeriesProviderIds { get; set; }
Property Value
Declaration
public string[] SubtitleFetcherOrder { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Implements
Extension Methods