Building a generator FxPlug that reads from a device driver...
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=bhJHrGmOzlXk7dr3rik1gki1SP1QAKoMDcv3G+hj3aE=; b=c8WroQHTnLfVZ2CYmgJ4FsznnQGn24O8iK+jJDwX6FOFoIETDNJOlqIhfrOtgQAHf0GnH10SDpoHfV7uhivxFlWe3TnHOFiO9NrFSPO7jNHNPWYWzNXuKLHtRC6t7MYmHgF9BGhzKCxxLQSTb/Gxdc8is46xdzfYG/JqrAAqKsk= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ODfZgKyXUMS6X+zPA8qYpEtWmB5OfvDzsez5cNtXQpKMU58Mdv6ZgHzE5g0pYG8QiSHONlQyzMpkxtr6UDZn8HoLQS7aE/NZN/K5XjzDHZ9OapoViHN6+P2mrwZjshmSJV4Zb55iqL+5ljp5i4AN7os82U//gSUCuEyfyxw4gyk= Hi there, I've built a device driver for MacOS X to be able to read and write bulk video data from/ to a USB device, this all works fine. Now I'd like to write a FxPlug plugin to acquire the video data from my USB device directly into Final Cut Pro. I have read some documentation and came to the conclusion that I will have to write a generator FxPlug plugin, this plugin should then communicate with the device driver. I checked out the examples that come with the FxPlug SDK but as far as I saw there was no example of a plugin that does direct communication with a device driver. Are there specific ways to go about dealing with this plugin to device driver communication? Should I implement the communication with the device driver exactly the way I would when building an user application? Would that have to be done in Objective-C or are there ways to partly implement the plugin in C++? I hope my problem is clear, if not; tell me. Thank you in advance for your time, I really appreciate your help. Greetings, Kris _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... This email sent to site_archiver@lists.apple.com
participants (1)
-
Kris van Rens