C# 클래스 HandBrake.ApplicationServices.Parsing.Title

An object that represents a single Title of a DVD
파일 보기 프로젝트 열기: golgol7777/HandBrakeWinSource 1 사용 예제들

공개 메소드들

메소드 설명
CalculateDuration ( int startPoint, int endPoint ) : System.TimeSpan

Calcuate the Duration

Parse ( StringReader output ) : Title

Parse the Title Information

ParseList ( string output ) : HandBrake.ApplicationServices.Parsing.Title[]

Return a list of parsed titles

Title ( ) : System

Initializes a new instance of the Title class.

ToString ( ) : string

Override of the ToString method to provide an easy way to use this object in the UI

메소드 상세

CalculateDuration() 공개 메소드

Calcuate the Duration
public CalculateDuration ( int startPoint, int endPoint ) : System.TimeSpan
startPoint int The Start Point (Chapters)
endPoint int The End Point (Chapters)
리턴 System.TimeSpan

Parse() 공개 정적인 메소드

Parse the Title Information
public static Parse ( StringReader output ) : Title
output System.IO.StringReader A StringReader of output data
리턴 Title

ParseList() 공개 정적인 메소드

Return a list of parsed titles
public static ParseList ( string output ) : HandBrake.ApplicationServices.Parsing.Title[]
output string The Output
리턴 HandBrake.ApplicationServices.Parsing.Title[]

Title() 공개 메소드

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

ToString() 공개 메소드

Override of the ToString method to provide an easy way to use this object in the UI
public ToString ( ) : string
리턴 string