C# 클래스 HandBrake.ApplicationServices.Utilities.QueryParserUtility

Parse a CLI Query
파일 보기 프로젝트 열기: golgol7777/HandBrakeWinSource 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Parse() 공개 정적인 메소드

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
리턴 HandBrake.ApplicationServices.Model.EncodeTask