DRCtoMP4Options
IntroductionProvides commandline parsing for DRC_to_MP4.
FunctionsparseArgumentsstatic inline bool parseArguments ( int argc, char **argv, DRCtoMP4Options *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 ( DRCtoMP4Options *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 ( DRCtoMP4Options *options) ParametersDiscussionSets the fields of an option structure to default values Typedefs
DRCtoMP4OptionsOptions, which can be parsed from the commandline. typedef struct DRCtoMP4OptionsStruct { char *drcBitstreamInputFile; char *wavInputFile; char *outputFile; int debugLevel; bool isJustAskingForHelp; } DRCtoMP4Options; FieldsSee Also Structs and Unions
DRCtoMP4OptionsStructOptions, which can be parsed from the commandline. typedef struct DRCtoMP4OptionsStruct { char *drcBitstreamInputFile; char *wavInputFile; char *outputFile; int debugLevel; bool isJustAskingForHelp; } DRCtoMP4Options; FieldsSee Also |