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
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use objc2::__framework_prelude::*;

use crate::*;

extern_protocol!(
    /// The base protocol to which analysis requests conform
    ///
    /// An analysis request is a configuration that defines the analysis the client wishes to perform on the audio stream. Each request has a corresponding result type, which contains information describing the analysis results. This protocol is designed for all requests provided by the framework to conform to, and shouldn't be conformed to by client objects.
    ///
    /// See also [Apple's documentation](https://developer.apple.com/documentation/soundanalysis/snrequest?language=objc)
    pub unsafe trait SNRequest: NSObjectProtocol {}
);