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)
CapturerObserver
onCapturerStarted
in interface CapturerObserver
public void onCapturerStopped()
CapturerObserver
onCapturerStopped
in interface CapturerObserver
public void onFrameCaptured(VideoFrame frame)
CapturerObserver
onFrameCaptured
in interface CapturerObserver