CapturerObserver.smali

.class public interface abstract Lio/agora/base/internal/video/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(Lio/agora/base/VideoFrame;)V
.end method