package rtmp // #include "libRTMPWrapper.h" import "C" type rtmpSession struct { } type RTMPSession interface { } func NewRTMPSession() (session *rtmpSession){ }