次の方法で共有


AVCapturePhotoOutput.CameraCalibrationDataDeliverySupported プロパティ

定義

キャプチャ出力が調整データを配信できるかどうかを示すブール値を取得します。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool CameraCalibrationDataDeliverySupported { [Foundation.Export("isCameraCalibrationDataDeliverySupported")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)] get; }
member this.CameraCalibrationDataDeliverySupported : bool

プロパティ値

true 配信がサポートされている場合は 。 それ以外の場合は false

属性

適用対象