Sha256: e1ae83d9e18280663f45f5ce5e551c32dbe159346281d7e0240171a4ae87c337
Contents?: true
Size: 323 Bytes
Versions: 3
Compression:
Stored size: 323 Bytes
Contents
#ifndef _RB_AV_DEV_H #define _RB_AV_DEV_H #include <ruby.h> #include <ruby/encoding.h> #import <AVFoundation/AVFoundation.h> VALUE Init_device(VALUE outer); VALUE Init_still_image_output(VALUE outer, VALUE conn); VALUE Init_connection(VALUE outer); VALUE Init_session(VALUE outer); VALUE Init_input(VALUE outer); #endif
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
av_capture-1.0.2 | ext/av_capture/rb_av_dev.h |
av_capture-1.0.1 | ext/av_capture/rb_av_dev.h |
av_capture-1.0.0 | ext/av_capture/rb_av_dev.h |