VideoProfile.CameraCapabilities Constructors

Definition

Overloads

VideoProfile.CameraCapabilities(Int32, Int32)
VideoProfile.CameraCapabilities(Int32, Int32, Boolean, Single)

VideoProfile.CameraCapabilities(Int32, Int32)

[Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=23)]
public CameraCapabilities (int width, int height);
[<Android.Runtime.Register(".ctor", "(II)V", "", ApiSince=23)>]
new Android.Telecom.VideoProfile.CameraCapabilities : int * int -> Android.Telecom.VideoProfile.CameraCapabilities

Parameters

width
Int32
height
Int32
Attributes

Remarks

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

VideoProfile.CameraCapabilities(Int32, Int32, Boolean, Single)

[Android.Runtime.Register(".ctor", "(IIZF)V", "", ApiSince=29)]
public CameraCapabilities (int width, int height, bool zoomSupported, float maxZoom);
[<Android.Runtime.Register(".ctor", "(IIZF)V", "", ApiSince=29)>]
new Android.Telecom.VideoProfile.CameraCapabilities : int * int * bool * single -> Android.Telecom.VideoProfile.CameraCapabilities

Parameters

width
Int32
height
Int32
zoomSupported
Boolean
maxZoom
Single
Attributes

Applies to