• 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: AudioHardwarePlugIn and kAudioDevicePropertyDataSourceNameForID
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: AudioHardwarePlugIn and kAudioDevicePropertyDataSourceNameForID


  • Subject: Re: AudioHardwarePlugIn and kAudioDevicePropertyDataSourceNameForID
  • From: Jeff Moore <email@hidden>
  • Date: Wed, 3 Nov 2004 11:46:35 -0800

If the mOutputData field is NULL or the mOutputDataSize field is 0, it is an error by the caller of AudioDeviceGetProperty() and you should return kAudioHardwareIllegalOperationError.

If mOutputData is not NULL but mOutputDataSize is smaller than the string you want to return, you should truncate the string to fit in the provided buffer.

On Nov 3, 2004, at 5:18 AM, Dirk Musfeldt wrote:



Hi all,

I'm doing an AudioHardwarePlugIn and have troubles to get my reaction on
kAudioDevicePropertyDataSourceNameForID right.


I get an AudioValueTranslation record and want to copy my C string into the
buffer provided with the mOutputData field.


strcpy((char*)translation->mOutputData,nameString);

But what if mOutputData and mOutputData Size are null? Do I have to malloc a
buffer myself?




Regards

Dirk


_______________________________________________ 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





--

Jeff Moore
Core Audio
Apple




_______________________________________________ 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: AudioHardwarePlugIn and kAudioDevicePropertyDataSourceNameForID
      • From: Dirk Musfeldt <email@hidden>
References: 
 >AudioHardwarePlugIn and kAudioDevicePropertyDataSourceNameForID (From: Dirk Musfeldt <email@hidden>)

  • Prev by Date: Re: Dropouts/Glitches with FW interfaces was Re: IOAudioStream[0x148cc00]::clipIfNecessary() - Error:
  • Next by Date: Starter
  • Previous by thread: AudioHardwarePlugIn and kAudioDevicePropertyDataSourceNameForID
  • Next by thread: Re: AudioHardwarePlugIn and kAudioDevicePropertyDataSourceNameForID
  • Index(es):
    • Date
    • Thread