Class TranscodingDiagnosticsInfo
Inheritance
System.Object
TranscodingDiagnosticsInfo
Assembly: Emby.Media.Model.dll
public sealed class TranscodingDiagnosticsInfo
Properties
Declaration
public string ApplicationVersion { get; set; }
Property Value
Type |
Description |
System.String |
|
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>> |
|
Declaration
public Dictionary<string, CodecDetectionOutput> DetectionOutputs { get; set; }
Property Value
Declaration
public GpuDriverVersions DriverVersions { get; set; }
Property Value
Declaration
public EncodingOptions EncodingOptions { get; set; }
Property Value
Declaration
public IEnvironmentInfo Environment { get; set; }
Property Value
Declaration
public Dictionary<string, DiagnosticsLogOutput> ExtraInfo { get; set; }
Property Value
Declaration
public FfmpegCapabilities FfmpegCapabilities { get; set; }
Property Value
Declaration
public DiagnosticsLogOutput FFmpegOpenCl { get; set; }
Property Value
Declaration
public string ReleaseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DiagnosticsLogOutput VaInfo { get; set; }
Property Value
Declaration
public PackageVersionClass VersionType { get; set; }
Property Value
Declaration
public Dictionary<string, ICodecInfoBase> VideoDecoders { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, ICodecInfoBase> |
|
Declaration
public Dictionary<string, ICodecInfoBase> VideoEncoders { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, ICodecInfoBase> |
|
Extension Methods