MediaCodec.VideoScalingModeScaleToFit フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Media.VideoScalingMode enum directly instead of this field.

コンテンツはサーフェスの寸法に合わせてスケーリングされます

[Android.Runtime.Register("VIDEO_SCALING_MODE_SCALE_TO_FIT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.VideoScalingMode enum directly instead of this field.", true)]
public const Android.Media.VideoScalingMode VideoScalingModeScaleToFit = 1;
[<Android.Runtime.Register("VIDEO_SCALING_MODE_SCALE_TO_FIT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.VideoScalingMode enum directly instead of this field.", true)>]
val mutable VideoScalingModeScaleToFit : Android.Media.VideoScalingMode

フィールド値

Value = 1
属性

注釈

コンテンツはサーフェスの寸法に合わせてスケーリングされます

android.media.MediaCodec.VIDEO_SCALING_MODE_SCALE_TO_FITJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象