2223 lines
72 KiB
Dart
2223 lines
72 KiB
Dart
// AUTO GENERATED BY JNIGEN 0.14.2. DO NOT EDIT!
|
|
|
|
// ignore_for_file: annotate_overrides
|
|
// ignore_for_file: argument_type_not_assignable
|
|
// ignore_for_file: camel_case_extensions
|
|
// ignore_for_file: camel_case_types
|
|
// ignore_for_file: constant_identifier_names
|
|
// ignore_for_file: comment_references
|
|
// ignore_for_file: doc_directive_unknown
|
|
// ignore_for_file: file_names
|
|
// ignore_for_file: inference_failure_on_untyped_parameter
|
|
// ignore_for_file: invalid_internal_annotation
|
|
// ignore_for_file: invalid_use_of_internal_member
|
|
// ignore_for_file: library_prefixes
|
|
// ignore_for_file: lines_longer_than_80_chars
|
|
// ignore_for_file: no_leading_underscores_for_library_prefixes
|
|
// ignore_for_file: no_leading_underscores_for_local_identifiers
|
|
// ignore_for_file: non_constant_identifier_names
|
|
// ignore_for_file: only_throw_errors
|
|
// ignore_for_file: overridden_fields
|
|
// ignore_for_file: prefer_double_quotes
|
|
// ignore_for_file: unintended_html_in_doc_comment
|
|
// ignore_for_file: unnecessary_cast
|
|
// ignore_for_file: unnecessary_non_null_assertion
|
|
// ignore_for_file: unnecessary_parenthesis
|
|
// ignore_for_file: unused_element
|
|
// ignore_for_file: unused_field
|
|
// ignore_for_file: unused_import
|
|
// ignore_for_file: unused_local_variable
|
|
// ignore_for_file: unused_shown_name
|
|
// ignore_for_file: use_super_parameters
|
|
|
|
import 'dart:core' show Object, String, bool, double, int;
|
|
import 'dart:core' as core$_;
|
|
|
|
import 'package:jni/_internal.dart' as jni$_;
|
|
import 'package:jni/jni.dart' as jni$_;
|
|
|
|
/// from: `eu.kanade.tachiyomi.animesource.model.Video$Companion`
|
|
class Video$Companion extends jni$_.JObject {
|
|
@jni$_.internal
|
|
@core$_.override
|
|
final jni$_.JObjType<Video$Companion> $type;
|
|
|
|
@jni$_.internal
|
|
Video$Companion.fromReference(jni$_.JReference reference)
|
|
: $type = type,
|
|
super.fromReference(reference);
|
|
|
|
static final _class = jni$_.JClass.forName(
|
|
r'eu/kanade/tachiyomi/animesource/model/Video$Companion',
|
|
);
|
|
|
|
/// The type which includes information such as the signature of this class.
|
|
static const nullableType = $Video$Companion$NullableType();
|
|
static const type = $Video$Companion$Type();
|
|
static final _id_new$ = _class.constructorId(
|
|
r'(Lkotlin/jvm/internal/DefaultConstructorMarker;)V',
|
|
);
|
|
|
|
static final _new$ =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.VarArgs<(jni$_.Pointer<jni$_.Void>,)>,
|
|
)
|
|
>
|
|
>('globalEnv_NewObject')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
)
|
|
>();
|
|
|
|
/// from: `synthetic public void <init>(kotlin.jvm.internal.DefaultConstructorMarker defaultConstructorMarker)`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
factory Video$Companion(jni$_.JObject? defaultConstructorMarker) {
|
|
final _$defaultConstructorMarker =
|
|
defaultConstructorMarker?.reference ?? jni$_.jNullReference;
|
|
return Video$Companion.fromReference(
|
|
_new$(
|
|
_class.reference.pointer,
|
|
_id_new$ as jni$_.JMethodIDPtr,
|
|
_$defaultConstructorMarker.pointer,
|
|
).reference,
|
|
);
|
|
}
|
|
}
|
|
|
|
final class $Video$Companion$NullableType
|
|
extends jni$_.JObjType<Video$Companion?> {
|
|
@jni$_.internal
|
|
const $Video$Companion$NullableType();
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
String get signature =>
|
|
r'Leu/kanade/tachiyomi/animesource/model/Video$Companion;';
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
Video$Companion? fromReference(jni$_.JReference reference) =>
|
|
reference.isNull ? null : Video$Companion.fromReference(reference);
|
|
@jni$_.internal
|
|
@core$_.override
|
|
jni$_.JObjType get superType => const jni$_.JObjectType();
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
jni$_.JObjType<Video$Companion?> get nullableType => this;
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
final superCount = 1;
|
|
|
|
@core$_.override
|
|
int get hashCode => ($Video$Companion$NullableType).hashCode;
|
|
|
|
@core$_.override
|
|
bool operator ==(Object other) {
|
|
return other.runtimeType == ($Video$Companion$NullableType) &&
|
|
other is $Video$Companion$NullableType;
|
|
}
|
|
}
|
|
|
|
final class $Video$Companion$Type extends jni$_.JObjType<Video$Companion> {
|
|
@jni$_.internal
|
|
const $Video$Companion$Type();
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
String get signature =>
|
|
r'Leu/kanade/tachiyomi/animesource/model/Video$Companion;';
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
Video$Companion fromReference(jni$_.JReference reference) =>
|
|
Video$Companion.fromReference(reference);
|
|
@jni$_.internal
|
|
@core$_.override
|
|
jni$_.JObjType get superType => const jni$_.JObjectType();
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
jni$_.JObjType<Video$Companion?> get nullableType =>
|
|
const $Video$Companion$NullableType();
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
final superCount = 1;
|
|
|
|
@core$_.override
|
|
int get hashCode => ($Video$Companion$Type).hashCode;
|
|
|
|
@core$_.override
|
|
bool operator ==(Object other) {
|
|
return other.runtimeType == ($Video$Companion$Type) &&
|
|
other is $Video$Companion$Type;
|
|
}
|
|
}
|
|
|
|
/// from: `eu.kanade.tachiyomi.animesource.model.Video$State`
|
|
class Video$State extends jni$_.JObject {
|
|
@jni$_.internal
|
|
@core$_.override
|
|
final jni$_.JObjType<Video$State> $type;
|
|
|
|
@jni$_.internal
|
|
Video$State.fromReference(jni$_.JReference reference)
|
|
: $type = type,
|
|
super.fromReference(reference);
|
|
|
|
static final _class = jni$_.JClass.forName(
|
|
r'eu/kanade/tachiyomi/animesource/model/Video$State',
|
|
);
|
|
|
|
/// The type which includes information such as the signature of this class.
|
|
static const nullableType = $Video$State$NullableType();
|
|
static const type = $Video$State$Type();
|
|
static final _id_QUEUE = _class.staticFieldId(
|
|
r'QUEUE',
|
|
r'Leu/kanade/tachiyomi/animesource/model/Video$State;',
|
|
);
|
|
|
|
/// from: `static public final eu.kanade.tachiyomi.animesource.model.Video$State QUEUE`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
static Video$State get QUEUE =>
|
|
_id_QUEUE.get(_class, const $Video$State$Type());
|
|
|
|
static final _id_LOAD_VIDEO = _class.staticFieldId(
|
|
r'LOAD_VIDEO',
|
|
r'Leu/kanade/tachiyomi/animesource/model/Video$State;',
|
|
);
|
|
|
|
/// from: `static public final eu.kanade.tachiyomi.animesource.model.Video$State LOAD_VIDEO`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
static Video$State get LOAD_VIDEO =>
|
|
_id_LOAD_VIDEO.get(_class, const $Video$State$Type());
|
|
|
|
static final _id_READY = _class.staticFieldId(
|
|
r'READY',
|
|
r'Leu/kanade/tachiyomi/animesource/model/Video$State;',
|
|
);
|
|
|
|
/// from: `static public final eu.kanade.tachiyomi.animesource.model.Video$State READY`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
static Video$State get READY =>
|
|
_id_READY.get(_class, const $Video$State$Type());
|
|
|
|
static final _id_ERROR = _class.staticFieldId(
|
|
r'ERROR',
|
|
r'Leu/kanade/tachiyomi/animesource/model/Video$State;',
|
|
);
|
|
|
|
/// from: `static public final eu.kanade.tachiyomi.animesource.model.Video$State ERROR`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
static Video$State get ERROR =>
|
|
_id_ERROR.get(_class, const $Video$State$Type());
|
|
|
|
static final _id_values = _class.staticMethodId(
|
|
r'values',
|
|
r'()[Leu/kanade/tachiyomi/animesource/model/Video$State;',
|
|
);
|
|
|
|
static final _values =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallStaticObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `static public eu.kanade.tachiyomi.animesource.model.Video$State[] values()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
static jni$_.JArray<Video$State?>? values() {
|
|
return _values(
|
|
_class.reference.pointer,
|
|
_id_values as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JArray<Video$State?>?>(
|
|
const jni$_.JArrayNullableType<Video$State?>($Video$State$NullableType()),
|
|
);
|
|
}
|
|
|
|
static final _id_valueOf = _class.staticMethodId(
|
|
r'valueOf',
|
|
r'(Ljava/lang/String;)Leu/kanade/tachiyomi/animesource/model/Video$State;',
|
|
);
|
|
|
|
static final _valueOf =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.VarArgs<(jni$_.Pointer<jni$_.Void>,)>,
|
|
)
|
|
>
|
|
>('globalEnv_CallStaticObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
)
|
|
>();
|
|
|
|
/// from: `static public eu.kanade.tachiyomi.animesource.model.Video$State valueOf(java.lang.String string)`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
static Video$State? valueOf(jni$_.JString? string) {
|
|
final _$string = string?.reference ?? jni$_.jNullReference;
|
|
return _valueOf(
|
|
_class.reference.pointer,
|
|
_id_valueOf as jni$_.JMethodIDPtr,
|
|
_$string.pointer,
|
|
).object<Video$State?>(const $Video$State$NullableType());
|
|
}
|
|
|
|
static final _id_getEntries = _class.staticMethodId(
|
|
r'getEntries',
|
|
r'()Lkotlin/enums/EnumEntries;',
|
|
);
|
|
|
|
static final _getEntries =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallStaticObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `static public kotlin.enums.EnumEntries<eu.kanade.tachiyomi.animesource.model.Video$State> getEntries()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
static jni$_.JObject getEntries() {
|
|
return _getEntries(
|
|
_class.reference.pointer,
|
|
_id_getEntries as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JObject>(const jni$_.JObjectType());
|
|
}
|
|
}
|
|
|
|
final class $Video$State$NullableType extends jni$_.JObjType<Video$State?> {
|
|
@jni$_.internal
|
|
const $Video$State$NullableType();
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
String get signature =>
|
|
r'Leu/kanade/tachiyomi/animesource/model/Video$State;';
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
Video$State? fromReference(jni$_.JReference reference) =>
|
|
reference.isNull ? null : Video$State.fromReference(reference);
|
|
@jni$_.internal
|
|
@core$_.override
|
|
jni$_.JObjType get superType => const jni$_.JObjectType();
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
jni$_.JObjType<Video$State?> get nullableType => this;
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
final superCount = 1;
|
|
|
|
@core$_.override
|
|
int get hashCode => ($Video$State$NullableType).hashCode;
|
|
|
|
@core$_.override
|
|
bool operator ==(Object other) {
|
|
return other.runtimeType == ($Video$State$NullableType) &&
|
|
other is $Video$State$NullableType;
|
|
}
|
|
}
|
|
|
|
final class $Video$State$Type extends jni$_.JObjType<Video$State> {
|
|
@jni$_.internal
|
|
const $Video$State$Type();
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
String get signature =>
|
|
r'Leu/kanade/tachiyomi/animesource/model/Video$State;';
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
Video$State fromReference(jni$_.JReference reference) =>
|
|
Video$State.fromReference(reference);
|
|
@jni$_.internal
|
|
@core$_.override
|
|
jni$_.JObjType get superType => const jni$_.JObjectType();
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
jni$_.JObjType<Video$State?> get nullableType =>
|
|
const $Video$State$NullableType();
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
final superCount = 1;
|
|
|
|
@core$_.override
|
|
int get hashCode => ($Video$State$Type).hashCode;
|
|
|
|
@core$_.override
|
|
bool operator ==(Object other) {
|
|
return other.runtimeType == ($Video$State$Type) &&
|
|
other is $Video$State$Type;
|
|
}
|
|
}
|
|
|
|
/// from: `eu.kanade.tachiyomi.animesource.model.Video`
|
|
class JVideo extends jni$_.JObject {
|
|
@jni$_.internal
|
|
@core$_.override
|
|
final jni$_.JObjType<JVideo> $type;
|
|
|
|
@jni$_.internal
|
|
JVideo.fromReference(jni$_.JReference reference)
|
|
: $type = type,
|
|
super.fromReference(reference);
|
|
|
|
static final _class = jni$_.JClass.forName(
|
|
r'eu/kanade/tachiyomi/animesource/model/Video',
|
|
);
|
|
|
|
/// The type which includes information such as the signature of this class.
|
|
static const nullableType = $Video$NullableType();
|
|
static const type = $Video$Type();
|
|
static final _id_Companion = _class.staticFieldId(
|
|
r'Companion',
|
|
r'Leu/kanade/tachiyomi/animesource/model/Video$Companion;',
|
|
);
|
|
|
|
/// from: `static public final eu.kanade.tachiyomi.animesource.model.Video$Companion Companion`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
static Video$Companion get Companion =>
|
|
_id_Companion.get(_class, const $Video$Companion$Type());
|
|
|
|
static final _id_MPV_ARGS_TAG = _class.staticFieldId(
|
|
r'MPV_ARGS_TAG',
|
|
r'Ljava/lang/String;',
|
|
);
|
|
|
|
/// from: `static public final java.lang.String MPV_ARGS_TAG`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
static jni$_.JString get MPV_ARGS_TAG =>
|
|
_id_MPV_ARGS_TAG.get(_class, const jni$_.JStringType());
|
|
|
|
static final _id_new$ = _class.constructorId(
|
|
r'(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Lokhttp3/Headers;ZLjava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/lang/String;Z)V',
|
|
);
|
|
|
|
static final _new$ =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.VarArgs<
|
|
(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Int32,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Int32,
|
|
)
|
|
>,
|
|
)
|
|
>
|
|
>('globalEnv_NewObject')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
int,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
int,
|
|
)
|
|
>();
|
|
|
|
/// from: `public void <init>(java.lang.String string, java.lang.String string1, java.lang.Integer integer, java.lang.Integer integer1, okhttp3.Headers headers, boolean z, java.util.List<eu.kanade.tachiyomi.animesource.model.Track> list, java.util.List<eu.kanade.tachiyomi.animesource.model.Track> list1, java.util.List<eu.kanade.tachiyomi.animesource.model.TimeStamp> list2, java.util.List<kotlin.Pair<java.lang.String, java.lang.String>> list3, java.util.List<kotlin.Pair<java.lang.String, java.lang.String>> list4, java.util.List<kotlin.Pair<java.lang.String, java.lang.String>> list5, java.lang.String string2, boolean z1)`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
factory JVideo(
|
|
jni$_.JString string,
|
|
jni$_.JString string1,
|
|
jni$_.JInteger? integer,
|
|
jni$_.JInteger? integer1,
|
|
jni$_.JObject? headers,
|
|
bool z,
|
|
jni$_.JList<jni$_.JObject> list,
|
|
jni$_.JList<jni$_.JObject> list1,
|
|
jni$_.JList<jni$_.JObject> list2,
|
|
jni$_.JList<jni$_.JObject> list3,
|
|
jni$_.JList<jni$_.JObject> list4,
|
|
jni$_.JList<jni$_.JObject> list5,
|
|
jni$_.JString string2,
|
|
bool z1,
|
|
) {
|
|
final _$string = string.reference;
|
|
final _$string1 = string1.reference;
|
|
final _$integer = integer?.reference ?? jni$_.jNullReference;
|
|
final _$integer1 = integer1?.reference ?? jni$_.jNullReference;
|
|
final _$headers = headers?.reference ?? jni$_.jNullReference;
|
|
final _$list = list.reference;
|
|
final _$list1 = list1.reference;
|
|
final _$list2 = list2.reference;
|
|
final _$list3 = list3.reference;
|
|
final _$list4 = list4.reference;
|
|
final _$list5 = list5.reference;
|
|
final _$string2 = string2.reference;
|
|
return JVideo.fromReference(
|
|
_new$(
|
|
_class.reference.pointer,
|
|
_id_new$ as jni$_.JMethodIDPtr,
|
|
_$string.pointer,
|
|
_$string1.pointer,
|
|
_$integer.pointer,
|
|
_$integer1.pointer,
|
|
_$headers.pointer,
|
|
z ? 1 : 0,
|
|
_$list.pointer,
|
|
_$list1.pointer,
|
|
_$list2.pointer,
|
|
_$list3.pointer,
|
|
_$list4.pointer,
|
|
_$list5.pointer,
|
|
_$string2.pointer,
|
|
z1 ? 1 : 0,
|
|
).reference,
|
|
);
|
|
}
|
|
|
|
static final _id_new$1 = _class.constructorId(
|
|
r'(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Lokhttp3/Headers;ZLjava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/lang/String;ZILkotlin/jvm/internal/DefaultConstructorMarker;)V',
|
|
);
|
|
|
|
static final _new$1 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.VarArgs<
|
|
(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Int32,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Int32,
|
|
jni$_.Int32,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
)
|
|
>,
|
|
)
|
|
>
|
|
>('globalEnv_NewObject')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
int,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
int,
|
|
int,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
)
|
|
>();
|
|
|
|
/// from: `synthetic public void <init>(java.lang.String string, java.lang.String string1, java.lang.Integer integer, java.lang.Integer integer1, okhttp3.Headers headers, boolean z, java.util.List list, java.util.List list1, java.util.List list2, java.util.List list3, java.util.List list4, java.util.List list5, java.lang.String string2, boolean z1, int i, kotlin.jvm.internal.DefaultConstructorMarker defaultConstructorMarker)`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
factory JVideo.new$1(
|
|
jni$_.JString? string,
|
|
jni$_.JString? string1,
|
|
jni$_.JInteger? integer,
|
|
jni$_.JInteger? integer1,
|
|
jni$_.JObject? headers,
|
|
bool z,
|
|
jni$_.JList<jni$_.JObject?>? list,
|
|
jni$_.JList<jni$_.JObject?>? list1,
|
|
jni$_.JList<jni$_.JObject?>? list2,
|
|
jni$_.JList<jni$_.JObject?>? list3,
|
|
jni$_.JList<jni$_.JObject?>? list4,
|
|
jni$_.JList<jni$_.JObject?>? list5,
|
|
jni$_.JString? string2,
|
|
bool z1,
|
|
int i,
|
|
jni$_.JObject? defaultConstructorMarker,
|
|
) {
|
|
final _$string = string?.reference ?? jni$_.jNullReference;
|
|
final _$string1 = string1?.reference ?? jni$_.jNullReference;
|
|
final _$integer = integer?.reference ?? jni$_.jNullReference;
|
|
final _$integer1 = integer1?.reference ?? jni$_.jNullReference;
|
|
final _$headers = headers?.reference ?? jni$_.jNullReference;
|
|
final _$list = list?.reference ?? jni$_.jNullReference;
|
|
final _$list1 = list1?.reference ?? jni$_.jNullReference;
|
|
final _$list2 = list2?.reference ?? jni$_.jNullReference;
|
|
final _$list3 = list3?.reference ?? jni$_.jNullReference;
|
|
final _$list4 = list4?.reference ?? jni$_.jNullReference;
|
|
final _$list5 = list5?.reference ?? jni$_.jNullReference;
|
|
final _$string2 = string2?.reference ?? jni$_.jNullReference;
|
|
final _$defaultConstructorMarker =
|
|
defaultConstructorMarker?.reference ?? jni$_.jNullReference;
|
|
return JVideo.fromReference(
|
|
_new$1(
|
|
_class.reference.pointer,
|
|
_id_new$1 as jni$_.JMethodIDPtr,
|
|
_$string.pointer,
|
|
_$string1.pointer,
|
|
_$integer.pointer,
|
|
_$integer1.pointer,
|
|
_$headers.pointer,
|
|
z ? 1 : 0,
|
|
_$list.pointer,
|
|
_$list1.pointer,
|
|
_$list2.pointer,
|
|
_$list3.pointer,
|
|
_$list4.pointer,
|
|
_$list5.pointer,
|
|
_$string2.pointer,
|
|
z1 ? 1 : 0,
|
|
i,
|
|
_$defaultConstructorMarker.pointer,
|
|
).reference,
|
|
);
|
|
}
|
|
|
|
static final _id_getVideoUrl = _class.instanceMethodId(
|
|
r'getVideoUrl',
|
|
r'()Ljava/lang/String;',
|
|
);
|
|
|
|
static final _getVideoUrl =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.lang.String getVideoUrl()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JString getVideoUrl() {
|
|
return _getVideoUrl(
|
|
reference.pointer,
|
|
_id_getVideoUrl as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JString>(const jni$_.JStringType());
|
|
}
|
|
|
|
static final _id_setVideoUrl = _class.instanceMethodId(
|
|
r'setVideoUrl',
|
|
r'(Ljava/lang/String;)V',
|
|
);
|
|
|
|
static final _setVideoUrl =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JThrowablePtr Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.VarArgs<(jni$_.Pointer<jni$_.Void>,)>,
|
|
)
|
|
>
|
|
>('globalEnv_CallVoidMethod')
|
|
.asFunction<
|
|
jni$_.JThrowablePtr Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final void setVideoUrl(java.lang.String string)`
|
|
void setVideoUrl(jni$_.JString string) {
|
|
final _$string = string.reference;
|
|
_setVideoUrl(
|
|
reference.pointer,
|
|
_id_setVideoUrl as jni$_.JMethodIDPtr,
|
|
_$string.pointer,
|
|
).check();
|
|
}
|
|
|
|
static final _id_getVideoTitle = _class.instanceMethodId(
|
|
r'getVideoTitle',
|
|
r'()Ljava/lang/String;',
|
|
);
|
|
|
|
static final _getVideoTitle =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.lang.String getVideoTitle()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JString getVideoTitle() {
|
|
return _getVideoTitle(
|
|
reference.pointer,
|
|
_id_getVideoTitle as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JString>(const jni$_.JStringType());
|
|
}
|
|
|
|
static final _id_getResolution = _class.instanceMethodId(
|
|
r'getResolution',
|
|
r'()Ljava/lang/Integer;',
|
|
);
|
|
|
|
static final _getResolution =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.lang.Integer getResolution()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JInteger? getResolution() {
|
|
return _getResolution(
|
|
reference.pointer,
|
|
_id_getResolution as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JInteger?>(const jni$_.JIntegerNullableType());
|
|
}
|
|
|
|
static final _id_getBitrate = _class.instanceMethodId(
|
|
r'getBitrate',
|
|
r'()Ljava/lang/Integer;',
|
|
);
|
|
|
|
static final _getBitrate =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.lang.Integer getBitrate()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JInteger? getBitrate() {
|
|
return _getBitrate(
|
|
reference.pointer,
|
|
_id_getBitrate as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JInteger?>(const jni$_.JIntegerNullableType());
|
|
}
|
|
|
|
static final _id_getHeaders = _class.instanceMethodId(
|
|
r'getHeaders',
|
|
r'()Lokhttp3/Headers;',
|
|
);
|
|
|
|
static final _getHeaders =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final okhttp3.Headers getHeaders()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JObject? getHeaders() {
|
|
return _getHeaders(
|
|
reference.pointer,
|
|
_id_getHeaders as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JObject?>(const jni$_.JObjectNullableType());
|
|
}
|
|
|
|
static final _id_getPreferred = _class.instanceMethodId(
|
|
r'getPreferred',
|
|
r'()Z',
|
|
);
|
|
|
|
static final _getPreferred =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallBooleanMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final boolean getPreferred()`
|
|
bool getPreferred() {
|
|
return _getPreferred(
|
|
reference.pointer,
|
|
_id_getPreferred as jni$_.JMethodIDPtr,
|
|
).boolean;
|
|
}
|
|
|
|
static final _id_getSubtitleTracks = _class.instanceMethodId(
|
|
r'getSubtitleTracks',
|
|
r'()Ljava/util/List;',
|
|
);
|
|
|
|
static final _getSubtitleTracks =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.util.List<eu.kanade.tachiyomi.animesource.model.Track> getSubtitleTracks()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JList<jni$_.JObject> getSubtitleTracks() {
|
|
return _getSubtitleTracks(
|
|
reference.pointer,
|
|
_id_getSubtitleTracks as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JList<jni$_.JObject>>(
|
|
const jni$_.JListType<jni$_.JObject>(jni$_.JObjectType()),
|
|
);
|
|
}
|
|
|
|
static final _id_getAudioTracks = _class.instanceMethodId(
|
|
r'getAudioTracks',
|
|
r'()Ljava/util/List;',
|
|
);
|
|
|
|
static final _getAudioTracks =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.util.List<eu.kanade.tachiyomi.animesource.model.Track> getAudioTracks()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JList<jni$_.JObject> getAudioTracks() {
|
|
return _getAudioTracks(
|
|
reference.pointer,
|
|
_id_getAudioTracks as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JList<jni$_.JObject>>(
|
|
const jni$_.JListType<jni$_.JObject>(jni$_.JObjectType()),
|
|
);
|
|
}
|
|
|
|
static final _id_getTimestamps = _class.instanceMethodId(
|
|
r'getTimestamps',
|
|
r'()Ljava/util/List;',
|
|
);
|
|
|
|
static final _getTimestamps =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.util.List<eu.kanade.tachiyomi.animesource.model.TimeStamp> getTimestamps()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JList<jni$_.JObject> getTimestamps() {
|
|
return _getTimestamps(
|
|
reference.pointer,
|
|
_id_getTimestamps as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JList<jni$_.JObject>>(
|
|
const jni$_.JListType<jni$_.JObject>(jni$_.JObjectType()),
|
|
);
|
|
}
|
|
|
|
static final _id_getMpvArgs = _class.instanceMethodId(
|
|
r'getMpvArgs',
|
|
r'()Ljava/util/List;',
|
|
);
|
|
|
|
static final _getMpvArgs =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.util.List<kotlin.Pair<java.lang.String, java.lang.String>> getMpvArgs()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JList<jni$_.JObject> getMpvArgs() {
|
|
return _getMpvArgs(
|
|
reference.pointer,
|
|
_id_getMpvArgs as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JList<jni$_.JObject>>(
|
|
const jni$_.JListType<jni$_.JObject>(jni$_.JObjectType()),
|
|
);
|
|
}
|
|
|
|
static final _id_getFfmpegStreamArgs = _class.instanceMethodId(
|
|
r'getFfmpegStreamArgs',
|
|
r'()Ljava/util/List;',
|
|
);
|
|
|
|
static final _getFfmpegStreamArgs =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.util.List<kotlin.Pair<java.lang.String, java.lang.String>> getFfmpegStreamArgs()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JList<jni$_.JObject> getFfmpegStreamArgs() {
|
|
return _getFfmpegStreamArgs(
|
|
reference.pointer,
|
|
_id_getFfmpegStreamArgs as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JList<jni$_.JObject>>(
|
|
const jni$_.JListType<jni$_.JObject>(jni$_.JObjectType()),
|
|
);
|
|
}
|
|
|
|
static final _id_getFfmpegVideoArgs = _class.instanceMethodId(
|
|
r'getFfmpegVideoArgs',
|
|
r'()Ljava/util/List;',
|
|
);
|
|
|
|
static final _getFfmpegVideoArgs =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.util.List<kotlin.Pair<java.lang.String, java.lang.String>> getFfmpegVideoArgs()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JList<jni$_.JObject> getFfmpegVideoArgs() {
|
|
return _getFfmpegVideoArgs(
|
|
reference.pointer,
|
|
_id_getFfmpegVideoArgs as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JList<jni$_.JObject>>(
|
|
const jni$_.JListType<jni$_.JObject>(jni$_.JObjectType()),
|
|
);
|
|
}
|
|
|
|
static final _id_getInternalData = _class.instanceMethodId(
|
|
r'getInternalData',
|
|
r'()Ljava/lang/String;',
|
|
);
|
|
|
|
static final _getInternalData =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.lang.String getInternalData()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JString getInternalData() {
|
|
return _getInternalData(
|
|
reference.pointer,
|
|
_id_getInternalData as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JString>(const jni$_.JStringType());
|
|
}
|
|
|
|
static final _id_getInitialized = _class.instanceMethodId(
|
|
r'getInitialized',
|
|
r'()Z',
|
|
);
|
|
|
|
static final _getInitialized =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallBooleanMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final boolean getInitialized()`
|
|
bool getInitialized() {
|
|
return _getInitialized(
|
|
reference.pointer,
|
|
_id_getInitialized as jni$_.JMethodIDPtr,
|
|
).boolean;
|
|
}
|
|
|
|
static final _id_getQuality = _class.instanceMethodId(
|
|
r'getQuality',
|
|
r'()Ljava/lang/String;',
|
|
);
|
|
|
|
static final _getQuality =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.lang.String getQuality()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JString getQuality() {
|
|
return _getQuality(
|
|
reference.pointer,
|
|
_id_getQuality as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JString>(const jni$_.JStringType());
|
|
}
|
|
|
|
static final _id_getUrl = _class.instanceMethodId(
|
|
r'getUrl',
|
|
r'()Ljava/lang/String;',
|
|
);
|
|
|
|
static final _getUrl =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.lang.String getUrl()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JString getUrl() {
|
|
return _getUrl(
|
|
reference.pointer,
|
|
_id_getUrl as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JString>(const jni$_.JStringType());
|
|
}
|
|
|
|
static final _id_new$2 = _class.constructorId(
|
|
r'(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lokhttp3/Headers;Ljava/util/List;Ljava/util/List;)V',
|
|
);
|
|
|
|
static final _new$2 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.VarArgs<
|
|
(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
)
|
|
>,
|
|
)
|
|
>
|
|
>('globalEnv_NewObject')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
)
|
|
>();
|
|
|
|
/// from: `public void <init>(java.lang.String string, java.lang.String string1, java.lang.String string2, okhttp3.Headers headers, java.util.List<eu.kanade.tachiyomi.animesource.model.Track> list, java.util.List<eu.kanade.tachiyomi.animesource.model.Track> list1)`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
factory JVideo.new$2(
|
|
jni$_.JString string,
|
|
jni$_.JString string1,
|
|
jni$_.JString? string2,
|
|
jni$_.JObject? headers,
|
|
jni$_.JList<jni$_.JObject> list,
|
|
jni$_.JList<jni$_.JObject> list1,
|
|
) {
|
|
final _$string = string.reference;
|
|
final _$string1 = string1.reference;
|
|
final _$string2 = string2?.reference ?? jni$_.jNullReference;
|
|
final _$headers = headers?.reference ?? jni$_.jNullReference;
|
|
final _$list = list.reference;
|
|
final _$list1 = list1.reference;
|
|
return JVideo.fromReference(
|
|
_new$2(
|
|
_class.reference.pointer,
|
|
_id_new$2 as jni$_.JMethodIDPtr,
|
|
_$string.pointer,
|
|
_$string1.pointer,
|
|
_$string2.pointer,
|
|
_$headers.pointer,
|
|
_$list.pointer,
|
|
_$list1.pointer,
|
|
).reference,
|
|
);
|
|
}
|
|
|
|
static final _id_new$3 = _class.constructorId(
|
|
r'(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lokhttp3/Headers;Ljava/util/List;Ljava/util/List;ILkotlin/jvm/internal/DefaultConstructorMarker;)V',
|
|
);
|
|
|
|
static final _new$3 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.VarArgs<
|
|
(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Int32,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
)
|
|
>,
|
|
)
|
|
>
|
|
>('globalEnv_NewObject')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
int,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
)
|
|
>();
|
|
|
|
/// from: `synthetic public void <init>(java.lang.String string, java.lang.String string1, java.lang.String string2, okhttp3.Headers headers, java.util.List list, java.util.List list1, int i, kotlin.jvm.internal.DefaultConstructorMarker defaultConstructorMarker)`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
factory JVideo.new$3(
|
|
jni$_.JString? string,
|
|
jni$_.JString? string1,
|
|
jni$_.JString? string2,
|
|
jni$_.JObject? headers,
|
|
jni$_.JList<jni$_.JObject?>? list,
|
|
jni$_.JList<jni$_.JObject?>? list1,
|
|
int i,
|
|
jni$_.JObject? defaultConstructorMarker,
|
|
) {
|
|
final _$string = string?.reference ?? jni$_.jNullReference;
|
|
final _$string1 = string1?.reference ?? jni$_.jNullReference;
|
|
final _$string2 = string2?.reference ?? jni$_.jNullReference;
|
|
final _$headers = headers?.reference ?? jni$_.jNullReference;
|
|
final _$list = list?.reference ?? jni$_.jNullReference;
|
|
final _$list1 = list1?.reference ?? jni$_.jNullReference;
|
|
final _$defaultConstructorMarker =
|
|
defaultConstructorMarker?.reference ?? jni$_.jNullReference;
|
|
return JVideo.fromReference(
|
|
_new$3(
|
|
_class.reference.pointer,
|
|
_id_new$3 as jni$_.JMethodIDPtr,
|
|
_$string.pointer,
|
|
_$string1.pointer,
|
|
_$string2.pointer,
|
|
_$headers.pointer,
|
|
_$list.pointer,
|
|
_$list1.pointer,
|
|
i,
|
|
_$defaultConstructorMarker.pointer,
|
|
).reference,
|
|
);
|
|
}
|
|
|
|
static final _id_new$4 = _class.constructorId(
|
|
r'(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/Uri;Lokhttp3/Headers;)V',
|
|
);
|
|
|
|
static final _new$4 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.VarArgs<
|
|
(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
)
|
|
>,
|
|
)
|
|
>
|
|
>('globalEnv_NewObject')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
)
|
|
>();
|
|
|
|
/// from: `public void <init>(java.lang.String string, java.lang.String string1, java.lang.String string2, android.net.Uri uri, okhttp3.Headers headers)`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
factory JVideo.new$4(
|
|
jni$_.JString string,
|
|
jni$_.JString string1,
|
|
jni$_.JString? string2,
|
|
jni$_.JObject? uri,
|
|
jni$_.JObject? headers,
|
|
) {
|
|
final _$string = string.reference;
|
|
final _$string1 = string1.reference;
|
|
final _$string2 = string2?.reference ?? jni$_.jNullReference;
|
|
final _$uri = uri?.reference ?? jni$_.jNullReference;
|
|
final _$headers = headers?.reference ?? jni$_.jNullReference;
|
|
return JVideo.fromReference(
|
|
_new$4(
|
|
_class.reference.pointer,
|
|
_id_new$4 as jni$_.JMethodIDPtr,
|
|
_$string.pointer,
|
|
_$string1.pointer,
|
|
_$string2.pointer,
|
|
_$uri.pointer,
|
|
_$headers.pointer,
|
|
).reference,
|
|
);
|
|
}
|
|
|
|
static final _id_new$5 = _class.constructorId(
|
|
r'(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Landroid/net/Uri;Lokhttp3/Headers;ILkotlin/jvm/internal/DefaultConstructorMarker;)V',
|
|
);
|
|
|
|
static final _new$5 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.VarArgs<
|
|
(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Int32,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
)
|
|
>,
|
|
)
|
|
>
|
|
>('globalEnv_NewObject')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
int,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
)
|
|
>();
|
|
|
|
/// from: `synthetic public void <init>(java.lang.String string, java.lang.String string1, java.lang.String string2, android.net.Uri uri, okhttp3.Headers headers, int i, kotlin.jvm.internal.DefaultConstructorMarker defaultConstructorMarker)`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
factory JVideo.new$5(
|
|
jni$_.JString? string,
|
|
jni$_.JString? string1,
|
|
jni$_.JString? string2,
|
|
jni$_.JObject? uri,
|
|
jni$_.JObject? headers,
|
|
int i,
|
|
jni$_.JObject? defaultConstructorMarker,
|
|
) {
|
|
final _$string = string?.reference ?? jni$_.jNullReference;
|
|
final _$string1 = string1?.reference ?? jni$_.jNullReference;
|
|
final _$string2 = string2?.reference ?? jni$_.jNullReference;
|
|
final _$uri = uri?.reference ?? jni$_.jNullReference;
|
|
final _$headers = headers?.reference ?? jni$_.jNullReference;
|
|
final _$defaultConstructorMarker =
|
|
defaultConstructorMarker?.reference ?? jni$_.jNullReference;
|
|
return JVideo.fromReference(
|
|
_new$5(
|
|
_class.reference.pointer,
|
|
_id_new$5 as jni$_.JMethodIDPtr,
|
|
_$string.pointer,
|
|
_$string1.pointer,
|
|
_$string2.pointer,
|
|
_$uri.pointer,
|
|
_$headers.pointer,
|
|
i,
|
|
_$defaultConstructorMarker.pointer,
|
|
).reference,
|
|
);
|
|
}
|
|
|
|
static final _id_getStatus = _class.instanceMethodId(
|
|
r'getStatus',
|
|
r'()Leu/kanade/tachiyomi/animesource/model/Video$State;',
|
|
);
|
|
|
|
static final _getStatus =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final eu.kanade.tachiyomi.animesource.model.Video$State getStatus()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
Video$State getStatus() {
|
|
return _getStatus(
|
|
reference.pointer,
|
|
_id_getStatus as jni$_.JMethodIDPtr,
|
|
).object<Video$State>(const $Video$State$Type());
|
|
}
|
|
|
|
static final _id_setStatus = _class.instanceMethodId(
|
|
r'setStatus',
|
|
r'(Leu/kanade/tachiyomi/animesource/model/Video$State;)V',
|
|
);
|
|
|
|
static final _setStatus =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JThrowablePtr Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.VarArgs<(jni$_.Pointer<jni$_.Void>,)>,
|
|
)
|
|
>
|
|
>('globalEnv_CallVoidMethod')
|
|
.asFunction<
|
|
jni$_.JThrowablePtr Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final void setStatus(eu.kanade.tachiyomi.animesource.model.Video$State state)`
|
|
void setStatus(Video$State state) {
|
|
final _$state = state.reference;
|
|
_setStatus(
|
|
reference.pointer,
|
|
_id_setStatus as jni$_.JMethodIDPtr,
|
|
_$state.pointer,
|
|
).check();
|
|
}
|
|
|
|
static final _id_component1 = _class.instanceMethodId(
|
|
r'component1',
|
|
r'()Ljava/lang/String;',
|
|
);
|
|
|
|
static final _component1 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.lang.String component1()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JString component1() {
|
|
return _component1(
|
|
reference.pointer,
|
|
_id_component1 as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JString>(const jni$_.JStringType());
|
|
}
|
|
|
|
static final _id_component2 = _class.instanceMethodId(
|
|
r'component2',
|
|
r'()Ljava/lang/String;',
|
|
);
|
|
|
|
static final _component2 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.lang.String component2()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JString component2() {
|
|
return _component2(
|
|
reference.pointer,
|
|
_id_component2 as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JString>(const jni$_.JStringType());
|
|
}
|
|
|
|
static final _id_component3 = _class.instanceMethodId(
|
|
r'component3',
|
|
r'()Ljava/lang/Integer;',
|
|
);
|
|
|
|
static final _component3 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.lang.Integer component3()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JInteger? component3() {
|
|
return _component3(
|
|
reference.pointer,
|
|
_id_component3 as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JInteger?>(const jni$_.JIntegerNullableType());
|
|
}
|
|
|
|
static final _id_component4 = _class.instanceMethodId(
|
|
r'component4',
|
|
r'()Ljava/lang/Integer;',
|
|
);
|
|
|
|
static final _component4 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.lang.Integer component4()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JInteger? component4() {
|
|
return _component4(
|
|
reference.pointer,
|
|
_id_component4 as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JInteger?>(const jni$_.JIntegerNullableType());
|
|
}
|
|
|
|
static final _id_component5 = _class.instanceMethodId(
|
|
r'component5',
|
|
r'()Lokhttp3/Headers;',
|
|
);
|
|
|
|
static final _component5 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final okhttp3.Headers component5()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JObject? component5() {
|
|
return _component5(
|
|
reference.pointer,
|
|
_id_component5 as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JObject?>(const jni$_.JObjectNullableType());
|
|
}
|
|
|
|
static final _id_component6 = _class.instanceMethodId(r'component6', r'()Z');
|
|
|
|
static final _component6 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallBooleanMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final boolean component6()`
|
|
bool component6() {
|
|
return _component6(
|
|
reference.pointer,
|
|
_id_component6 as jni$_.JMethodIDPtr,
|
|
).boolean;
|
|
}
|
|
|
|
static final _id_component7 = _class.instanceMethodId(
|
|
r'component7',
|
|
r'()Ljava/util/List;',
|
|
);
|
|
|
|
static final _component7 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.util.List<eu.kanade.tachiyomi.animesource.model.Track> component7()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JList<jni$_.JObject> component7() {
|
|
return _component7(
|
|
reference.pointer,
|
|
_id_component7 as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JList<jni$_.JObject>>(
|
|
const jni$_.JListType<jni$_.JObject>(jni$_.JObjectType()),
|
|
);
|
|
}
|
|
|
|
static final _id_component8 = _class.instanceMethodId(
|
|
r'component8',
|
|
r'()Ljava/util/List;',
|
|
);
|
|
|
|
static final _component8 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.util.List<eu.kanade.tachiyomi.animesource.model.Track> component8()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JList<jni$_.JObject> component8() {
|
|
return _component8(
|
|
reference.pointer,
|
|
_id_component8 as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JList<jni$_.JObject>>(
|
|
const jni$_.JListType<jni$_.JObject>(jni$_.JObjectType()),
|
|
);
|
|
}
|
|
|
|
static final _id_component9 = _class.instanceMethodId(
|
|
r'component9',
|
|
r'()Ljava/util/List;',
|
|
);
|
|
|
|
static final _component9 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.util.List<eu.kanade.tachiyomi.animesource.model.TimeStamp> component9()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JList<jni$_.JObject> component9() {
|
|
return _component9(
|
|
reference.pointer,
|
|
_id_component9 as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JList<jni$_.JObject>>(
|
|
const jni$_.JListType<jni$_.JObject>(jni$_.JObjectType()),
|
|
);
|
|
}
|
|
|
|
static final _id_component10 = _class.instanceMethodId(
|
|
r'component10',
|
|
r'()Ljava/util/List;',
|
|
);
|
|
|
|
static final _component10 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.util.List<kotlin.Pair<java.lang.String, java.lang.String>> component10()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JList<jni$_.JObject> component10() {
|
|
return _component10(
|
|
reference.pointer,
|
|
_id_component10 as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JList<jni$_.JObject>>(
|
|
const jni$_.JListType<jni$_.JObject>(jni$_.JObjectType()),
|
|
);
|
|
}
|
|
|
|
static final _id_component11 = _class.instanceMethodId(
|
|
r'component11',
|
|
r'()Ljava/util/List;',
|
|
);
|
|
|
|
static final _component11 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.util.List<kotlin.Pair<java.lang.String, java.lang.String>> component11()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JList<jni$_.JObject> component11() {
|
|
return _component11(
|
|
reference.pointer,
|
|
_id_component11 as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JList<jni$_.JObject>>(
|
|
const jni$_.JListType<jni$_.JObject>(jni$_.JObjectType()),
|
|
);
|
|
}
|
|
|
|
static final _id_component12 = _class.instanceMethodId(
|
|
r'component12',
|
|
r'()Ljava/util/List;',
|
|
);
|
|
|
|
static final _component12 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.util.List<kotlin.Pair<java.lang.String, java.lang.String>> component12()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JList<jni$_.JObject> component12() {
|
|
return _component12(
|
|
reference.pointer,
|
|
_id_component12 as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JList<jni$_.JObject>>(
|
|
const jni$_.JListType<jni$_.JObject>(jni$_.JObjectType()),
|
|
);
|
|
}
|
|
|
|
static final _id_component13 = _class.instanceMethodId(
|
|
r'component13',
|
|
r'()Ljava/lang/String;',
|
|
);
|
|
|
|
static final _component13 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final java.lang.String component13()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JString component13() {
|
|
return _component13(
|
|
reference.pointer,
|
|
_id_component13 as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JString>(const jni$_.JStringType());
|
|
}
|
|
|
|
static final _id_component14 = _class.instanceMethodId(
|
|
r'component14',
|
|
r'()Z',
|
|
);
|
|
|
|
static final _component14 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallBooleanMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final boolean component14()`
|
|
bool component14() {
|
|
return _component14(
|
|
reference.pointer,
|
|
_id_component14 as jni$_.JMethodIDPtr,
|
|
).boolean;
|
|
}
|
|
|
|
static final _id_copy = _class.instanceMethodId(
|
|
r'copy',
|
|
r'(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Integer;Ljava/lang/Integer;Lokhttp3/Headers;ZLjava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/util/List;Ljava/lang/String;Z)Leu/kanade/tachiyomi/animesource/model/Video;',
|
|
);
|
|
|
|
static final _copy =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.VarArgs<
|
|
(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Int32,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Int32,
|
|
)
|
|
>,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
int,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
int,
|
|
)
|
|
>();
|
|
|
|
/// from: `public final eu.kanade.tachiyomi.animesource.model.Video copy(java.lang.String string, java.lang.String string1, java.lang.Integer integer, java.lang.Integer integer1, okhttp3.Headers headers, boolean z, java.util.List<eu.kanade.tachiyomi.animesource.model.Track> list, java.util.List<eu.kanade.tachiyomi.animesource.model.Track> list1, java.util.List<eu.kanade.tachiyomi.animesource.model.TimeStamp> list2, java.util.List<kotlin.Pair<java.lang.String, java.lang.String>> list3, java.util.List<kotlin.Pair<java.lang.String, java.lang.String>> list4, java.util.List<kotlin.Pair<java.lang.String, java.lang.String>> list5, java.lang.String string2, boolean z1)`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
JVideo copy(
|
|
jni$_.JString string,
|
|
jni$_.JString string1,
|
|
jni$_.JInteger? integer,
|
|
jni$_.JInteger? integer1,
|
|
jni$_.JObject? headers,
|
|
bool z,
|
|
jni$_.JList<jni$_.JObject> list,
|
|
jni$_.JList<jni$_.JObject> list1,
|
|
jni$_.JList<jni$_.JObject> list2,
|
|
jni$_.JList<jni$_.JObject> list3,
|
|
jni$_.JList<jni$_.JObject> list4,
|
|
jni$_.JList<jni$_.JObject> list5,
|
|
jni$_.JString string2,
|
|
bool z1,
|
|
) {
|
|
final _$string = string.reference;
|
|
final _$string1 = string1.reference;
|
|
final _$integer = integer?.reference ?? jni$_.jNullReference;
|
|
final _$integer1 = integer1?.reference ?? jni$_.jNullReference;
|
|
final _$headers = headers?.reference ?? jni$_.jNullReference;
|
|
final _$list = list.reference;
|
|
final _$list1 = list1.reference;
|
|
final _$list2 = list2.reference;
|
|
final _$list3 = list3.reference;
|
|
final _$list4 = list4.reference;
|
|
final _$list5 = list5.reference;
|
|
final _$string2 = string2.reference;
|
|
return _copy(
|
|
reference.pointer,
|
|
_id_copy as jni$_.JMethodIDPtr,
|
|
_$string.pointer,
|
|
_$string1.pointer,
|
|
_$integer.pointer,
|
|
_$integer1.pointer,
|
|
_$headers.pointer,
|
|
z ? 1 : 0,
|
|
_$list.pointer,
|
|
_$list1.pointer,
|
|
_$list2.pointer,
|
|
_$list3.pointer,
|
|
_$list4.pointer,
|
|
_$list5.pointer,
|
|
_$string2.pointer,
|
|
z1 ? 1 : 0,
|
|
).object<JVideo>(const $Video$Type());
|
|
}
|
|
|
|
static final _id_toString$1 = _class.instanceMethodId(
|
|
r'toString',
|
|
r'()Ljava/lang/String;',
|
|
);
|
|
|
|
static final _toString$1 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallObjectMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public java.lang.String toString()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
jni$_.JString toString$1() {
|
|
return _toString$1(
|
|
reference.pointer,
|
|
_id_toString$1 as jni$_.JMethodIDPtr,
|
|
).object<jni$_.JString>(const jni$_.JStringType());
|
|
}
|
|
|
|
static final _id_hashCode$1 = _class.instanceMethodId(r'hashCode', r'()I');
|
|
|
|
static final _hashCode$1 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_CallIntMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public int hashCode()`
|
|
int hashCode$1() {
|
|
return _hashCode$1(
|
|
reference.pointer,
|
|
_id_hashCode$1 as jni$_.JMethodIDPtr,
|
|
).integer;
|
|
}
|
|
|
|
static final _id_equals = _class.instanceMethodId(
|
|
r'equals',
|
|
r'(Ljava/lang/Object;)Z',
|
|
);
|
|
|
|
static final _equals =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.VarArgs<(jni$_.Pointer<jni$_.Void>,)>,
|
|
)
|
|
>
|
|
>('globalEnv_CallBooleanMethod')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
jni$_.Pointer<jni$_.Void>,
|
|
)
|
|
>();
|
|
|
|
/// from: `public boolean equals(java.lang.Object object)`
|
|
bool equals(jni$_.JObject? object) {
|
|
final _$object = object?.reference ?? jni$_.jNullReference;
|
|
return _equals(
|
|
reference.pointer,
|
|
_id_equals as jni$_.JMethodIDPtr,
|
|
_$object.pointer,
|
|
).boolean;
|
|
}
|
|
|
|
static final _id_new$6 = _class.constructorId(r'()V');
|
|
|
|
static final _new$6 =
|
|
jni$_.ProtectedJniExtensions.lookup<
|
|
jni$_.NativeFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>
|
|
>('globalEnv_NewObject')
|
|
.asFunction<
|
|
jni$_.JniResult Function(
|
|
jni$_.Pointer<jni$_.Void>,
|
|
jni$_.JMethodIDPtr,
|
|
)
|
|
>();
|
|
|
|
/// from: `public void <init>()`
|
|
/// The returned object must be released after use, by calling the [release] method.
|
|
factory JVideo.new$6() {
|
|
return JVideo.fromReference(
|
|
_new$6(
|
|
_class.reference.pointer,
|
|
_id_new$6 as jni$_.JMethodIDPtr,
|
|
).reference,
|
|
);
|
|
}
|
|
}
|
|
|
|
final class $Video$NullableType extends jni$_.JObjType<JVideo?> {
|
|
@jni$_.internal
|
|
const $Video$NullableType();
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
String get signature => r'Leu/kanade/tachiyomi/animesource/model/Video;';
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
JVideo? fromReference(jni$_.JReference reference) =>
|
|
reference.isNull ? null : JVideo.fromReference(reference);
|
|
@jni$_.internal
|
|
@core$_.override
|
|
jni$_.JObjType get superType => const jni$_.JObjectType();
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
jni$_.JObjType<JVideo?> get nullableType => this;
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
final superCount = 1;
|
|
|
|
@core$_.override
|
|
int get hashCode => ($Video$NullableType).hashCode;
|
|
|
|
@core$_.override
|
|
bool operator ==(Object other) {
|
|
return other.runtimeType == ($Video$NullableType) &&
|
|
other is $Video$NullableType;
|
|
}
|
|
}
|
|
|
|
final class $Video$Type extends jni$_.JObjType<JVideo> {
|
|
@jni$_.internal
|
|
const $Video$Type();
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
String get signature => r'Leu/kanade/tachiyomi/animesource/model/Video;';
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
JVideo fromReference(jni$_.JReference reference) =>
|
|
JVideo.fromReference(reference);
|
|
@jni$_.internal
|
|
@core$_.override
|
|
jni$_.JObjType get superType => const jni$_.JObjectType();
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
jni$_.JObjType<JVideo?> get nullableType => const $Video$NullableType();
|
|
|
|
@jni$_.internal
|
|
@core$_.override
|
|
final superCount = 1;
|
|
|
|
@core$_.override
|
|
int get hashCode => ($Video$Type).hashCode;
|
|
|
|
@core$_.override
|
|
bool operator ==(Object other) {
|
|
return other.runtimeType == ($Video$Type) && other is $Video$Type;
|
|
}
|
|
}
|