次の方法で共有


MediaFormat.KeyCropLeft Field

Definition

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

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

Field Value

Attributes

Remarks

A key describing the left-coordinate (x) of the crop rectangle. This is the left-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_LEFT.

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