Swift open function argument for videoStatus

0 votes
asked Jul 29, 2018 by sbeck27 (700 points)
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
Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...