C# Class HandBrake.ApplicationServices.Parsing.Title

An object that represents a single Title of a DVD
Exibir arquivo Open project: golgol7777/HandBrakeWinSource Class Usage Examples

Public Methods

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

Method Details

CalculateDuration() public method

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

Parse() public static method

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

ParseList() public static method

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

Title() public method

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

ToString() public method

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