What I mean is, I'm a C++ programmer and have almost zero experience with objective C and my understanding is that libVLC is fundamentally a C API.
So am I able to create a program using SDL on iOS (which would be C/C++) and then link in the C libVLC libraries directly, calling the C functions as I do on Windows or do I have to use the mobile VLC kit?