AVBlocks for .NET  3.0
Audio and Video Software Development Kit
TranscoderProgressEventArgs Class Reference

Contains the parameters of the Transcoder.OnProgress event. More...

Inheritance diagram for TranscoderProgressEventArgs:

Properties

double CurrentTime [get]
 The duration of the media stream that has been processed so far.
 
double TotalTime [get]
 The total duration of the media stream that will be processed eventually.
 

Detailed Description

Contains the parameters of the Transcoder.OnProgress event.

See also
Transcoder.OnProgress

Property Documentation

◆ CurrentTime

double CurrentTime
get

The duration of the media stream that has been processed so far.

Time is in seconds.

◆ TotalTime

double TotalTime
get

The total duration of the media stream that will be processed eventually.

Time is in seconds.