#include "FsfNode.h"#include "FsfCell.h"#include "FsfTypeNode.h"#include "FsfCharBuffer.h"#include <iostream>


Go to the source code of this file.
Classes | |
| class | audio::CAudioBuffer |
| Audio buffer node. More... | |
| class | audio::CAudioTrack |
| Audio track node. More... | |
| class | audio::CRecord |
| Record audio cell. More... | |
| class | audio::CPlay |
| Play audio cell. More... | |
Namespaces | |
| namespace | audio |
| Regroups the elements defined by the Audio module. | |
Functions | |
| void | audio::registerFactories () |
| Function to call to load the node and cell factories in the system. | |
Variables | |
| const int | audio::SAMPLE_SIZE [6] = { 8,4,4,4,2,1 } |
Format constants | |
| const unsigned int | audio::FORMAT_FLOAT64 = 0 |
| const unsigned int | audio::FORMAT_FLOAT32 = 1 |
| const unsigned int | audio::FORMAT_SINT32 = 2 |
| const unsigned int | audio::FORMAT_SINT24 = 3 |
| const unsigned int | audio::FORMAT_SINT16 = 4 |
| const unsigned int | audio::FORMAT_SINT8 = 5 |
1.5.9