Isle
Loading...
Searching...
No Matches
mxstreamer.h File Reference
#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>
Include dependency graph for mxstreamer.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

◆ MxMemoryPool128

typedef MxMemoryPool<128, 2> MxMemoryPool128

Memory pool for 128-byte blocks, 2 blocks total. [AI].

Definition at line 19 of file mxstreamer.h.

◆ MxMemoryPool64

typedef MxMemoryPool<64, 22> MxMemoryPool64

Memory pool for 64-byte blocks, 22 blocks total. [AI].

Definition at line 17 of file mxstreamer.h.