Audacity 3.2.0
|
Functions | |
int | ValidateValue (int nValues, int value, int defaultValue) |
int | ValidateValue (const std::vector< int > &values, int value, int defaultValue) |
int | ValidateIndex (const std::vector< int > &values, int value, int defaultIndex) |
int anonymous_namespace{ExportMP3.cpp}::ValidateIndex | ( | const std::vector< int > & | values, |
int | value, | ||
int | defaultIndex | ||
) |
Definition at line 458 of file ExportMP3.cpp.
References values.
int anonymous_namespace{ExportMP3.cpp}::ValidateValue | ( | const std::vector< int > & | values, |
int | value, | ||
int | defaultValue | ||
) |
Definition at line 451 of file ExportMP3.cpp.
References values.
int anonymous_namespace{ExportMP3.cpp}::ValidateValue | ( | int | nValues, |
int | value, | ||
int | defaultValue | ||
) |
Definition at line 446 of file ExportMP3.cpp.