apkfuckery/com.discord/smali_classes2/org/webrtc/VideoEncoder.smali

62 lines
2 KiB
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public interface abstract Lorg/webrtc/VideoEncoder;
.super Ljava/lang/Object;
.source "VideoEncoder.java"
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lorg/webrtc/VideoEncoder$Callback;,
Lorg/webrtc/VideoEncoder$ScalingSettings;,
Lorg/webrtc/VideoEncoder$BitrateAllocation;,
Lorg/webrtc/VideoEncoder$CodecSpecificInfoH264;,
Lorg/webrtc/VideoEncoder$CodecSpecificInfoVP9;,
Lorg/webrtc/VideoEncoder$CodecSpecificInfoVP8;,
Lorg/webrtc/VideoEncoder$CodecSpecificInfo;,
Lorg/webrtc/VideoEncoder$EncodeInfo;,
Lorg/webrtc/VideoEncoder$Settings;
}
.end annotation
# virtual methods
2019-12-06 03:29:40 +00:00
.method public abstract createNativeVideoEncoder()J
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
.end method
2019-07-24 11:27:29 +00:00
.method public abstract encode(Lorg/webrtc/VideoFrame;Lorg/webrtc/VideoEncoder$EncodeInfo;)Lorg/webrtc/VideoCodecStatus;
2019-12-06 03:29:40 +00:00
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
2019-07-24 11:27:29 +00:00
.end method
.method public abstract getImplementationName()Ljava/lang/String;
2019-12-06 03:29:40 +00:00
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
2019-07-24 11:27:29 +00:00
.end method
.method public abstract getScalingSettings()Lorg/webrtc/VideoEncoder$ScalingSettings;
2019-12-06 03:29:40 +00:00
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
2019-07-24 11:27:29 +00:00
.end method
.method public abstract initEncode(Lorg/webrtc/VideoEncoder$Settings;Lorg/webrtc/VideoEncoder$Callback;)Lorg/webrtc/VideoCodecStatus;
2019-12-06 03:29:40 +00:00
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
2019-07-24 11:27:29 +00:00
.end method
2019-12-06 03:29:40 +00:00
.method public abstract isHardwareEncoder()Z
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
2019-07-24 11:27:29 +00:00
.end method
2019-12-06 03:29:40 +00:00
.method public abstract release()Lorg/webrtc/VideoCodecStatus;
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
2019-07-24 11:27:29 +00:00
.end method
.method public abstract setRateAllocation(Lorg/webrtc/VideoEncoder$BitrateAllocation;I)Lorg/webrtc/VideoCodecStatus;
2019-12-06 03:29:40 +00:00
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
2019-07-24 11:27:29 +00:00
.end method