How to reproduce iTunes purchased songs in the authorized computer?
How to reproduce iTunes purchased songs in the authorized computer?
- Subject: How to reproduce iTunes purchased songs in the authorized computer?
- From: Felipe Baytelman <email@hidden>
- Date: Sat, 24 Sep 2005 18:15:38 -0400
Why I can't open an iTunes purchased song in my program?
I'm using:
// Open the movie file
err = OpenMovieFile(&fsSpec, &fileRefNum, fsRdPerm);
if (err != noErr)
return NO;
// Instantiate the movie and close the file
err = NewMovieFromFile(&movie, fileRefNum, &resID, NULL,
newMovieActive, &wasChanged);
CloseMovieFile(fileRefNum);
if (err != noErr)
return NO;
but NewMovieFromFile won't load it, or crash during debugging.
Is there any other way to open a song for reading?
This should be asked in QuickTime Api list, but probably there is
another way to do it... one more CoreAudio-way.
I just need to pass it to my AudioGraph...
Any hints?
Felipe Bruno Baytelman P.
Baytex Software
email@hidden http://www.baytex.net (+56 8) 249 62 41
_______________________________________________
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