sipxmedialib  Version 3.3
Classes | Macros
StreamBufferDataSource.h File Reference
#include "mp/StreamBufferDataSource.h"
#include "mp/StreamDataSource.h"
#include "os/OsDefs.h"
#include "os/OsStatus.h"
Include dependency graph for StreamBufferDataSource.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StreamBufferDataSource
 

Macros

#define __min(a, b)   (((a) < (b)) ? (a) : (b))
 

Macro Definition Documentation

#define __min (   a,
 
)    (((a) < (b)) ? (a) : (b))