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

    Show / Hide Table of Contents

    Class SubtitleStreamInfo

    Inheritance
    System.Object
    SubtitleStreamInfo
    Namespace: MediaBrowser.Model.Dlna
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class SubtitleStreamInfo

    Properties

    DeliveryMethod

    Declaration
    public SubtitleDeliveryMethod DeliveryMethod { get; set; }
    Property Value
    Type Description
    SubtitleDeliveryMethod

    DisplayTitle

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

    Format

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

    Index

    Declaration
    public int Index { get; set; }
    Property Value
    Type Description
    System.Int32

    IsExternalUrl

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

    IsForced

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

    IsHearingImpaired

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

    Language

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

    Url

    Declaration
    public string Url { 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.