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

Quelle  lib.rs   Sprache: unbekannt

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

extern crate cubeb_core;

pub mod capi;
#[macro_use]
pub mod log;
mod ops;
mod traits;

// Re-export cubeb_core types
pub use cubeb_core::*;
pub use ops::Ops;
pub use traits::{ContextOps, StreamOps};

[ Dauer der Verarbeitung: 0.17 Sekunden  (vorverarbeitet)  ]