MediaFormat.KeyCropRight Field

Definition

A key describing the right-coordinate (x) of the crop rectangle.

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

Field Value

Attributes

Remarks

A key describing the right-coordinate (x) of the crop rectangle. This is the right-most column included in the crop frame, where column 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_RIGHT.

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