outputNetworkShuttersyncAngleSettingsCustomFrameRatePut method

Future<Response<CustomFrameRate$Response>> outputNetworkShuttersyncAngleSettingsCustomFrameRatePut({
  1. required OutputNetworkShuttersyncAngleSettingsCustomFrameRatePut$RequestBody? body,
})

Set Shuttersync Custom Frame Rate

Implementation

Future<chopper.Response<CustomFrameRate$Response>>
    outputNetworkShuttersyncAngleSettingsCustomFrameRatePut(
        {required OutputNetworkShuttersyncAngleSettingsCustomFrameRatePut$RequestBody?
            body}) {
  generatedMapping.putIfAbsent(CustomFrameRate$Response,
      () => CustomFrameRate$Response.fromJsonFactory);

  return _outputNetworkShuttersyncAngleSettingsCustomFrameRatePut(body: body);
}