Type Property 型プロパティ

AVCaptureDeviceWasConnected

A notification the system posts when a new capture device becomes available.

Declaration 宣言

static let AVCaptureDeviceWasConnected: NSNotification.Name

Discussion 議論

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

See Also 参照

AVFoundation