Files
rr3-apk/smali_classes2/com/facebook/ads/internal/api/MediaViewVideoRendererApi.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

74 lines
1.7 KiB
Smali

.class public interface abstract Lcom/facebook/ads/internal/api/MediaViewVideoRendererApi;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/facebook/ads/internal/api/AdComponentViewApiProvider;
# annotations
.annotation build Landroidx/annotation/Keep;
.end annotation
# virtual methods
.method public abstract destroy()V
.end method
.method public abstract disengageSeek(Lcom/facebook/ads/VideoStartReason;)V
.end method
.method public abstract engageSeek()V
.end method
.method public abstract getCurrentTimeMs()I
.annotation build Landroidx/annotation/IntRange;
from = 0x0L
.end annotation
.end method
.method public abstract getDuration()I
.annotation build Landroidx/annotation/IntRange;
from = 0x0L
.end annotation
.end method
.method public abstract getVideoView()Landroid/view/View;
.end method
.method public abstract getVolume()F
.annotation build Landroidx/annotation/FloatRange;
from = 0.0
to = 1.0
.end annotation
.end method
.method public abstract initialize(Lcom/facebook/ads/internal/api/AdViewConstructorParams;Lcom/facebook/ads/MediaViewVideoRenderer;)V
.end method
.method public abstract pause(Z)V
.end method
.method public abstract play(Lcom/facebook/ads/VideoStartReason;)V
.end method
.method public abstract seekTo(I)V
.param p1 # I
.annotation build Landroidx/annotation/IntRange;
from = 0x0L
.end annotation
.end param
.end method
.method public abstract setVolume(F)V
.param p1 # F
.annotation build Landroidx/annotation/FloatRange;
from = 0.0
to = 1.0
.end annotation
.end param
.end method
.method public abstract shouldAutoplay()Z
.end method