Get "AudioIODevice" native implem

Hi Jules,

It would be very nice to be able to get the native IODevice (IOSAudioIODevice in that case) by casting

This would mean having access to some "juce_ios_Audio.h" to be able to do that:

 
virtual void AudioIODeviceCallback::audioDeviceAboutToStart (AudioIODevice* device)

{

iOSAudioIODevice *d = (iOSAudioIODevice*)device;

}

Is it possible ?

Thanks!

 

No.. it's not possible, but it also shouldn't be necessary, should it? What are you actually trying to do?