Package tvi.webrtc
Interface CameraSession
-
- All Known Implementing Classes:
Camera1Session
,Camera2Session
public interface CameraSession
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
CameraSession.CreateSessionCallback
static interface
CameraSession.Events
static class
CameraSession.FailureType
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static VideoFrame.TextureBuffer
createTextureBufferWithModifiedTransformMatrix(TextureBufferImpl buffer, boolean mirror, int rotation)
static int
getDeviceOrientation(android.content.Context context)
void
stop()
Stops the capture.
-
-
-
Method Detail
-
stop
void stop()
Stops the capture. Waits until no more calls to capture observer will be made. If waitCameraStop is true, also waits for the camera to stop.
-
getDeviceOrientation
static int getDeviceOrientation(android.content.Context context)
-
createTextureBufferWithModifiedTransformMatrix
static VideoFrame.TextureBuffer createTextureBufferWithModifiedTransformMatrix(TextureBufferImpl buffer, boolean mirror, int rotation)
-
-