Connection.VideoProvider.OnRequestCameraCapabilities 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.
Issues a request to the VideoProvider
to retrieve the camera capabilities.
[Android.Runtime.Register("onRequestCameraCapabilities", "()V", "GetOnRequestCameraCapabilitiesHandler", ApiSince=23)]
public abstract void OnRequestCameraCapabilities ();
[<Android.Runtime.Register("onRequestCameraCapabilities", "()V", "GetOnRequestCameraCapabilitiesHandler", ApiSince=23)>]
abstract member OnRequestCameraCapabilities : unit -> unit
- Attributes
Remarks
Issues a request to the VideoProvider
to retrieve the camera capabilities.
The VideoProvider
should respond by communicating the capabilities of the chosen camera via VideoProvider#changeCameraCapabilities(VideoProfile.CameraCapabilities)
.
Sent from the InCallService
via InCallService.VideoCall#requestCameraCapabilities()
.
Java documentation for android.telecom.Connection.VideoProvider.onRequestCameraCapabilities()
.
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.