AVCaptureDeviceTransportControlsPlaybackMode Enum

Definition

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

NotPlaying 0
Playing 1

Applies to