AVBlocks for .NET  1.20
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. More...
 
double TotalTime [get]
 The total duration of the media stream that will be processed eventually. More...
 

Detailed Description

Contains the parameters of the Transcoder.OnProgress event.

See Also
Transcoder.OnProgress

Property Documentation

double CurrentTime
get

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

Time is in seconds.

double TotalTime
get

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

Time is in seconds.