shithub: rtmp

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