mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-30 11:10:29 -04:00
spa: add DSD format definitions
This commit is contained in:
parent
68f4dee2d9
commit
c0d3349849
7 changed files with 149 additions and 2 deletions
|
|
@ -194,6 +194,11 @@ enum spa_param_process_latency {
|
|||
SPA_PARAM_PROCESS_LATENCY_ns, /**< latency (Long) in nanoseconds */
|
||||
};
|
||||
|
||||
enum spa_param_bitorder {
|
||||
SPA_PARAM_BITORDER_msb, /**< most significant bit */
|
||||
SPA_PARAM_BITORDER_lsb, /**< least significant bit */
|
||||
};
|
||||
|
||||
/**
|
||||
* \}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue