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

    Show / Hide Table of Contents

    Class CodecConfiguration

    Inheritance
    System.Object
    CodecConfiguration
    Namespace: MediaBrowser.Model.Configuration
    Assembly: MediaBrowser.Model.dll
    Syntax
    public class CodecConfiguration

    Properties

    CodecId

    Gets or sets the codec identifier.

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

    The codec identifier.

    IsEnabled

    Gets or sets a value indicating whether the codec is enabled.

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

    true if the codec is enabled; otherwise, false.

    Priority

    Gets or sets the selection priority for the codec.

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

    The priority.

    Remarks

    Higher values mean higher priority.

    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.