Files
rr3-apk/smali_classes2/com/google/android/gms/games/video/VideoConfiguration$Builder.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03: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