Freigeben über


MediaStore.ExtraVideoQuality Field

Definition

The name of the Intent-extra used to control the quality of a recorded video.

[Android.Runtime.Register("EXTRA_VIDEO_QUALITY")]
public const string ExtraVideoQuality;
[<Android.Runtime.Register("EXTRA_VIDEO_QUALITY")>]
val mutable ExtraVideoQuality : string

Field Value

Attributes

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.

Java documentation for android.provider.MediaStore.EXTRA_VIDEO_QUALITY.

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