C# Class LongoMatch.Video.Capturer.LiveSourceTimer

Afficher le fichier Open project: GNOME/longomatch Class Usage Examples

Méthodes publiques

Méthode Description
LiveSourceTimer ( ) : System
Start ( ) : void
Stop ( ) : void
TogglePause ( ) : void

Méthodes protégées

Méthode Description
OnTick ( ) : bool

Method Details

LiveSourceTimer() public méthode

public LiveSourceTimer ( ) : System
Résultat System

OnTick() protected méthode

protected OnTick ( ) : bool
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

TogglePause() public méthode

public TogglePause ( ) : void
Résultat void