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/GeckoHLSResourceWrapperWrappers.h"
#include "mozilla/jni/Accessors.h"
#endif
namespace mozilla {
namespace java {
constexpr char GeckoHLSResourceWrapper::name[];
constexpr char GeckoHLSResourceWrapper::Create_t::name[];
constexpr char GeckoHLSResourceWrapper::Create_t::signature[];
auto GeckoHLSResourceWrapper::Create(mozilla::jni::String::Param a0, mozilla::jni::Object::Param a1) -> GeckoHLSResourceWrapper::LocalRef
{
return mozilla::jni::Method<Create_t>::Call(GeckoHLSResourceWrapper::Context(), nullptr, a0, a1);
}
constexpr char GeckoHLSResourceWrapper::Destroy_t::name[];
constexpr char GeckoHLSResourceWrapper::Destroy_t::signature[];
auto GeckoHLSResourceWrapper::Destroy() const -> void
{
return mozilla::jni::Method<Destroy_t>::Call(GeckoHLSResourceWrapper::mCtx, nullptr);
}
constexpr char GeckoHLSResourceWrapper::GetPlayerId_t::name[];
constexpr char GeckoHLSResourceWrapper::GetPlayerId_t::signature[];
auto GeckoHLSResourceWrapper::GetPlayerId() const -> int32_t
{
return mozilla::jni::Method<GetPlayerId_t>::Call(GeckoHLSResourceWrapper::mCtx, nullptr);
}
constexpr char GeckoHLSResourceWrapper::Pause_t::name[];
constexpr char GeckoHLSResourceWrapper::Pause_t::signature[];
auto GeckoHLSResourceWrapper::Pause() const -> void
{
return mozilla::jni::Method<Pause_t>::Call(GeckoHLSResourceWrapper::mCtx, nullptr);
}
constexpr char GeckoHLSResourceWrapper::Play_t::name[];
constexpr char GeckoHLSResourceWrapper::Play_t::signature[];
auto GeckoHLSResourceWrapper::Play() const -> void
{
return mozilla::jni::Method<Play_t>::Call(GeckoHLSResourceWrapper::mCtx, nullptr);
}
constexpr char GeckoHLSResourceWrapper::Resume_t::name[];
constexpr char GeckoHLSResourceWrapper::Resume_t::signature[];
auto GeckoHLSResourceWrapper::Resume() const -> void
{
return mozilla::jni::Method<Resume_t>::Call(GeckoHLSResourceWrapper::mCtx, nullptr);
}
constexpr char GeckoHLSResourceWrapper::Suspend_t::name[];
constexpr char GeckoHLSResourceWrapper::Suspend_t::signature[];
auto GeckoHLSResourceWrapper::Suspend() const -> void
{
return mozilla::jni::Method<Suspend_t>::Call(GeckoHLSResourceWrapper::mCtx, nullptr);
}
constexpr char GeckoHLSResourceWrapper::Callbacks::name[];
constexpr char GeckoHLSResourceWrapper::Callbacks::New_t::name[];
constexpr char GeckoHLSResourceWrapper::Callbacks::New_t::signature[];
auto GeckoHLSResourceWrapper::Callbacks::New() -> Callbacks::LocalRef
{
return mozilla::jni::Constructor<New_t>::Call(Callbacks::Context(), nullptr);
}
constexpr char GeckoHLSResourceWrapper::Callbacks::OnDataArrived_t::name[];
constexpr char GeckoHLSResourceWrapper::Callbacks::OnDataArrived_t::signature[];
constexpr char GeckoHLSResourceWrapper::Callbacks::OnError_t::name[];
constexpr char GeckoHLSResourceWrapper::Callbacks::OnError_t::signature[];
constexpr char GeckoHLSResourceWrapper::Callbacks::OnLoad_t::name[];
constexpr char GeckoHLSResourceWrapper::Callbacks::OnLoad_t::signature[];
} /* java */
} /* mozilla */