Connection.VideoProvider.ChangeCameraCapabilities Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Used to inform listening InCallService implementations when the capabilities of the current camera have changed.
[Android.Runtime.Register("changeCameraCapabilities", "(Landroid/telecom/VideoProfile$CameraCapabilities;)V", "GetChangeCameraCapabilities_Landroid_telecom_VideoProfile_CameraCapabilities_Handler", ApiSince=23)]
public virtual void ChangeCameraCapabilities(Android.Telecom.VideoProfile.CameraCapabilities? cameraCapabilities);
[<Android.Runtime.Register("changeCameraCapabilities", "(Landroid/telecom/VideoProfile$CameraCapabilities;)V", "GetChangeCameraCapabilities_Landroid_telecom_VideoProfile_CameraCapabilities_Handler", ApiSince=23)>]
abstract member ChangeCameraCapabilities : Android.Telecom.VideoProfile.CameraCapabilities -> unit
override this.ChangeCameraCapabilities : Android.Telecom.VideoProfile.CameraCapabilities -> unit
Parameters
- cameraCapabilities
- VideoProfile.CameraCapabilities
The new camera capabilities.
- Attributes
Remarks
Used to inform listening InCallService implementations when the capabilities of the current camera have changed.
The VideoProvider should call this in response to VideoProvider.onRequestCameraCapabilities(), or when the current camera is changed via VideoProvider.onSetCamera(String).
Received by the InCallService via InCallService.VideoCall.Callback.onCameraCapabilitiesChanged(VideoProfile.CameraCapabilities).
Android reference for android.telecom.Connection.VideoProvider.changeCameraCapabilities.
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.