CameraCapturer

class CameraCapturer(context: Context, source: VideoSource, rootEglBase: EglBase, videoParameters: VideoParameters, cameraName: String?) : Capturer, CameraVideoCapturer.CameraSwitchHandler

Constructors

Link copied to clipboard
constructor(context: Context, source: VideoSource, rootEglBase: EglBase, videoParameters: VideoParameters, cameraName: String?)

Functions

Link copied to clipboard
open override fun capturer(): VideoCapturer
Link copied to clipboard
Link copied to clipboard
open override fun onCameraSwitchDone(isFrontCamera: Boolean)
Link copied to clipboard
open override fun onCameraSwitchError(errorDescription: String?)
Link copied to clipboard
open override fun startCapture()
Link copied to clipboard
open override fun stopCapture()
Link copied to clipboard
fun switchCamera(deviceName: String)