C# Class HandBrake.ApplicationServices.Utilities.QueryParserUtility

Parse a CLI Query
Afficher le fichier Open project: golgol7777/HandBrakeWinSource Class Usage Examples

Méthodes publiques

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

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
Résultat HandBrake.ApplicationServices.Model.EncodeTask