9 lines
222 B
Rust
9 lines
222 B
Rust
use pmoupnp::define_variable;
|
|
|
|
// Pour un MediaRenderer audio, liste les protocoles/formats audio supportés
|
|
define_variable! {
|
|
pub static SINKPROTOCOLINFO: String = "SinkProtocolInfo" {
|
|
evented: true,
|
|
}
|
|
}
|