Rabbit-R1/switch port/smali/smali_classes3/org/webrtc/CapturerObserver.smali

15 lines
336 B
Smali
Raw Normal View History

2024-05-21 21:08:36 +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