Facebook
Twitter
Pinterest
Tumblr
GitHub
RSS
  • DEV Home
  • Documentation
  • Reference
  • Download
Search Results for

    Show / Hide Table of Contents

    Class RemoteSubtitleInfo

    Inheritance
    System.Object
    RemoteSubtitleInfo
    Namespace: MediaBrowser.Model.Providers
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class RemoteSubtitleInfo

    Properties

    Author

    Declaration
    public string Author { get; set; }
    Property Value
    Type Description
    System.String

    Comment

    Declaration
    public string Comment { get; set; }
    Property Value
    Type Description
    System.String

    CommunityRating

    Declaration
    public float? CommunityRating { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Single>

    DateCreated

    Declaration
    public DateTimeOffset? DateCreated { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>

    DownloadCount

    Declaration
    public int? DownloadCount { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Format

    Declaration
    public string Format { get; set; }
    Property Value
    Type Description
    System.String

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    IsForced

    Declaration
    public bool? IsForced { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    IsHashMatch

    Declaration
    public bool? IsHashMatch { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    IsHearingImpaired

    Declaration
    public bool? IsHearingImpaired { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    Language

    Declaration
    public string Language { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    ProviderName

    Declaration
    public string ProviderName { get; set; }
    Property Value
    Type Description
    System.String

    ThreeLetterISOLanguageName

    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

    Extensions.JsonClone<T>(T, IJsonSerializer)
    SDK
    On this Page
    Back to Top Copyright 2022 © EMBY LLC. Please see our terms of use and privacy policy.