VideoEncoderWrapper.smali
.class Lorg/webrtc/VideoEncoderWrapper;
.super Ljava/lang/Object;
.source "SourceFile"
# direct methods
.method public constructor <init>()V
.registers 1
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static synthetic a(JLorg/webrtc/EncodedImage;Lorg/webrtc/VideoEncoder$CodecSpecificInfo;)V
.registers 4
invoke-static {p0, p1, p2, p3}, Lorg/webrtc/VideoEncoderWrapper;->lambda$createEncoderCallback$0(JLorg/webrtc/EncodedImage;Lorg/webrtc/VideoEncoder$CodecSpecificInfo;)V
return-void
.end method
.method public static createEncoderCallback(J)Lorg/webrtc/VideoEncoder$Callback;
.registers 3
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
new-instance v0, Lorg/webrtc/v;
invoke-direct {v0, p0, p1}, Lorg/webrtc/v;-><init>(J)V
return-object v0
.end method
.method public static getScalingSettingsHigh(Lorg/webrtc/VideoEncoder$ScalingSettings;)Ljava/lang/Integer;
.registers 1
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
iget-object p0, p0, Lorg/webrtc/VideoEncoder$ScalingSettings;->high:Ljava/lang/Integer;
return-object p0
.end method
.method public static getScalingSettingsLow(Lorg/webrtc/VideoEncoder$ScalingSettings;)Ljava/lang/Integer;
.registers 1
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
iget-object p0, p0, Lorg/webrtc/VideoEncoder$ScalingSettings;->low:Ljava/lang/Integer;
return-object p0
.end method
.method public static getScalingSettingsOn(Lorg/webrtc/VideoEncoder$ScalingSettings;)Z
.registers 1
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
iget-boolean p0, p0, Lorg/webrtc/VideoEncoder$ScalingSettings;->on:Z
return p0
.end method
.method private static synthetic lambda$createEncoderCallback$0(JLorg/webrtc/EncodedImage;Lorg/webrtc/VideoEncoder$CodecSpecificInfo;)V
.registers 4
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