shithub: rtmp

ref: a061a2c2564fdbc092f384f2a29d0dcc1ed8a6fd
dir: /rtmp.h/

View raw version
typedef struct RTMP RTMP;

#pragma incomplete RTMP

RTMP *rtmpdial(char *url, int w, int h, int withaudio);
void rtmpclose(RTMP *r);