AVCaptureVideoPreviewLayer.InitMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values that specify the presence or absence of a capture session connection.
public enum AVCaptureVideoPreviewLayer.InitMode
type AVCaptureVideoPreviewLayer.InitMode =
- Inheritance
-
AVCaptureVideoPreviewLayer.InitMode
Fields
Name | Value | Description |
---|---|---|
WithConnection | 0 | Indicates a connection. |
WithNoConnection | 1 | Indicates no connection. |