Android.Media.MediaCodec.VideoScalingModeScaleToFitWithCropping Field
The content is scaled, maintaining its aspect ratio, the whole surface area is used, content may be cropped

Value: 2

Syntax

[Android.Runtime.Register("VIDEO_SCALING_MODE_SCALE_TO_FIT_WITH_CROPPING")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.VideoScalingMode enum directly instead of this field.")]
public const VideoScalingMode VideoScalingModeScaleToFitWithCropping

Remarks

The content is scaled, maintaining its aspect ratio, the whole surface area is used, content may be cropped

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16