I have downloaded the latest source and have compiled using
Code: Select all
$ ./buildMobileVLCKit.sh -t -w
Code: Select all
VLCKit/MobileVLCKit/ImportedSources/vlc
'install-ios-AppleTVOS', 'install-ios-AppleTVSimulator' and 'install-ios-AppleTV' folders. I tried pulling these in, but I still cannot source code using any of these statements:
Code: Select all
#import <TVVLCKit/VLCLibrary.h>
#import <TVVLCKit/VLCMedia.h>
#import <TVVLCKit/VLCMediaDiscoverer.h>
#import <TVVLCKit/VLCMediaList.h>
#import <TVVLCKit/VLCMediaPlayer.h>
#import <TVVLCKit/VLCMediaListPlayer.h>
#import <TVVLCKit/VLCMediaThumbnailer.h>
#import <TVVLCKit/VLCTime.h>
Code: Select all
#import "VLCMedia.h"
Any pointers on how I can do it would be appreciated.