Interface IConversionResult
Information about conversion
Namespace: Xabe.FFmpeg
Assembly: Xabe.FFmpeg.dll
Syntax
public interface IConversionResult
Properties
Arguments
Arguments passed to ffmpeg
Declaration
string Arguments { get; }
Property Value
Type | Description |
---|---|
System.String |
Duration
Conversion duration
Declaration
TimeSpan Duration { get; }
Property Value
Type | Description |
---|---|
System.TimeSpan |
EndTime
Date and time of starting conversion
Declaration
DateTime EndTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime |
StartTime
Date and time of starting conversion
Declaration
DateTime StartTime { get; }
Property Value
Type | Description |
---|---|
System.DateTime |