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

    Show / Hide Table of Contents

    Class CodecProfile

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

    Constructors

    CodecProfile()

    Declaration
    public CodecProfile()

    Properties

    ApplyConditions

    Declaration
    public ProfileCondition[] ApplyConditions { get; set; }
    Property Value
    Type Description
    ProfileCondition[]

    Codec

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

    Conditions

    Declaration
    public ProfileCondition[] Conditions { get; set; }
    Property Value
    Type Description
    ProfileCondition[]

    Container

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

    Type

    Declaration
    public CodecType Type { get; set; }
    Property Value
    Type Description
    CodecType

    Methods

    ContainsAnyCodec(ReadOnlyMemory<Char>[], ReadOnlySpan<Char>)

    Declaration
    public bool ContainsAnyCodec(ReadOnlyMemory<char>[] codec, ReadOnlySpan<char> container)
    Parameters
    Type Name Description
    System.ReadOnlyMemory<System.Char>[] codec
    System.ReadOnlySpan<System.Char> container
    Returns
    Type Description
    System.Boolean

    ContainsAnyCodec(ReadOnlySpan<Char>, ReadOnlySpan<Char>)

    Declaration
    public bool ContainsAnyCodec(ReadOnlySpan<char> codec, ReadOnlySpan<char> container)
    Parameters
    Type Name Description
    System.ReadOnlySpan<System.Char> codec
    System.ReadOnlySpan<System.Char> container
    Returns
    Type Description
    System.Boolean

    GetCodecs()

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

    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.