Class ProbeResult
Inheritance
System.Object
ProbeResult
Assembly: Emby.Media.Model.dll
[Serializable]
public class ProbeResult
Properties
Declaration
public virtual ProbeChapter[] chapters { get; set; }
Property Value
Declaration
public virtual ProbeError error { get; set; }
Property Value
Declaration
public virtual ProbeFormat format { get; set; }
Property Value
Declaration
public virtual ProbeFrame[] frames { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public virtual ProbePacket[] packets { get; set; }
Property Value
Declaration
public int Segment { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public virtual ProbeStream[] streams { get; set; }
Property Value
Methods
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
A string that represents the current object.
|
Overrides
System.Object.ToString()
Extension Methods