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

    Show / Hide Table of Contents

    Class TranscodingDiagnosticsInfo

    Inheritance
    System.Object
    TranscodingDiagnosticsInfo
    Namespace: Emby.Media.Model.DiagnosticsModel
    Assembly: Emby.Media.Model.dll
    Syntax
    public sealed class TranscodingDiagnosticsInfo

    Properties

    ApplicationVersion

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

    ClInfo

    Declaration
    public Dictionary<string, Dictionary<string, string>> ClInfo { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.Dictionary<System.String, System.String>>

    DetectionOutputs

    Declaration
    public Dictionary<string, CodecDetectionOutput> DetectionOutputs { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, CodecDetectionOutput>

    DriverVersions

    Declaration
    public GpuDriverVersions DriverVersions { get; set; }
    Property Value
    Type Description
    GpuDriverVersions

    EncodingOptions

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

    Environment

    Declaration
    public IEnvironmentInfo Environment { get; set; }
    Property Value
    Type Description
    IEnvironmentInfo

    ExtraInfo

    Declaration
    public Dictionary<string, DiagnosticsLogOutput> ExtraInfo { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, DiagnosticsLogOutput>

    FfmpegCapabilities

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

    FFmpegOpenCl

    Declaration
    public DiagnosticsLogOutput FFmpegOpenCl { get; set; }
    Property Value
    Type Description
    DiagnosticsLogOutput

    ReleaseCode

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

    VaInfo

    Declaration
    public DiagnosticsLogOutput VaInfo { get; set; }
    Property Value
    Type Description
    DiagnosticsLogOutput

    VersionType

    Declaration
    public PackageVersionClass VersionType { get; set; }
    Property Value
    Type Description
    PackageVersionClass

    VideoDecoders

    Declaration
    public Dictionary<string, ICodecInfoBase> VideoDecoders { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, ICodecInfoBase>

    VideoEncoders

    Declaration
    public Dictionary<string, ICodecInfoBase> VideoEncoders { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, ICodecInfoBase>

    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.