• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Unknown notifications for device
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unknown notifications for device


  • Subject: Re: Unknown notifications for device
  • From: Edward Agabeg <email@hidden>
  • Date: Wed, 13 Jan 2016 17:17:01 -0500


I have a small utility for monitoring Core Audio listener notifications on audio devices and streams using wildcard settings, e.g.:

Notification for DEVICE object (63) at Wed Jan 13 04:27:49 2016
        kAudioDevicePropertyVolumeScalar                                     ('volm'), scope: kAudioDevicePropertyScopeOutput, element: 2
        kAudioDevicePropertyVolumeDecibels                                   ('vold'), scope: kAudioDevicePropertyScopeOutput, element: 2
        Unknown                                                              ('vmvc'), scope: kAudioDevicePropertyScopeOutput, element: 0
        Unknown                                                              ('vmbc'), scope: kAudioDevicePropertyScopeOutput, element: 0

The question is about the two unknown notifications with FourCC codes ‘vmvc’ and ‘vmbc’, above. They are not defined anywhere in the Core Audio headers, can anyone tell me what they are and what the “kAudioDeviceProperty…” name is for them?

They seem to be sent every time the volume is changed for a channel along with the scalar and dB ones.

Regards,

Tim.

From AudioServices.h

CF_ENUM(AudioObjectPropertySelector)
{
   kAudioHardwareServiceProperty_ServiceRestarted              = 'srst',
   kAudioHardwareServiceDeviceProperty_VirtualMasterVolume     = 'vmvc',
   kAudioHardwareServiceDeviceProperty_VirtualMasterBalance    = 'vmbc'
};

regards,
edward
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Unknown notifications for device
  • Next by Date: Still trying to write buffers to audio file.
  • Previous by thread: Unknown notifications for device
  • Next by thread: Still trying to write buffers to audio file.
  • Index(es):
    • Date
    • Thread