MP4toDRCOptions
IntroductionProvides commandline parsing for MP4_to_DRC.
FunctionsparseArgumentsstatic inline bool parseArguments ( int argc, char **argv, MP4toDRCOptions *options) ParametersReturn Valuefalse, if there are errors. ture, if everything was ok DiscussionParses the arguments given with the command line and sets the fields of options printOptionsstatic inline void printOptions ( MP4toDRCOptions *options) ParametersDiscussionPrints the contents of the fields in options printUsagestatic inline void printUsage () DiscussionPrints the usage of the fields in options setDefaultValuesstatic inline void setDefaultValues ( MP4toDRCOptions *options) ParametersDiscussionSets the fields of an option structure to default values Typedefs
MP4toDRCOptionsOptions, which can be parsed from the commandline. typedef struct MP4toDRCOptionsStruct { char *inputFile; char *wavOutputFile; char *drcOutputFile; int audioTrackNumber; int drcTrackNumber; int debugLevel; bool isJustAskingForHelp; } MP4toDRCOptions; Fields
See Also Structs and Unions
MP4toDRCOptionsStructOptions, which can be parsed from the commandline. typedef struct MP4toDRCOptionsStruct { char *inputFile; char *wavOutputFile; char *drcOutputFile; int audioTrackNumber; int drcTrackNumber; int debugLevel; bool isJustAskingForHelp; } MP4toDRCOptions; Fields
See Also |