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

15 lines
336 B
Smali
Raw Normal View History

2020-11-12 02:11:44 +00:00
.class public interface abstract Lorg/webrtc/CapturerObserver;
.super Ljava/lang/Object;
.source "CapturerObserver.java"
# virtual methods
.method public abstract onCapturerStarted(Z)V
.end method
.method public abstract onCapturerStopped()V
.end method
.method public abstract onFrameCaptured(Lorg/webrtc/VideoFrame;)V
.end method