|
Urbi SDK Remote for C++
2.7.3
|
#include <uconversion.hh>

Public Attributes | |
| char | riff [4] |
| int | length |
| char | wave [4] |
| char | fmt [4] |
| int | lnginfo |
| short | one |
| short | channels |
| int | freqechant |
| int | bytespersec |
| short | bytesperechant |
| short | bitperchannel |
| char | data [4] |
| size_t | datalength |
Definition at line 107 of file uconversion.hh.
Definition at line 119 of file uconversion.hh.
Referenced by urbi::convert().
Definition at line 118 of file uconversion.hh.
Referenced by urbi::convert().
Definition at line 117 of file uconversion.hh.
Referenced by urbi::convert().
Definition at line 115 of file uconversion.hh.
Referenced by urbi::convert().
| char urbi::wavheader::data[4] |
Definition at line 120 of file uconversion.hh.
Referenced by urbi::convert().
| size_t urbi::wavheader::datalength |
Definition at line 121 of file uconversion.hh.
Referenced by urbi::convert(), and urbi::sendSound_().
| char urbi::wavheader::fmt[4] |
Definition at line 112 of file uconversion.hh.
Referenced by urbi::convert().
Definition at line 116 of file uconversion.hh.
Referenced by urbi::convert().
Definition at line 110 of file uconversion.hh.
Referenced by urbi::convert(), and urbi::sendSound_().
Definition at line 113 of file uconversion.hh.
Referenced by urbi::convert().
| short urbi::wavheader::one |
Definition at line 114 of file uconversion.hh.
Referenced by urbi::convert().
| char urbi::wavheader::riff[4] |
Definition at line 109 of file uconversion.hh.
Referenced by urbi::convert().
| char urbi::wavheader::wave[4] |
Definition at line 111 of file uconversion.hh.
Referenced by urbi::convert().