CapturerObserver.smali
.class public interface abstract Lorg/webrtc/CapturerObserver;
.super Ljava/lang/Object;
.source "SourceFile"
# 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