|
Isle
|
#include "decomp.h"#include "mxcore.h"#include "mxmemorypool.h"#include "mxnotificationparam.h"#include "mxstl/stlcompat.h"#include "mxstreamcontroller.h"#include "mxtypes.h"#include <assert.h>

Go to the source code of this file.
Classes | |
| class | MxStreamerNotification |
| Streamer notification param for streaming events in MxStreamer [AI]. More... | |
| class | MxStreamer |
| Streams and manages media data, handles memory pools for RAM/disk streaming [AI]. More... | |
Typedefs | |
| typedef MxMemoryPool< 64, 22 > | MxMemoryPool64 |
| Memory pool for 64-byte blocks, 22 blocks total. [AI]. More... | |
| typedef MxMemoryPool< 128, 2 > | MxMemoryPool128 |
| Memory pool for 128-byte blocks, 2 blocks total. [AI]. More... | |
| typedef MxMemoryPool<128, 2> MxMemoryPool128 |
Memory pool for 128-byte blocks, 2 blocks total. [AI].
Definition at line 19 of file mxstreamer.h.
| typedef MxMemoryPool<64, 22> MxMemoryPool64 |
Memory pool for 64-byte blocks, 22 blocks total. [AI].
Definition at line 17 of file mxstreamer.h.