C# Class VixenModules.App.Shows.SequenceAction

Inheritance: Action
Exibir arquivo Open project: sall/vixen

Public Methods

Method Description
Execute ( ) : void
PreProcess ( CancellationTokenSource cancellationTokenSource = null ) : void
SequenceAction ( ShowItem showItem ) : System
Stop ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
DisposeCurrentContext ( ) : void
LoadMedia ( ) : void
RenderEffect ( IEffectNode node ) : void
SequenceChanged ( ) : bool
sequence_Ended ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Execute() public method

public Execute ( ) : void
return void

PreProcess() public method

public PreProcess ( CancellationTokenSource cancellationTokenSource = null ) : void
cancellationTokenSource System.Threading.CancellationTokenSource
return void

SequenceAction() public method

public SequenceAction ( ShowItem showItem ) : System
showItem ShowItem
return System

Stop() public method

public Stop ( ) : void
return void