• 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: What became of the deprecated functions' channel parameters?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: What became of the deprecated functions' channel parameters?


  • Subject: Re: What became of the deprecated functions' channel parameters?
  • From: Bob Stuller <email@hidden>
  • Date: Sat, 11 Sep 2010 17:46:14 -0400

Kevin, Greetings!

On Sep 10, 2010, at 7:02 PM, Kevin Vanwulpen wrote:
The mElement of the AudioObjectPropertyAddress (combined with scope actually) determines this. Remember
kAudioObjectPropertyElementMaster==0
(0UL in AudioHardware.h)

and channel 1 would require mElement==1 and so forth (so it's 1-indexed , so watch those for loops ;-) )

In fact I would say scopeGlobal and ElementMaster ...what does that mean?
Maybe there is some device out there with some sort of "global" volume control affecting both input and output levels.
I'd need to try it and if you're unlucky it may work on the output (I mean unlucky as I personally hate things working when they are not supposed to more than the other way around).

My 'guess' is you likely want outputscope and ElementMaster (the main-out volume control)
or a per-channel (output scope) level.

It's entirely possibly you're talking about input as well (but am guessing you're not).

I am in fact talking about input.  I thank you for your guidance in this: It makes a lot of sense.  

If I might reflect back your advice, taking the "input" part into account, my replacement code becomes:
    Boolean settable;
    AudioObjectPropertyAddress theAddress = { kAudioDevicePropertyVolumeScalar,
kAudioObjectPropertyScopeInput,
inChannel };
OSStatus status = AudioObjectIsPropertySettable(device, &theAddress, &settable);
Does this look correct?

(For bystanders, I am replacing this line of code, now deprecated:
status = AudioDeviceGetPropertyInfo(device, inChannel, true, kAudioDevicePropertyVolumeScalar, NULL, &isWritable);
)

Thanks for you help.

Peace,
Bob





Animals are not brethren, they are not underlings.
They are other nations, caught with ourselves in the net of life and time.
-Henry Beston - The Outermost House

 _______________________________________________
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

  • Follow-Ups:
    • Re: What became of the deprecated functions' channel parameters?
      • From: Jeff Moore <email@hidden>
References: 
 >What became of the deprecated functions' channel parameters? (From: Bob Stuller <email@hidden>)
 >Re: What became of the deprecated functions' channel parameters? (From: Kevin Vanwulpen <email@hidden>)

  • Prev by Date: Re: Minimum frames per slice?
  • Next by Date: Re: Minimum frames per slice?
  • Previous by thread: Re: What became of the deprecated functions' channel parameters?
  • Next by thread: Re: What became of the deprecated functions' channel parameters?
  • Index(es):
    • Date
    • Thread