objc2_sound_analysis/generated/
SNRequest.rs

1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3use objc2::__framework_prelude::*;
4
5use crate::*;
6
7extern_protocol!(
8    /// The base protocol to which analysis requests conform
9    ///
10    /// 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.
11    ///
12    /// See also [Apple's documentation](https://developer.apple.com/documentation/soundanalysis/snrequest?language=objc)
13    pub unsafe trait SNRequest: NSObjectProtocol {}
14);