pub type ModifiedCounters = HashMap<AudioStreamType, usize>;Expand description
A mapping from stream type to an arbitrary numerical value. This number will change from the number sent in the previous update if the stream type’s volume has changed.
Aliased Type§
pub struct ModifiedCounters { /* private fields */ }