Android.Media.CamcorderProfile.Get Method
Returns the camcorder profile for the first back-facing camera on the device at the given quality level.

Syntax

[Android.Runtime.Register("get", "(I)Landroid/media/CamcorderProfile;", "")]
public static CamcorderProfile Get ([Android.Runtime.GeneratedEnum] CamcorderQuality quality)

See Also

CamcorderProfile.Get(int, Android.Media.CamcorderQuality)

Parameters

quality
the target quality level for the camcorder profile

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the camcorder profile for the first back-facing camera on the device at the given quality level. If the device has no back-facing camera, this returns null.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8