public interface CameraParameterUpdater
Camera.Parameters
on a CameraCapturer
.Modifier and Type | Method and Description |
---|---|
void |
apply(android.hardware.Camera.Parameters cameraParameters)
Invoked when camera parameters are available for modification.
|
void apply(@NonNull android.hardware.Camera.Parameters cameraParameters)
cameraParameters
- the current parameters for the Camera
associated with the CameraCapturer
.6.0.0