Sha256: 70c441bfe181067ead95e66524531156da7ede9ce969e7213df999ccf9d6d236
Contents?: true
Size: 383 Bytes
Versions: 17
Compression:
Stored size: 383 Bytes
Contents
#import <Foundation/Foundation.h> #include "common/app_build_capabilities.h" extern void Init_Camera_API(); extern void Init_Videocapture_API(); #ifndef RHO_NO_RUBY_API extern unsigned long rb_require(const char *fname); #endif void Init_Mediacapture_extension() { Init_Camera_API(); #ifndef RHO_NO_RUBY_API rb_require("RhoCameraApi"); #endif Init_Videocapture_API(); }
Version data entries
17 entries across 17 versions & 2 rubygems