C# Class VixenModules.App.Shows.SequenceAction

Inheritance: Action
Afficher le fichier Open project: sall/vixen

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void

PreProcess() public méthode

public PreProcess ( CancellationTokenSource cancellationTokenSource = null ) : void
cancellationTokenSource System.Threading.CancellationTokenSource
Résultat void

SequenceAction() public méthode

public SequenceAction ( ShowItem showItem ) : System
showItem ShowItem
Résultat System

Stop() public méthode

public Stop ( ) : void
Résultat void