Class RemoteSubtitleInfo
Inheritance
System.Object
RemoteSubtitleInfo
Assembly: MediaBrowser.Model.dll
public class RemoteSubtitleInfo
Properties
Declaration
public string Author { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Comment { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public float? CommunityRating { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
Declaration
public DateTimeOffset? DateCreated { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
Declaration
public int? DownloadCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool? IsForced { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public bool? IsHashMatch { 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 string Language { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ProviderName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[Obsolete("Use language instead to return the language specified by the subtitle provider")]
public string ThreeLetterISOLanguageName { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods