Changes of com.discord v1349
This commit is contained in:
parent
ee3363e6d6
commit
3f4974bc38
11672 changed files with 479129 additions and 478996 deletions
49
com.discord/smali_classes2/d0/c/l0.smali
Normal file
49
com.discord/smali_classes2/d0/c/l0.smali
Normal file
|
@ -0,0 +1,49 @@
|
|||
.class public final synthetic Ld0/c/l0;
|
||||
.super Ljava/lang/Object;
|
||||
.source "VideoDecoderFactory.java"
|
||||
|
||||
|
||||
# direct methods
|
||||
.method public static $default$createDecoder(Lorg/webrtc/VideoDecoderFactory;Ljava/lang/String;)Lorg/webrtc/VideoDecoder;
|
||||
.locals 1
|
||||
.param p0, "_this" # Lorg/webrtc/VideoDecoderFactory;
|
||||
.annotation runtime Ljava/lang/Deprecated;
|
||||
.end annotation
|
||||
|
||||
new-instance p1, Ljava/lang/UnsupportedOperationException;
|
||||
|
||||
const-string v0, "Deprecated and not implemented."
|
||||
|
||||
invoke-direct {p1, v0}, Ljava/lang/UnsupportedOperationException;-><init>(Ljava/lang/String;)V
|
||||
|
||||
throw p1
|
||||
.end method
|
||||
|
||||
.method public static $default$createDecoder(Lorg/webrtc/VideoDecoderFactory;Lorg/webrtc/VideoCodecInfo;)Lorg/webrtc/VideoDecoder;
|
||||
.locals 0
|
||||
.param p0, "_this" # Lorg/webrtc/VideoDecoderFactory;
|
||||
.annotation build Lorg/webrtc/CalledByNative;
|
||||
.end annotation
|
||||
|
||||
invoke-virtual {p1}, Lorg/webrtc/VideoCodecInfo;->getName()Ljava/lang/String;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
invoke-interface {p0, p1}, Lorg/webrtc/VideoDecoderFactory;->createDecoder(Ljava/lang/String;)Lorg/webrtc/VideoDecoder;
|
||||
|
||||
move-result-object p1
|
||||
|
||||
return-object p1
|
||||
.end method
|
||||
|
||||
.method public static $default$getSupportedCodecs(Lorg/webrtc/VideoDecoderFactory;)[Lorg/webrtc/VideoCodecInfo;
|
||||
.locals 1
|
||||
.annotation build Lorg/webrtc/CalledByNative;
|
||||
.end annotation
|
||||
|
||||
const/4 v0, 0x0
|
||||
|
||||
new-array v0, v0, [Lorg/webrtc/VideoCodecInfo;
|
||||
|
||||
return-object v0
|
||||
.end method
|
Loading…
Add table
Add a link
Reference in a new issue