共用方式為


UIImagePickerControllerCameraDevice 列舉

定義

和相關函式所使用的 CameraDevice 值列舉。

[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum UIImagePickerControllerCameraDevice
type UIImagePickerControllerCameraDevice = 
繼承
UIImagePickerControllerCameraDevice
屬性

欄位

Front 1

具有螢幕之裝置的側邊。

Rear 0

裝置的側邊離開螢幕。

備註

用來區分前端 (螢幕側) 和後置相機。

適用於