C# Class HandBrake.ApplicationServices.Services.ScanService

Scan a Source
Inheritance: IScan
Afficher le fichier Open project: golgol7777/HandBrakeWinSource

Méthodes publiques

Méthode Description
Scan ( string sourcePath, int title, int previewCount ) : void

Scan a Source Path. Title 0: scan all

ScanService ( ) : System

Initializes a new instance of the ScanService class.

Stop ( ) : void

Kill the scan

Private Methods

Méthode Description
OnScanProgress ( object sender, int currentTitle, int titleCount ) : void

Fire an event when the scan process progresses

ScanSource ( object sourcePath, int title, int previewCount ) : void

Start a scan for a given source path and title

Method Details

Scan() public méthode

Scan a Source Path. Title 0: scan all
public Scan ( string sourcePath, int title, int previewCount ) : void
sourcePath string /// Path to the file to scan ///
title int /// int title number. 0 for scan all ///
previewCount int /// The preview Count. ///
Résultat void

ScanService() public méthode

Initializes a new instance of the ScanService class.
public ScanService ( ) : System
Résultat System

Stop() public méthode

Kill the scan
public Stop ( ) : void
Résultat void