C# Класс HandBrake.ApplicationServices.Parsing.Title

An object that represents a single Title of a DVD
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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