Rabbit-R1/switch port/smali/smali_classes3/org/webrtc/CapturerObserver.smali
2024-05-21 17:08:36 -04:00

14 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