Class Probe
Inheritance
System.Object
Probe
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Xabe.FFmpeg
Assembly: Xabe.FFmpeg.dll
Syntax
public class Probe : IProbe
Methods
New()
Get new instance of Conversion
Declaration
public static IProbe New()
Returns
| Type | Description |
|---|---|
| IProbe | IProbe object |
Start(String, CancellationToken)
Declaration
public Task<string> Start(string args, CancellationToken cancellationToken = default(CancellationToken))
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | args | |
| System.Threading.CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.String> |