Sha256: b13f5b30bf46453d0037dff4cdc33fbc9eb72a80bb6c88474aff9a5a91234db4
Contents?: true
Size: 583 Bytes
Versions: 8
Compression:
Stored size: 583 Bytes
Contents
#include "common/RhodesApp.h" #ifndef OS_WP8 extern "C" void Init_Camera_API(); extern "C" void Init_Videocapture(); #endif #if defined(OS_WINCE) || defined(OS_WP8) extern "C" void Init_Camera_extension(); #endif extern "C" void Init_Mediacapture_extension() { #ifndef OS_WP8 Init_Camera_API(); #ifndef RHO_NO_RUBY_API RHODESAPP().getExtManager().requireRubyFile("RhoCameraApi"); #endif LOG(INFO) + __FUNCTION__ + " Loading Videocapture extension"; Init_Videocapture(); #endif #if defined(OS_WINCE) || defined(OS_WP8) Init_Camera_extension(); #endif }
Version data entries
8 entries across 8 versions & 2 rubygems