1
2
3
4
5
6
7
// Copyright The pipewire-rs Contributors.
// SPDX-License-Identifier: MIT

//! Pipewire constants.

/// Invalid ID that matches any object when used for permissions.
pub const ID_ANY: u32 = 0xffffffff;