C# Class HandBrake.ApplicationServices.Utilities.QueryParserUtility

Parse a CLI Query
Exibir arquivo Open project: golgol7777/HandBrakeWinSource Class Usage Examples

Public Methods

Method Description
Parse ( string input ) : EncodeTask

Takes in a query which can be in any order and parses it. All varibles are then set so they can be used elsewhere.

Method Details

Parse() public static method

Takes in a query which can be in any order and parses it. All varibles are then set so they can be used elsewhere.
public static Parse ( string input ) : EncodeTask
input string A ClI Query
return HandBrake.ApplicationServices.Model.EncodeTask