|
Urbi SDK Remote for C++
2.7.5
|


Go to the source code of this file.
Classes | |
| class | urbi::USound |
| Class encapsulating sound information. More... | |
Namespaces | |
| namespace | urbi |
Global definition of the starterlist. | |
Enumerations | |
| enum | urbi::USoundFormat { urbi::SOUND_RAW = 0, urbi::SOUND_WAV = 1, urbi::SOUND_MP3 = 2, urbi::SOUND_OGG = 3, urbi::SOUND_UNKNOWN = 4 } |
| enum | urbi::USoundSampleFormat { urbi::SAMPLE_SIGNED = 1, urbi::SAMPLE_UNSIGNED = 2, urbi::SAMPLE_FLOAT = 3 } |
Functions | |
| USoundFormat | urbi::parse_sound_format (const std::string &) |
| Parse a sound format string. | |
| const char * | urbi::format_string (USoundFormat f) |
| Conversion to string. | |
| std::istream & | urbi::operator>> (std::istream &is, USoundSampleFormat &f) |
| std::ostream & | urbi::operator<< (std::ostream &o, const USound &s) |
Definition in file usound.hh.