webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
This is the complete list of members for org.webrtc.VideoCapturerAndroid, including all inherited members.
changeCaptureFormat(final int width, final int height, final int framerate) | org.webrtc.VideoCapturerAndroid | inline |
create(String name, CameraEventsHandler eventsHandler) | org.webrtc.VideoCapturerAndroid | inlinestatic |
create(String name, CameraEventsHandler eventsHandler, boolean captureToTexture) | org.webrtc.VideoCapturerAndroid | inlinestatic |
dispose() | org.webrtc.VideoCapturerAndroid | inline |
initialize(SurfaceTextureHelper surfaceTextureHelper, Context applicationContext, CapturerObserver frameObserver) | org.webrtc.VideoCapturerAndroid | inline |
isCapturingToTexture() | org.webrtc.VideoCapturerAndroid | inline |
isScreencast() | org.webrtc.VideoCapturerAndroid | inline |
onPreviewFrame(byte[] data, android.hardware.Camera callbackCamera) | org.webrtc.VideoCapturerAndroid | inline |
onTextureFrameAvailable(int oesTextureId, float[] transformMatrix, long timestampNs) | org.webrtc.VideoCapturerAndroid | inline |
printStackTrace() | org.webrtc.VideoCapturerAndroid | inline |
startCapture(final int width, final int height, final int framerate) | org.webrtc.VideoCapturerAndroid | inline |
stopCapture() | org.webrtc.VideoCapturerAndroid | inline |
switchCamera(final CameraSwitchHandler switchEventsHandler) | org.webrtc.VideoCapturerAndroid | inline |
VideoCapturerAndroid(String cameraName, CameraEventsHandler eventsHandler, boolean captureToTexture) | org.webrtc.VideoCapturerAndroid | inline |