Lines Matching defs:string
36 #include <string>
212 \brief Get the current (VBR:min) bitrate in the form of a string
214 \param string the string that will be filled
215 \param string_size the size of the string
219 inline const int GetBitrateString(char * string, int string_size) const {return GetBitrateString(string,string_size,nMinBitrateIndex); }
222 \brief Get the (VBR:min) bitrate corresponding to the specified index in the form of a string
224 \param string the string that will be filled
225 \param string_size the size of the string
230 const int GetBitrateString(char * string, int string_size, int a_bitrateID) const;
292 \brief Get the current channel mode in the form of a string
296 \brief Get the channel mode in the form of a string for the specified Channel mode index
311 \brief Get the preset in the form of a string for the specified Channel mode index
362 void SelectSavedParams(const std::string config_name);
366 void SaveValuesToStringKey(const std::string & config_name);
370 bool RenameCurrentTo(const std::string & new_config_name);
374 bool DeleteConfig(const std::string & config_name);
421 // std::string DllLocation;
423 // std::string OutputDir;
427 std::string my_store_location;
428 std::string my_current_config;
433 inline void SetAttributeBool(TiXmlElement * the_elt,const std::string & the_string, const bool the_value) const;
445 void GetValuesFromKey(const std::string & config_name, const TiXmlNode & parentNode);