Interface IProbe
Allows to prepare and start IProbe.
Namespace: Xabe.FFmpeg
Assembly: Xabe.FFmpeg.dll
Syntax
public interface IProbe
Methods
Start(String, CancellationToken)
Start probe with result from console
Declaration
Task<string> Start(string args, CancellationToken cancellationToken = default(CancellationToken))
Parameters
Type | Name | Description |
---|---|---|
System.String | args | Args to pass to FFprobe |
System.Threading.CancellationToken | cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.String> | Output from console in specified format |