- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
53 lines
1.5 KiB
Smali
53 lines
1.5 KiB
Smali
.class public interface abstract Lcom/mbridge/msdk/playercommon/exoplayer2/RendererCapabilities;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# static fields
|
|
.field public static final ADAPTIVE_NOT_SEAMLESS:I = 0x8
|
|
|
|
.field public static final ADAPTIVE_NOT_SUPPORTED:I = 0x0
|
|
|
|
.field public static final ADAPTIVE_SEAMLESS:I = 0x10
|
|
|
|
.field public static final ADAPTIVE_SUPPORT_MASK:I = 0x18
|
|
|
|
.field public static final FORMAT_EXCEEDS_CAPABILITIES:I = 0x3
|
|
|
|
.field public static final FORMAT_HANDLED:I = 0x4
|
|
|
|
.field public static final FORMAT_SUPPORT_MASK:I = 0x7
|
|
|
|
.field public static final FORMAT_UNSUPPORTED_DRM:I = 0x2
|
|
|
|
.field public static final FORMAT_UNSUPPORTED_SUBTYPE:I = 0x1
|
|
|
|
.field public static final FORMAT_UNSUPPORTED_TYPE:I = 0x0
|
|
|
|
.field public static final TUNNELING_NOT_SUPPORTED:I = 0x0
|
|
|
|
.field public static final TUNNELING_SUPPORTED:I = 0x20
|
|
|
|
.field public static final TUNNELING_SUPPORT_MASK:I = 0x20
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getTrackType()I
|
|
.end method
|
|
|
|
.method public abstract supportsFormat(Lcom/mbridge/msdk/playercommon/exoplayer2/Format;)I
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/mbridge/msdk/playercommon/exoplayer2/ExoPlaybackException;
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract supportsMixedMimeTypeAdaptation()I
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Lcom/mbridge/msdk/playercommon/exoplayer2/ExoPlaybackException;
|
|
}
|
|
.end annotation
|
|
.end method
|