mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
64 lines
1.7 KiB
Smali
64 lines
1.7 KiB
Smali
.class Lorg/webrtc/VideoEncoderWrapper;
|
|
.super Ljava/lang/Object;
|
|
.source "VideoEncoderWrapper.java"
|
|
|
|
|
|
# direct methods
|
|
.method constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 20
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method static createEncoderCallback(J)Lorg/webrtc/VideoEncoder$Callback;
|
|
.locals 1
|
|
|
|
.line 40
|
|
new-instance v0, Lorg/webrtc/VideoEncoderWrapper$$ExternalSyntheticLambda0;
|
|
|
|
invoke-direct {v0, p0, p1}, Lorg/webrtc/VideoEncoderWrapper$$ExternalSyntheticLambda0;-><init>(J)V
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method static getScalingSettingsHigh(Lorg/webrtc/VideoEncoder$ScalingSettings;)Ljava/lang/Integer;
|
|
.locals 0
|
|
|
|
.line 35
|
|
iget-object p0, p0, Lorg/webrtc/VideoEncoder$ScalingSettings;->high:Ljava/lang/Integer;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method static getScalingSettingsLow(Lorg/webrtc/VideoEncoder$ScalingSettings;)Ljava/lang/Integer;
|
|
.locals 0
|
|
|
|
.line 29
|
|
iget-object p0, p0, Lorg/webrtc/VideoEncoder$ScalingSettings;->low:Ljava/lang/Integer;
|
|
|
|
return-object p0
|
|
.end method
|
|
|
|
.method static getScalingSettingsOn(Lorg/webrtc/VideoEncoder$ScalingSettings;)Z
|
|
.locals 0
|
|
|
|
.line 23
|
|
iget-boolean p0, p0, Lorg/webrtc/VideoEncoder$ScalingSettings;->on:Z
|
|
|
|
return p0
|
|
.end method
|
|
|
|
.method static synthetic lambda$createEncoderCallback$0(JLorg/webrtc/EncodedImage;Lorg/webrtc/VideoEncoder$CodecSpecificInfo;)V
|
|
.locals 0
|
|
|
|
.line 41
|
|
invoke-static {p0, p1, p2}, Lorg/webrtc/VideoEncoderWrapper;->nativeOnEncodedFrame(JLorg/webrtc/EncodedImage;)V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private static native nativeOnEncodedFrame(JLorg/webrtc/EncodedImage;)V
|
|
.end method
|