Package com.twilio.video
Interface CaptureRequestUpdater
public interface CaptureRequestUpdater
Interface for updating the
CaptureRequest
of a Camera2Capturer
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(android.hardware.camera2.CaptureRequest.Builder captureRequestBuilder) Invoked when theCaptureRequest
is available for modification.
-
Method Details
-
apply
void apply(@NonNull android.hardware.camera2.CaptureRequest.Builder captureRequestBuilder) Invoked when theCaptureRequest
is available for modification.The provided
CaptureRequest.Builder
is pre-configured with optimal settings to capture video for video streaming.- Parameters:
captureRequestBuilder
- the current capture request builder for theCameraCaptureSession
associated with theCamera2Capturer
.
-