mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-28 01:52:26 -06:00
10 lines
211 B
Java
10 lines
211 B
Java
package org.webrtc;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public interface CapturerObserver {
|
|
void onCapturerStarted(boolean z);
|
|
|
|
void onCapturerStopped();
|
|
|
|
void onFrameCaptured(VideoFrame videoFrame);
|
|
}
|