/**
 * This code was generated by [react-native-codegen](https://www.npmjs.com/package/react-native-codegen).
 *
 * Do not edit this file as changes may cause incorrect behavior and will be lost
 * once the code is regenerated.
 *
 * @generated by codegen project: GenerateModuleCpp.js
 */

#include "VideoToolkitSpecJSI.h"

namespace facebook::react {

static jsi::Value __hostFunction_NativeVideoToolkitCxxSpecJSI_enterFullscreen(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
  return static_cast<NativeVideoToolkitCxxSpecJSI *>(&turboModule)->enterFullscreen(
    rt
  );
}
static jsi::Value __hostFunction_NativeVideoToolkitCxxSpecJSI_exitFullscreen(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
  return static_cast<NativeVideoToolkitCxxSpecJSI *>(&turboModule)->exitFullscreen(
    rt
  );
}
static jsi::Value __hostFunction_NativeVideoToolkitCxxSpecJSI_isFullscreen(jsi::Runtime &rt, TurboModule &turboModule, const jsi::Value* args, size_t count) {
  return static_cast<NativeVideoToolkitCxxSpecJSI *>(&turboModule)->isFullscreen(
    rt
  );
}

NativeVideoToolkitCxxSpecJSI::NativeVideoToolkitCxxSpecJSI(std::shared_ptr<CallInvoker> jsInvoker)
  : TurboModule("VideoToolkit", jsInvoker) {
  methodMap_["enterFullscreen"] = MethodMetadata {0, __hostFunction_NativeVideoToolkitCxxSpecJSI_enterFullscreen};
  methodMap_["exitFullscreen"] = MethodMetadata {0, __hostFunction_NativeVideoToolkitCxxSpecJSI_exitFullscreen};
  methodMap_["isFullscreen"] = MethodMetadata {0, __hostFunction_NativeVideoToolkitCxxSpecJSI_isFullscreen};
}


} // namespace facebook::react
