|
void | onCameraOpening () |
|
void | onCameraError (CameraSession session, String error) |
|
void | onCameraDisconnected (CameraSession session) |
|
void | onCameraClosed (CameraSession session) |
|
void | onByteBufferFrameCaptured (CameraSession session, byte[] data, int width, int height, int rotation, long timestamp) |
|
void | onTextureFrameCaptured (CameraSession session, int width, int height, int oesTextureId, float[] transformMatrix, int rotation, long timestamp) |
|
◆ onByteBufferFrameCaptured()
void org.webrtc.CameraSession.Events.onByteBufferFrameCaptured |
( |
CameraSession |
session, |
|
|
byte [] |
data, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
rotation, |
|
|
long |
timestamp |
|
) |
| |
◆ onCameraClosed()
void org.webrtc.CameraSession.Events.onCameraClosed |
( |
CameraSession |
session | ) |
|
◆ onCameraDisconnected()
void org.webrtc.CameraSession.Events.onCameraDisconnected |
( |
CameraSession |
session | ) |
|
◆ onCameraError()
void org.webrtc.CameraSession.Events.onCameraError |
( |
CameraSession |
session, |
|
|
String |
error |
|
) |
| |
◆ onCameraOpening()
void org.webrtc.CameraSession.Events.onCameraOpening |
( |
| ) |
|
◆ onTextureFrameCaptured()
void org.webrtc.CameraSession.Events.onTextureFrameCaptured |
( |
CameraSession |
session, |
|
|
int |
width, |
|
|
int |
height, |
|
|
int |
oesTextureId, |
|
|
float [] |
transformMatrix, |
|
|
int |
rotation, |
|
|
long |
timestamp |
|
) |
| |
The documentation for this interface was generated from the following file:
- Source/ThirdParty/libwebrtc/Source/webrtc/sdk/android/src/java/org/webrtc/CameraSession.java