Home > Mobile >  Is there a way to listen system output volume mute event on Mac?
Is there a way to listen system output volume mute event on Mac?

Time:03-08

Just like the title, I want to know how to listen the system output volume changed event. enter image description here

CodePudding user response:

Use AudioObjectAddPropertyListener to add a kAudioDevicePropertyMute property listener exactly solved this problem.

  • Related