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/GeckoHLSDemuxerWrapperWrappers.h"
#include "mozilla/jni/Accessors.h"
#endif
namespace mozilla {
namespace java {
constexpr char GeckoHLSDemuxerWrapper::name[];
constexpr char GeckoHLSDemuxerWrapper::Create_t::name[];
constexpr char GeckoHLSDemuxerWrapper::Create_t::signature[];
auto GeckoHLSDemuxerWrapper::Create(int32_t a0, mozilla::jni::Object::Param a1) -> GeckoHLSDemuxerWrapper::LocalRef
{
return mozilla::jni::Method<Create_t>::Call(GeckoHLSDemuxerWrapper::Context(), nullptr, a0, a1);
}
constexpr char GeckoHLSDemuxerWrapper::Destroy_t::name[];
constexpr char GeckoHLSDemuxerWrapper::Destroy_t::signature[];
auto GeckoHLSDemuxerWrapper::Destroy() const -> void
{
return mozilla::jni::Method<Destroy_t>::Call(GeckoHLSDemuxerWrapper::mCtx, nullptr);
}
constexpr char GeckoHLSDemuxerWrapper::GetAudioInfo_t::name[];
constexpr char GeckoHLSDemuxerWrapper::GetAudioInfo_t::signature[];
auto GeckoHLSDemuxerWrapper::GetAudioInfo(int32_t a0) const -> mozilla::jni::Object::LocalRef
{
return mozilla::jni::Method<GetAudioInfo_t>::Call(GeckoHLSDemuxerWrapper::mCtx, nullptr, a0);
}
constexpr char GeckoHLSDemuxerWrapper::GetBuffered_t::name[];
constexpr char GeckoHLSDemuxerWrapper::GetBuffered_t::signature[];
auto GeckoHLSDemuxerWrapper::GetBuffered() const -> int64_t
{
return mozilla::jni::Method<GetBuffered_t>::Call(GeckoHLSDemuxerWrapper::mCtx, nullptr);
}
constexpr char GeckoHLSDemuxerWrapper::GetNextKeyFrameTime_t::name[];
constexpr char GeckoHLSDemuxerWrapper::GetNextKeyFrameTime_t::signature[];
auto GeckoHLSDemuxerWrapper::GetNextKeyFrameTime() const -> int64_t
{
return mozilla::jni::Method<GetNextKeyFrameTime_t>::Call(GeckoHLSDemuxerWrapper::mCtx, nullptr);
}
constexpr char GeckoHLSDemuxerWrapper::GetNumberOfTracks_t::name[];
constexpr char GeckoHLSDemuxerWrapper::GetNumberOfTracks_t::signature[];
auto GeckoHLSDemuxerWrapper::GetNumberOfTracks(int32_t a0) const -> int32_t
{
return mozilla::jni::Method<GetNumberOfTracks_t>::Call(GeckoHLSDemuxerWrapper::mCtx, nullptr, a0);
}
constexpr char GeckoHLSDemuxerWrapper::GetSamples_t::name[];
constexpr char GeckoHLSDemuxerWrapper::GetSamples_t::signature[];
auto GeckoHLSDemuxerWrapper::GetSamples(int32_t a0, int32_t a1) const -> mozilla::jni::ObjectArray::LocalRef
{
return mozilla::jni::Method<GetSamples_t>::Call(GeckoHLSDemuxerWrapper::mCtx, nullptr, a0, a1);
}
constexpr char GeckoHLSDemuxerWrapper::GetVideoInfo_t::name[];
constexpr char GeckoHLSDemuxerWrapper::GetVideoInfo_t::signature[];
auto GeckoHLSDemuxerWrapper::GetVideoInfo(int32_t a0) const -> mozilla::jni::Object::LocalRef
{
return mozilla::jni::Method<GetVideoInfo_t>::Call(GeckoHLSDemuxerWrapper::mCtx, nullptr, a0);
}
constexpr char GeckoHLSDemuxerWrapper::IsLiveStream_t::name[];
constexpr char GeckoHLSDemuxerWrapper::IsLiveStream_t::signature[];
auto GeckoHLSDemuxerWrapper::IsLiveStream() const -> bool
{
return mozilla::jni::Method<IsLiveStream_t>::Call(GeckoHLSDemuxerWrapper::mCtx, nullptr);
}
constexpr char GeckoHLSDemuxerWrapper::Seek_t::name[];
constexpr char GeckoHLSDemuxerWrapper::Seek_t::signature[];
auto GeckoHLSDemuxerWrapper::Seek(int64_t a0) const -> bool
{
return mozilla::jni::Method<Seek_t>::Call(GeckoHLSDemuxerWrapper::mCtx, nullptr, a0);
}
constexpr char GeckoHLSDemuxerWrapper::Callbacks::name[];
constexpr char GeckoHLSDemuxerWrapper::Callbacks::New_t::name[];
constexpr char GeckoHLSDemuxerWrapper::Callbacks::New_t::signature[];
auto GeckoHLSDemuxerWrapper::Callbacks::New() -> Callbacks::LocalRef
{
return mozilla::jni::Constructor<New_t>::Call(Callbacks::Context(), nullptr);
}
constexpr char GeckoHLSDemuxerWrapper::Callbacks::OnError_t::name[];
constexpr char GeckoHLSDemuxerWrapper::Callbacks::OnError_t::signature[];
constexpr char GeckoHLSDemuxerWrapper::Callbacks::OnInitialized_t::name[];
constexpr char GeckoHLSDemuxerWrapper::Callbacks::OnInitialized_t::signature[];
} /* java */
} /* mozilla */