• Documentation
  • Api
  • Xabe.FFmpeg
  • IConversionResult
Show / Hide Table of Contents
  • System
    • TimeExtensions
  • Xabe.FFmpeg
    • AudioCodec
    • AudioStream
    • BitstreamFilter
    • Conversion
    • ConversionPreset
    • ConversionQueue
    • ConversionQueue.ConversionQueueEventHandler
    • FFmpeg
    • Flag
    • Format
    • HardwareAccelerator
    • Hash
    • IAudioStream
    • IConversion
    • IConversionResult
    • IFilterConfiguration
    • IInputBuilder
    • IMediaInfo
    • InputBuilder
    • IProbe
    • IStream
    • ISubtitleStream
    • IVideoStream
    • MediaInfo
    • ParameterPosition
    • PixelFormat
    • Position
    • Probe
    • RotateDegrees
    • StreamType
    • SubtitleStream
    • VideoCodec
    • VideoSize
    • VideoStream
  • Xabe.FFmpeg.Downloader
    • FFmpegDownloader
    • FFmpegVersion
    • IFFMpegDownloaderBase
  • Xabe.FFmpeg.Events
    • ConversionProgressEventArgs
    • ConversionProgressEventHandler
  • Xabe.FFmpeg.Exceptions
    • ConversionException
    • FFmpegNoSuitableOutputFormatFoundException
    • FFmpegNotFoundException
    • HardwareAcceleratorNotFoundException
    • InvalidBitstreamFilterException
    • InvalidInputException
    • UnknownDecoderException

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
In This Article
  • Properties
    • Arguments
    • Duration
    • EndTime
    • StartTime
Back to top Xabe