C# 클래스 HandBrake.ApplicationServices.Services.ScanService

Scan a Source
상속: IScan
파일 보기 프로젝트 열기: golgol7777/HandBrakeWinSource

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Scan() 공개 메소드

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. ///
리턴 void

ScanService() 공개 메소드

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

Stop() 공개 메소드

Kill the scan
public Stop ( ) : void
리턴 void