Метод | Описание | |
---|---|---|
CalculateDuration ( int startPoint, int endPoint ) : System.TimeSpan |
Calcuate the Duration
|
|
Parse ( |
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
|
public CalculateDuration ( int startPoint, int endPoint ) : System.TimeSpan | ||
startPoint | int | The Start Point (Chapters) |
endPoint | int | The End Point (Chapters) |
Результат | System.TimeSpan |
public static Parse ( |
||
output | A StringReader of output data | |
Результат |
public static ParseList ( string output ) : HandBrake.ApplicationServices.Parsing.Title[] | ||
output | string | The Output |
Результат | HandBrake.ApplicationServices.Parsing.Title[] |