Re: Is there an component like windows' MCI
Re: Is there an component like windows' MCI
- Subject: Re: Is there an component like windows' MCI
- From: Markus Hitter <email@hidden>
- Date: Mon, 17 Jun 2002 13:05:55 +0200
Am Montag den, 17. Juni 2002, um 10:19, schrieb Carl Yang (HangZhou):
Hi
I am new to Mac, and I want to port a windows program to this
platform.
I the program, I should read an audio CD's track
information,such as the
length
of a track. At windows platform, I use MCI to send my command,
and get the
information
I want.
What's "MCI"?
Once you insert a CD, the tracks appear as .cdda file in
/Volumes/Audio CD/ . You can use the usual file handling
functions to work with them. Have a look for the UNIX functions
like fseek(), fopen(), ... or Cocoa's NSFileManager,
NSWorkspace, ... or the corresponding Carbon stuff.
HTH,
Markus
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. Markus Hitter
http://www.jump-ing.de/
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.