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

11 lines
267 B
Smali
Raw Normal View History

2020-05-17 12:40:10 +00:00
.class public interface abstract Lorg/webrtc/VideoSink;
.super Ljava/lang/Object;
.source "VideoSink.java"
# virtual methods
.method public abstract onFrame(Lorg/webrtc/VideoFrame;)V
.annotation build Lorg/webrtc/CalledByNative;
.end annotation
.end method