Crate libspa

Source
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.