objc2_sound_analysis/generated/SNTypes.rs
1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3use objc2_foundation::*;
4
5use crate::*;
6
7/// Identifiers denoting particular recognized sound classifiers.
8///
9/// See also [Apple's documentation](https://developer.apple.com/documentation/soundanalysis/snclassifieridentifier?language=objc)
10// NS_TYPED_ENUM
11pub type SNClassifierIdentifier = NSString;
12
13extern "C" {
14 /// Denotes the first edition of the Apple-provided sound classifier.
15 ///
16 /// See also [Apple's documentation](https://developer.apple.com/documentation/soundanalysis/snclassifieridentifierversion1?language=objc)
17 pub static SNClassifierIdentifierVersion1: Option<&'static SNClassifierIdentifier>;
18}