Go to the source code of this file.
Namespaces | |
namespace | urbi |
Classes | |
class | urbi::USound |
Class encapsulating sound information. More... | |
class | urbi::UImage |
Class encapsulating an image. More... | |
class | urbi::BinaryData |
class | urbi::UBinary |
Class containing binary data of known or unknown type. More... | |
Enumerations | |
enum | urbi::USoundFormat { SOUND_RAW, SOUND_WAV, SOUND_MP3, SOUND_OGG, SOUND_UNKNOWN } |
Backward compatibility. | |
enum | urbi::USoundSampleFormat { SAMPLE_SIGNED = 1, SAMPLE_UNSIGNED = 2 } |
enum | urbi::UImageFormat { urbi::IMAGE_RGB = 1, urbi::IMAGE_YCbCr = 2, urbi::IMAGE_JPEG = 3, urbi::IMAGE_PPM = 4, IMAGE_UNKNOWN } |
enum | urbi::UBinaryType { BINARY_NONE, BINARY_UNKNOWN, BINARY_IMAGE, BINARY_SOUND } |
Definition in file ubinary.hh.