Sort la partie média renderer de pmoupnp pour en faire une crate independante

This commit is contained in:
2025-10-16 21:43:08 +02:00
parent 5eef699a60
commit 68b0c89130
71 changed files with 199 additions and 91 deletions

View File

@@ -0,0 +1,9 @@
mod a_arg_type_instanceid;
mod a_arg_type_channel;
mod volume;
mod mute;
pub use a_arg_type_instanceid::A_ARG_TYPE_INSTANCE_ID;
pub use a_arg_type_channel::A_ARG_TYPE_CHANNEL;
pub use volume::VOLUME;
pub use mute::MUTE;