-
public interface CameraParameterUpdaterInterface for updating android.hardware.Camera.Parameters on a CameraCapturer.
-
-
Method Summary
Modifier and Type Method Description abstract voidapply(@NonNull() Camera.Parameters cameraParameters)Invoked when camera parameters are available for modification. -
-
Method Detail
-
apply
abstract void apply(@NonNull() Camera.Parameters cameraParameters)
Invoked when camera parameters are available for modification.
- Parameters:
cameraParameters- the current parameters for the android.hardware.Camera associated with the CameraCapturer.
-
-
-
-