Share via


Camera.CameraInfo.CameraFacingFront フィールド

定義

注意事項

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

カメラの向きは画面と同じです。

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

フィールド値

Value = 1
属性

注釈

カメラの向きは画面と同じです。

android.hardware.Camera.CameraInfo.CAMERA_FACING_FRONTJava ドキュメント。

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

適用対象