AVCaptureDeviceTransportControlsPlaybackMode 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.
An enumeration whose values specify whether a AVCaptureDevice is playing or not.
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureDeviceTransportControlsPlaybackMode
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 7, ObjCRuntime.PlatformArchitecture.All, null)]
public enum AVCaptureDeviceTransportControlsPlaybackMode
type AVCaptureDeviceTransportControlsPlaybackMode =
- Inheritance
-
AVCaptureDeviceTransportControlsPlaybackMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotPlaying | 0 | |
Playing | 1 |