mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
31 lines
804 B
Smali
31 lines
804 B
Smali
.class public interface abstract Lorg/webrtc/CameraSession$Events;
|
|
.super Ljava/lang/Object;
|
|
.source "CameraSession.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lorg/webrtc/CameraSession;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x609
|
|
name = "Events"
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract onCameraClosed(Lorg/webrtc/CameraSession;)V
|
|
.end method
|
|
|
|
.method public abstract onCameraDisconnected(Lorg/webrtc/CameraSession;)V
|
|
.end method
|
|
|
|
.method public abstract onCameraError(Lorg/webrtc/CameraSession;Ljava/lang/String;)V
|
|
.end method
|
|
|
|
.method public abstract onCameraOpening()V
|
|
.end method
|
|
|
|
.method public abstract onFrameCaptured(Lorg/webrtc/CameraSession;Lorg/webrtc/VideoFrame;)V
|
|
.end method
|