1// Copyright The pipewire-rs Contributors. 2// SPDX-License-Identifier: MIT 3 4//! Pipewire constants. 5 6/// Invalid ID that matches any object when used for permissions. 7pub const ID_ANY: u32 = 0xffffffff;