fruity__bbqsrc 0.2.0

Rusty bindings for Apple libraries
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! [Core Audio](https://developer.apple.com/documentation/coreaudio)
//! framework.
//!
//! # Feature Flag
//!
//! This module corresponds to the **`core_audio`**
//! [feature flag](../index.html#feature-flags).

#![cfg(feature = "core_audio")]

#[link(name = "CoreAudio", kind = "framework")]
extern "C" {}