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

    Show / Hide Table of Contents

    Class SubtitleInfo

    Inheritance
    System.Object
    SubtitleInfo
    Namespace: Emby.Naming.Subtitles
    Assembly: Emby.Naming.dll
    Syntax
    public sealed class SubtitleInfo

    Properties

    IsDefault

    Gets or sets a value indicating whether this instance is default.

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

    true if this instance is default; otherwise, false.

    IsForced

    Gets or sets a value indicating whether this instance is forced.

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

    true if this instance is forced; otherwise, false.

    Language

    Gets or sets the language.

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

    The language.

    Path

    Gets or sets the path.

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

    The path.

    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.