int shutdown()

in kinesis_video_streamer/src/main.cpp [40:45]


int shutdown(Aws::SDKOptions options, int return_code) {
  AWS_LOG_INFO(__func__, "Shutting down Kinesis Video Node...");
  Aws::Utils::Logging::ShutdownAWSLogging();
  Aws::ShutdownAPI(options);
  return return_code & RETURN_CODE_MASK;
}