Re: Register media source to system
Re: Register media source to system
- Subject: Re: Register media source to system
- From: Totte Alm <email@hidden>
- Date: Tue, 24 Oct 2017 08:30:13 +0200
> 23 okt. 2017 kl. 22:47 skrev Jens Alfke <email@hidden>:
>
>
>
>> On Oct 22, 2017, at 11:39 AM, Totte Alm <email@hidden
>> <mailto:email@hidden>> wrote:
>>
>> Om Mac OS X (not iOS), I need to take video and/or audio from input
>> devices(like built in iSight ot FaceTime cameras), found using the standard
>> AVCaptureDevice.devices(); and then make it available for other applications
>> using the same interface, after they have been processed.
>
> What do you mean by "make it available for other applications using the same
> interface”?
The application the client want to use for this uses AVCaptureDevice.devices();
to find possible input devices, so what I need to do is to register “my output”
as an input device.
>
> I’m not sure what you’re looking for, but I would have a look to the
> CoreMediaIO sample code:
> https://developer.apple.com/library/content/samplecode/CoreMediaIO/Introduction/Intro.html
>
>
Thanks, I will start digging there. At first glance it did look like it needs
to be done on kernel level as a KEXT (the same way Audio Hijack or WireTap
does it with sound), but I’ll dig deeper.
/ Totte
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden