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

11 lines
267 B
Smali

.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