Sha256: 8793926d79fbfd9b9e1d1a6f8a54ccfd1695fa9a868e575e26b4d527e26306c7
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 Bytes
Contents
#include "common/app_build_capabilities.h" extern "C" void Init_JSAPI_Videocapture(); #ifndef RHO_NO_RUBY_API extern "C" void Init_RubyAPI_Videocapture(); extern "C" int rho_ruby_is_started(); #endif extern "C" void Init_Videocapture_API() { #ifndef RHO_NO_RUBY_API if (rho_ruby_is_started()) { Init_RubyAPI_Videocapture(); } #endif #ifndef RHO_NO_JS_API Init_JSAPI_Videocapture(); #endif }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tauplatform-1.0.1 | lib/commonAPI/mediacapture/ext/shared/generated/videocapture_api_init.cpp |