Share via


MediaFormat.KeyCropTop Field

Definition

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

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

Field Value

Attributes

Remarks

A key describing the top-coordinate (y) of the crop rectangle. This is the top-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_TOP.

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