Re: NSSound
Re: NSSound
- Subject: Re: NSSound
- From: Nils Angquist <email@hidden>
- Date: Tue, 15 May 2001 01:40:19 +0200
On Saturday, May 12, 2001, at 08:46 PM, Kevin C. wrote:
I am having a bit of a time finding documentation on NSSound - all docs
so far say "description forthcoming". When can we expect a doc update?
Also, I'll be needing to call various QT components from Cocoa such as
embedding a video or audio stream inside a view (without calling up the
player) as well as QTmidi. Can someone with experience/knowledge in
these areas point me in the right direction regarding
documentation/examples?
Hi Kevin,
I've been work with Cocoa and QuickTime for the past four months. It is
really simple to call QuickTime from Cocoa. Just #import
<QuickTime/QuickTime.h> and include the framework in your project.
QuickTime docs are at:
http://developer.apple.com/techpubs/quicktime/qtdevdocs/RM/frameset.htm
I haven't got NSMovieView to work with Streaming movies and I'm pretty
sure they're currently not supported. NSMovie works fine.
I've also done some stuff with the Carbon SoundManager, which seems to
be a good choice while lacking a good native Cocoa Sound API.
What else? Ask me.
- Nilso
References: | |
| >NSSound (From: "Kevin C." <email@hidden>) |