format.hpp File Reference
#include <string>
Go to the source code of this file.
Namespaces | |
audio | |
Functions | |
std::string | audio::getFormatString (enum audio::format _format) |
enum audio::format | audio::getFormatFromString (const std::string &_value) |
std::vector< enum audio::format > | audio::getListFormatFromString (const std::string &_value) |
uint32_t | audio::getFormatBytes (enum audio::format _format) |
std::vector< uint8_t > | audio::convertFormat (const std::vector< enum audio::format > &_obj) |
std::vector< enum audio::format > | audio::convertFormat (const std::vector< uint8_t > &_obj) |
uint8_t | audio::convertFormat (enum audio::format _obj) |
enum audio::format | audio::convertFormat (uint8_t _obj) |
Detailed Description
- Copyright
- 2011, Edouard DUPIN, all right reserved
- Note
- License: APACHE v2.0 (see license file)