Migrating the VideoPlayer Sample to Swift, but dont know what videostatus variable to feed into open function:
player?.open(path, StorageType.Assets, VideoStatus)
Error message is always:
Cannot convert value of type 'VideoStatus.Type' to expected argument type '(VideoStatus) -> Void'
Any ideas on this?
Greetings, Sven