Files
rr3-apk/smali_classes2/com/google/android/gms/games/video/VideoConfiguration$Builder.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

112 lines
3.1 KiB
Smali

.class public final Lcom/google/android/gms/games/video/VideoConfiguration$Builder;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/gms/games/video/VideoConfiguration;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "Builder"
.end annotation
# instance fields
.field private zza:I
.field private zzb:I
.field private zzc:Z
.field private zzd:Z
# direct methods
.method public constructor <init>(II)V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput p1, p0, Lcom/google/android/gms/games/video/VideoConfiguration$Builder;->zza:I
iput p2, p0, Lcom/google/android/gms/games/video/VideoConfiguration$Builder;->zzb:I
const/4 p1, 0x1
iput-boolean p1, p0, Lcom/google/android/gms/games/video/VideoConfiguration$Builder;->zzc:Z
iput-boolean p1, p0, Lcom/google/android/gms/games/video/VideoConfiguration$Builder;->zzd:Z
return-void
.end method
# virtual methods
.method public build()Lcom/google/android/gms/games/video/VideoConfiguration;
.locals 7
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v6, Lcom/google/android/gms/games/video/VideoConfiguration;
iget v1, p0, Lcom/google/android/gms/games/video/VideoConfiguration$Builder;->zza:I
iget v2, p0, Lcom/google/android/gms/games/video/VideoConfiguration$Builder;->zzb:I
const/4 v3, 0x1
iget-boolean v4, p0, Lcom/google/android/gms/games/video/VideoConfiguration$Builder;->zzc:Z
iget-boolean v5, p0, Lcom/google/android/gms/games/video/VideoConfiguration$Builder;->zzd:Z
move-object v0, v6
invoke-direct/range {v0 .. v5}, Lcom/google/android/gms/games/video/VideoConfiguration;-><init>(IIZZZ)V
return-object v6
.end method
.method public setCameraEnabled(Z)Lcom/google/android/gms/games/video/VideoConfiguration$Builder;
.locals 0
.annotation build Landroidx/annotation/NonNull;
.end annotation
iput-boolean p1, p0, Lcom/google/android/gms/games/video/VideoConfiguration$Builder;->zzc:Z
return-object p0
.end method
.method public setCaptureMode(I)Lcom/google/android/gms/games/video/VideoConfiguration$Builder;
.locals 0
.annotation build Landroidx/annotation/NonNull;
.end annotation
iput p1, p0, Lcom/google/android/gms/games/video/VideoConfiguration$Builder;->zzb:I
return-object p0
.end method
.method public setMicEnabled(Z)Lcom/google/android/gms/games/video/VideoConfiguration$Builder;
.locals 0
.annotation build Landroidx/annotation/NonNull;
.end annotation
iput-boolean p1, p0, Lcom/google/android/gms/games/video/VideoConfiguration$Builder;->zzd:Z
return-object p0
.end method
.method public setQualityLevel(I)Lcom/google/android/gms/games/video/VideoConfiguration$Builder;
.locals 0
.annotation build Landroidx/annotation/NonNull;
.end annotation
iput p1, p0, Lcom/google/android/gms/games/video/VideoConfiguration$Builder;->zza:I
return-object p0
.end method