Re: INFORMATION.....
Re: INFORMATION.....
- Subject: Re: INFORMATION.....
- From: Manfred Lippert <email@hidden>
- Date: Tue, 26 Mar 2002 13:26:19 +0100
>
I must create a Cocoa application that send a video (.dv), via firewire, to a
>
digital videocamera(dv in abilitated) Which particular API QuickTime should I
>
use? (Should I use VideoOutput Component too?) Where do I find them?
I programmed the same a few months ago (with success) in Carbon and I used
the following headers:
#include <Quicktime.h>
#include <DeviceControl.h>
#include <IsochronousDataHandler.h>
It worked in Mac OS 9 and X.
I think you should look especially for IsochronousDataHandler. Somewhere in
the FireWire SDK for Mac OS X there is also example code for that.
(I think you can use that from a Cocoa application also, because you can
call Carbon from a Cocoa app if I am not completely wrong.)
Regards,
Mani
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.