objc2-sound-analysis 0.3.2

Bindings to the SoundAnalysis framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use objc2_foundation::*;

use crate::*;

/// Identifiers denoting particular recognized sound classifiers.
///
/// See also [Apple's documentation](https://developer.apple.com/documentation/soundanalysis/snclassifieridentifier?language=objc)
// NS_TYPED_ENUM
pub type SNClassifierIdentifier = NSString;

extern "C" {
    /// Denotes the first edition of the Apple-provided sound classifier.
    ///
    /// See also [Apple's documentation](https://developer.apple.com/documentation/soundanalysis/snclassifieridentifierversion1?language=objc)
    pub static SNClassifierIdentifierVersion1: Option<&'static SNClassifierIdentifier>;
}