Re: iTunes private framework
Re: iTunes private framework
- Subject: Re: iTunes private framework
- From: Andrew Farmer <email@hidden>
- Date: Fri, 28 Jan 2005 16:06:39 -0800
On 28 Jan 2005, at 15:32, Charles Françoise wrote:
Does a private framework for interfacing with iTunes exist ?
Nope. iTunes is (still!) a Carbon app at its heart, so it doesn't
really have
Kind of like the InstantMessage framework allows interface with iChat,
and the Message framework with Mail.
I want to develop a little app that needs control over iTunes (namely
pausing to kill sound when needed). I could do it with an AppleScript,
but I was hoping there was a Cocoa/Obj-C only way to do this.
Not that I know of. Go ahead with the AppleScript. Note that running
the script as a string (e.g. [NSApplescript initWithSource:@"..."])
will probably be less efficient than sending the events directly.Attachment:
PGP.sig
Description: This is a digitally signed message part
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden