C# Class HandBrake.ApplicationServices.Services.ScanService

Scan a Source
Inheritance: IScan
Mostra file Open project: golgol7777/HandBrakeWinSource

Public Methods

Method 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

Method 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 method

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. ///
return void

ScanService() public method

Initializes a new instance of the ScanService class.
public ScanService ( ) : System
return System

Stop() public method

Kill the scan
public Stop ( ) : void
return void