Copy as Markdown

Other Tools

// GENERATED CODE
// Generated by the Java program at /build/annotationProcessors at compile time
// from annotations on Java methods. To update, change the annotations on the
// corresponding Java methods and rerun the build. Manually updating this file
// will cause your build to fail.
#ifndef MOZ_PREPROCESSOR
#include "mozilla/java/SpeechSynthesisServiceWrappers.h"
#include "mozilla/jni/Accessors.h"
#endif
namespace mozilla {
namespace java {
constexpr char SpeechSynthesisService::name[];
constexpr char SpeechSynthesisService::DispatchBoundary_t::name[];
constexpr char SpeechSynthesisService::DispatchBoundary_t::signature[];
constexpr char SpeechSynthesisService::DispatchEnd_t::name[];
constexpr char SpeechSynthesisService::DispatchEnd_t::signature[];
constexpr char SpeechSynthesisService::DispatchError_t::name[];
constexpr char SpeechSynthesisService::DispatchError_t::signature[];
constexpr char SpeechSynthesisService::DispatchStart_t::name[];
constexpr char SpeechSynthesisService::DispatchStart_t::signature[];
constexpr char SpeechSynthesisService::DoneRegisteringVoices_t::name[];
constexpr char SpeechSynthesisService::DoneRegisteringVoices_t::signature[];
constexpr char SpeechSynthesisService::InitSynth_t::name[];
constexpr char SpeechSynthesisService::InitSynth_t::signature[];
auto SpeechSynthesisService::InitSynth() -> void
{
return mozilla::jni::Method<InitSynth_t>::Call(SpeechSynthesisService::Context(), nullptr);
}
constexpr char SpeechSynthesisService::RegisterVoice_t::name[];
constexpr char SpeechSynthesisService::RegisterVoice_t::signature[];
constexpr char SpeechSynthesisService::Speak_t::name[];
constexpr char SpeechSynthesisService::Speak_t::signature[];
auto SpeechSynthesisService::Speak(mozilla::jni::String::Param a0, mozilla::jni::String::Param a1, float a2, float a3, float a4) -> mozilla::jni::String::LocalRef
{
return mozilla::jni::Method<Speak_t>::Call(SpeechSynthesisService::Context(), nullptr, a0, a1, a2, a3, a4);
}
constexpr char SpeechSynthesisService::Stop_t::name[];
constexpr char SpeechSynthesisService::Stop_t::signature[];
auto SpeechSynthesisService::Stop() -> void
{
return mozilla::jni::Method<Stop_t>::Call(SpeechSynthesisService::Context(), nullptr);
}
} /* java */
} /* mozilla */