sipxmedialib
Version 3.3
|
#include "mp/StreamDataSource.h"
#include "net/Url.h"
#include "os/OsDefs.h"
#include "os/OsStatus.h"
#include "os/OsTask.h"
#include "os/OsBSem.h"
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) |
#define DEFAULT_BUFFER_SIZE 128*1024 |
typedef UtlBoolean(* GetDataCallbackProc) (char *pData, int iLength, void *pOptionalData, HttpMessage *pMsg) |