shithub: rtmp

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