Type Property 型プロパティ

AVCaptureDeviceWasDisconnected

A notification the system posts when an existing device becomes unavailable.

Declaration 宣言

static let AVCaptureDeviceWasDisconnected: NSNotification.Name

Discussion 議論

The notification object is an AVCaptureDevice instance that represents the device that became unavailable.

See Also 参照

AVFoundation