public static interface VideoCapturer.CapturerObserver
限定符和类型 | 方法和说明 |
---|---|
default void |
onByteBufferFrameCaptured(byte[] data,
int width,
int height,
int rotation,
long timeStamp)
已过时。
|
void |
onCapturerStarted(boolean success) |
void |
onCapturerStopped() |
void |
onFrameCaptured(VideoFrame frame) |
default void |
onTextureFrameCaptured(int width,
int height,
int oesTextureId,
float[] transformMatrix,
int rotation,
long timestamp)
已过时。
|
void onCapturerStarted(boolean success)
void onCapturerStopped()
@Deprecated default void onByteBufferFrameCaptured(byte[] data, int width, int height, int rotation, long timeStamp)
@Deprecated default void onTextureFrameCaptured(int width, int height, int oesTextureId, float[] transformMatrix, int rotation, long timestamp)
void onFrameCaptured(VideoFrame frame)