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

Go to the source code of this file.

Classes

class  StreamHttpDataSource
 Defines a stream data source built on top of a Http Stream. More...
 

Macros

#define DEFAULT_BUFFER_SIZE   128*1024
 

Typedefs

typedef UtlBoolean(* GetDataCallbackProc) (char *pData, int iLength, void *pOptionalData, HttpMessage *pMsg)
 

Macro Definition Documentation

#define DEFAULT_BUFFER_SIZE   128*1024

Typedef Documentation

typedef UtlBoolean(* GetDataCallbackProc) (char *pData, int iLength, void *pOptionalData, HttpMessage *pMsg)