shithub: rtmp

ref: c6ee10356946d9bc7b34974cc737acec166f0e6b
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);