MediaFormat.KeyCropBottom Field

Definition

A key describing the bottom-coordinate (y) of the crop rectangle.

[Android.Runtime.Register("KEY_CROP_BOTTOM", ApiSince=33)]
public const string KeyCropBottom;
[<Android.Runtime.Register("KEY_CROP_BOTTOM", ApiSince=33)>]
val mutable KeyCropBottom : string

Field Value

Attributes

Remarks

A key describing the bottom-coordinate (y) of the crop rectangle. This is the bottom-most row included in the crop frame, where row indices start at 0. Additional information on the crop rectangle semantics can be found at android.media.MediaCodec.

Java documentation for android.media.MediaFormat.KEY_CROP_BOTTOM.

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