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

    Show / Hide Table of Contents

    Class SubtitleProfile

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

    Properties

    Container

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

    DidlMode

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

    Format

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

    Language

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

    Method

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

    Protocol

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

    Methods

    GetLanguages()

    Declaration
    public ReadOnlyMemory<char>[] GetLanguages()
    Returns
    Type Description
    System.ReadOnlyMemory<System.Char>[]

    SupportsLanguage(ReadOnlySpan<Char>)

    Declaration
    public bool SupportsLanguage(ReadOnlySpan<char> subLanguage)
    Parameters
    Type Name Description
    System.ReadOnlySpan<System.Char> subLanguage
    Returns
    Type Description
    System.Boolean

    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.