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

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

Inheritance diagram for TranscoderContinueEventArgs:

Properties

bool Continue [get, set]
 When the event is fired this property is true.
 
double CurrentTime [get]
 The duration of the media stream that has been processed so far.
 

Detailed Description

Contains the parameters of the Transcoder.OnContinue event.

See also
Transcoder.OnContinue

Property Documentation

◆ Continue

bool Continue
getset

When the event is fired this property is true.

The user code should set it to false when it wants to stop the transcoding process.

◆ CurrentTime

double CurrentTime
get

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

Time is in seconds.