Language

InCallService.VideoCall.Callback.OnCameraCapabilitiesChanged Method

Definition

Handles a change in the capabilities of the currently selected camera.

[Android.Runtime.Register("onCameraCapabilitiesChanged", "(Landroid/telecom/VideoProfile$CameraCapabilities;)V", "GetOnCameraCapabilitiesChanged_Landroid_telecom_VideoProfile_CameraCapabilities_Handler", ApiSince=23)]
public abstract void OnCameraCapabilitiesChanged(Android.Telecom.VideoProfile.CameraCapabilities? cameraCapabilities);
[<Android.Runtime.Register("onCameraCapabilitiesChanged", "(Landroid/telecom/VideoProfile$CameraCapabilities;)V", "GetOnCameraCapabilitiesChanged_Landroid_telecom_VideoProfile_CameraCapabilities_Handler", ApiSince=23)>]
abstract member OnCameraCapabilitiesChanged : Android.Telecom.VideoProfile.CameraCapabilities -> unit

Parameters

cameraCapabilities
VideoProfile.CameraCapabilities

The changed camera capabilities.

Attributes

Remarks

Handles a change in the capabilities of the currently selected camera.

Used by the Connection.VideoProvider in response to VideoCall.requestCameraCapabilities(). The Connection.VideoProvider may also report the camera capabilities after a call to VideoCall.setCamera(String).

Callback originates from Connection.VideoProvider.changeCameraCapabilities(VideoProfile.CameraCapabilities).

Android reference for android.telecom.InCallService.VideoCall.Callback.onCameraCapabilitiesChanged.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to