rtspTransmit/includes/getData.hpp

17 lines
435 B
C++
Raw Permalink Normal View History

2024-03-21 16:36:26 +08:00
#ifndef _GET_RTCP
#define _GET_RTCP
#include "BasicUsageEnvironment.hh"
#include "liveMedia.hh"
typedef void(callback)(u_int8_t* data, unsigned len, const char* name);
extern int getData(int argc, char **argv);
extern void openURL(UsageEnvironment &env,
char const *progName,
u_int32_t ssrc,
char const *rtspURL,
callback* cb);
#endif