Expand description
The libspa
crate provides a high-level API to interact with
libspa.
Re-exports§
pub use spa_sys as sys;
Modules§
- buffer
- param
- Types for dealing with SPA parameters.
- pod
- This module deals with SPA pods, providing ways to represent pods using idiomatic types and serialize them into their raw representation, and the other way around.
- support
- utils
- Miscellaneous and utility items.
Macros§
- __
builder_ add__ - Convenience macro to build a pod from values using a spa pod builder.
- __
parser_ get__ - Convenience macro to parse values from a spa pod using a spa pod parser.
- spa_
interface_ call_ method - Call a method on a spa_interface.
- static_
dict - A macro for creating a new
StaticDict
with predefined key-value pairs.