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

    Show / Hide Table of Contents

    Class EncodingOptions

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

    Constructors

    EncodingOptions()

    Declaration
    public EncodingOptions()

    Properties

    CodecConfigurations

    Declaration
    public CodecConfiguration[] CodecConfigurations { get; set; }
    Property Value
    Type Description
    CodecConfiguration[]

    DeinterlaceMethod

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

    DownMixAudioBoost

    Declaration
    public double DownMixAudioBoost { get; set; }
    Property Value
    Type Description
    System.Double

    EnableHardwareEncoding

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

    EnableHardwareToneMapping

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

    EnableSoftwareToneMapping

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

    EnableSubtitleExtraction

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

    EnableThrottling

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

    EncodingThreadCount

    Declaration
    [Obsolete("This is no longer used. If required, specifically targeted codec parameters can be added")]
    public int EncodingThreadCount { get; set; }
    Property Value
    Type Description
    System.Int32

    ExtractionThreadCount

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

    H264Crf

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

    H264Preset

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

    HardwareAccelerationMode

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

    HardwareAccelerationType

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

    ThrottleBufferSize

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

    ThrottleHysteresis

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

    ThrottlingMethod

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

    TranscodingTempPath

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

    Methods

    GetAccelerationMode()

    Declaration
    public CodecSelectionModes GetAccelerationMode()
    Returns
    Type Description
    CodecSelectionModes

    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.