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. |
args | Args to pass to FFprobe |
System. |
cancellationToken | Cancellation token |
Returns
Type | Description |
---|---|
System. |
Output from console in specified format |