www.pudn.com > rtp实现协议占.rar > rtpproxy.h


/*
 *   This routine should contain RTSP related utility functions.
 */


#ifndef _RTSPMISC_H_
#define _RTSPMISC_H_

BOOL proxiesSupportFlash4(IHXBuffer* pViaStr);
void AddNoCacheHeader(IUnknown* pContext, IHXRequest* pRequest);

#endif // _RTSPMISC_H_