public class NativeCapturerObserver extends java.lang.Object implements CapturerObserver
| Constructor and Description |
|---|
NativeCapturerObserver(long nativeSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
onCapturerStarted(boolean success)
Notify if the capturer have been started successfully or not.
|
void |
onCapturerStopped()
Notify that the capturer has been stopped.
|
void |
onFrameCaptured(VideoFrame frame)
Delivers a captured frame.
|
public void onCapturerStarted(boolean success)
CapturerObserveronCapturerStarted in interface CapturerObserverpublic void onCapturerStopped()
CapturerObserveronCapturerStopped in interface CapturerObserverpublic void onFrameCaptured(VideoFrame frame)
CapturerObserveronFrameCaptured in interface CapturerObserver