Android.Provider.MediaStore.ExtraVideoQuality Field
The name of the Intent-extra used to control the quality of a recorded video.

Syntax

[Android.Runtime.Register("EXTRA_VIDEO_QUALITY")]
public const string ExtraVideoQuality

Remarks

The name of the Intent-extra used to control the quality of a recorded video. This is an integer property. Currently value 0 means low quality, suitable for MMS messages, and value 1 means high quality. In the future other quality levels may be added.

[Android Documentation]

Requirements

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