AVBlocks for .NET  1.20
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. More...
 
double CurrentTime [get]
 The duration of the media stream that has been processed so far. More...
 

Detailed Description

Contains the parameters of the Transcoder.OnContinue event.

See Also
Transcoder.OnContinue

Property Documentation

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.

double CurrentTime
get

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

Time is in seconds.