pub type AVCaptureSceneMonitoringStatus = NSString;Available on crate feature
AVCaptureDevice only.Expand description
An informative status about the scene observed by the device.
Some features have certain requirements on the scene (lighting condition for Cinematic Video, for example) to produce optimal results; these AVCaptureSceneMonitoringStatus string constants are used to represent such scene statuses for a given feature.
See also Apple’s documentation
Aliased Type§
pub struct AVCaptureSceneMonitoringStatus { /* private fields */ }