Sha256: 641a8a903c80bab9206eec0a8496f8330874fbe68cd5c669df06cf871d820959
Contents?: true
Size: 170 Bytes
Versions: 3
Compression:
Stored size: 170 Bytes
Contents
#include <rb_av_dev.h> VALUE Init_connection(VALUE outer) { VALUE rb_cConnection = rb_define_class_under(outer, "Connection", rb_cObject); return rb_cConnection; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
av_capture-1.0.2 | ext/av_capture/connection.m |
av_capture-1.0.1 | ext/av_capture/connection.m |
av_capture-1.0.0 | ext/av_capture/connection.m |