C# Class HandBrake.ApplicationServices.Parsing.Title

An object that represents a single Title of a DVD
Afficher le fichier Open project: golgol7777/HandBrakeWinSource Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Parse() public static méthode

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

ParseList() public static méthode

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

Title() public méthode

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

ToString() public méthode

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