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

15 lines
336 B
Smali

.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