Package com.twilio.video
Interface CaptureRequestUpdater
-
public interface CaptureRequestUpdaterInterface for updating theCaptureRequestof aCamera2Capturer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(android.hardware.camera2.CaptureRequest.Builder captureRequestBuilder)Invoked when theCaptureRequestis available for modification.
-
-
-
Method Detail
-
apply
void apply(@NonNull android.hardware.camera2.CaptureRequest.Builder captureRequestBuilder)Invoked when theCaptureRequestis available for modification.The provided
CaptureRequest.Builderis pre-configured with optimal settings to capture video for video streaming.- Parameters:
captureRequestBuilder- the current capture request builder for theCameraCaptureSessionassociated with theCamera2Capturer.
-
-