共用方式為


AVCaptureOutputDataDroppedReason 列舉

定義

列舉卸載擷取資料的原因。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureOutputDataDroppedReason
type AVCaptureOutputDataDroppedReason = 
繼承
AVCaptureOutputDataDroppedReason
屬性

欄位

Discontinuity 3

表示裝置太忙碌而無法擷取資料。

LateData 1

表示資料已卸載,因為資料太晚。

None 0

表示未卸載任何資料。

OutOfBuffers 2

表示緩衝區記憶體已滿。

適用於