• 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: ExtAudioFileSeek resulting in undocumented error code
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ExtAudioFileSeek resulting in undocumented error code


  • Subject: Re: ExtAudioFileSeek resulting in undocumented error code
  • From: "Zhiye (Sterling) Li" <email@hidden>
  • Date: Thu, 20 Aug 2009 16:34:51 -0500

I had the same problem before. Try set the kExtAudioFileProperty_ClientDataFormat property before the ExtAudioFileSeek line.

ExtAudioFileSetProperty(audiofile, kExtAudioFileProperty_ClientDataFormat, sizeof(audioFormat), &audioFormat);
ExtAudioFileSeek(audiofile, 0);

On Thu, Aug 20, 2009 at 4:28 PM, Daniel Stenmark <email@hidden> wrote:
For some reason, seeking by even 1 frame with ExtAudioFileSeek is resulting in an OSStatus of -66568, a code that I cannot find any documentation for. The ExtAudioFileRef is setup properly and I can read from it just fine, seeking seems to be my big issue here.

~Dan Stenmark

 _______________________________________________
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 sterling.li@gmail.com

 _______________________________________________
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: ExtAudioFileSeek resulting in undocumented error code
      • From: Daniel Stenmark <email@hidden>
References: 
 >ExtAudioFileSeek resulting in undocumented error code (From: Daniel Stenmark <email@hidden>)

  • Prev by Date: ExtAudioFileSeek resulting in undocumented error code
  • Next by Date: Re: ExtAudioFileSeek resulting in undocumented error code
  • Previous by thread: ExtAudioFileSeek resulting in undocumented error code
  • Next by thread: Re: ExtAudioFileSeek resulting in undocumented error code
  • Index(es):
    • Date
    • Thread