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

    Show / Hide Table of Contents

    Class SubtitleSearchRequest

    Inheritance
    System.Object
    SubtitleSearchRequest
    Implements
    IHasProviderIds
    Namespace: MediaBrowser.Controller.Subtitles
    Assembly: MediaBrowser.Controller.dll
    Syntax
    public sealed class SubtitleSearchRequest : IHasProviderIds

    Properties

    ContentType

    Declaration
    public VideoContentType ContentType { get; set; }
    Property Value
    Type Description
    VideoContentType

    DisabledSubtitleFetchers

    Declaration
    public string[] DisabledSubtitleFetchers { get; set; }
    Property Value
    Type Description
    System.String[]

    IndexNumber

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

    IndexNumberEnd

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

    IsForced

    Declaration
    public bool? IsForced { 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>

    IsPerfectMatch

    Declaration
    public bool IsPerfectMatch { get; set; }
    Property Value
    Type Description
    System.Boolean

    Language

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

    LanguageInfo

    Declaration
    public CultureDto LanguageInfo { get; set; }
    Property Value
    Type Description
    CultureDto

    MediaPath

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

    Name

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

    ParentIndexNumber

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

    ProductionYear

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

    ProviderIds

    Declaration
    public ProviderIdDictionary ProviderIds { get; set; }
    Property Value
    Type Description
    ProviderIdDictionary

    RuntimeTicks

    Declaration
    public long? RuntimeTicks { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>

    SearchAllProviders

    Declaration
    public bool SearchAllProviders { get; set; }
    Property Value
    Type Description
    System.Boolean

    SeriesName

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

    SeriesProviderIds

    Declaration
    public ProviderIdDictionary SeriesProviderIds { get; set; }
    Property Value
    Type Description
    ProviderIdDictionary

    SubtitleFetcherOrder

    Declaration
    public string[] SubtitleFetcherOrder { get; set; }
    Property Value
    Type Description
    System.String[]

    Implements

    IHasProviderIds

    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.