webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
void | onCapturerStarted (boolean success) |
void | onCapturerStopped () |
void | onByteBufferFrameCaptured (byte[] data, int width, int height, int rotation, long timeStamp) |
void | onTextureFrameCaptured (int width, int height, int oesTextureId, float[] transformMatrix, int rotation, long timestamp) |
void org.webrtc.VideoCapturer.CapturerObserver.onByteBufferFrameCaptured | ( | byte [] | data, |
int | width, | ||
int | height, | ||
int | rotation, | ||
long | timeStamp | ||
) |
Implemented in org.webrtc.FileVideoCapturerTest.MockCapturerObserver.
Implemented in org.webrtc.FileVideoCapturerTest.MockCapturerObserver.
void org.webrtc.VideoCapturer.CapturerObserver.onCapturerStopped | ( | ) |
Implemented in org.webrtc.FileVideoCapturerTest.MockCapturerObserver.
void org.webrtc.VideoCapturer.CapturerObserver.onTextureFrameCaptured | ( | int | width, |
int | height, | ||
int | oesTextureId, | ||
float [] | transformMatrix, | ||
int | rotation, | ||
long | timestamp | ||
) |
Implemented in org.webrtc.FileVideoCapturerTest.MockCapturerObserver.