Class ProbeError
ffprobe error class.
Inheritance
System.Object
ProbeError
Namespace: Emby.Media.Model.ProbeModel
Assembly: Emby.Media.Model.dll
Syntax
[Serializable]
public class ProbeError
Remarks
Based on official spec from: https://raw.githubusercontent.com/FFmpeg/FFmpeg/master/doc/ffprobe.xsd
Properties
code
Declaration
public int code { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
string
Declaration
public string string { get; set; }
Property Value
Type | Description |
---|---|
System.String |