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

Quelle  error.rs   Sprache: unbekannt

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

use std::os::raw::c_int;

pub const CUBEB_OK: c_int = 0;
pub const CUBEB_ERROR: c_int = -1;
pub const CUBEB_ERROR_INVALID_FORMAT: c_int = -2;
pub const CUBEB_ERROR_INVALID_PARAMETER: c_int = -3;
pub const CUBEB_ERROR_NOT_SUPPORTED: c_int = -4;
pub const CUBEB_ERROR_DEVICE_UNAVAILABLE: c_int = -5;

[ Dauer der Verarbeitung: 0.2 Sekunden  (vorverarbeitet)  ]