Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/cubeb-coreaudio/src/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 378 B image not shown  

Quelle  lib.rs   Sprache: unbekannt

 
// Copyright © 2018 Mozilla Foundation
//
// This program is made available under an ISC-style license.  See the
// accompanying file LICENSE for details.

extern crate atomic;
#[macro_use]
extern crate bitflags;
#[macro_use]
extern crate cubeb_backend;
#[macro_use]
extern crate float_cmp;
extern crate mach;

mod backend;
mod capi;

pub use crate::capi::audiounit_rust_init;

[ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet)  ]