• 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
AudioConverter and QDM2
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AudioConverter and QDM2


  • Subject: AudioConverter and QDM2
  • From: Stevo Brock <email@hidden>
  • Date: Wed, 18 May 2005 16:25:10 -0700

Hi,

I'm trying to get an AudioConverter to produce QDM2 data. I can setup and create the AudioConverter fine (as far as I know). However, I'm at a loss as to how to set the QDM2 codec parameters. I have the parameters stored in a CFDataRef from the codec dialog (through SoundComponentGetInfo and friends). How do I pass these parameters to the AudioConverter.

I have tried
status = AudioConverterSetProperty(mConverter, kAudioConverterPropertyOutputCodecParameters, CFDataGetLength (dataRef), CFDataGetBytePtr(dataRef));


and

status = AudioConverterSetProperty(mConverter, kAudioConverterCompressionMagicCookie, CFDataGetLength(dataRef), CFDataGetBytePtr(dataRef));

both with no luck. What is the appropriate method for accomplishing this?

-Stevo Brock

_______________________________________________
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: AudioConverter and QDM2
      • From: Bob Aron <email@hidden>
  • Prev by Date: AudioConverter and IMA
  • Next by Date: Re: AudioConverter and QDM2
  • Previous by thread: AudioConverter and IMA
  • Next by thread: Re: AudioConverter and QDM2
  • Index(es):
    • Date
    • Thread