This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
-NOTE: | |
After AVPlayerItem faces an error you can create CoreMedia Error from the underlying Error inside AVPlayerItem error. | |
With the `CoreMediaError` enum, you can convert errors to more readable ones,handle AVPlayerItem Common errors, | |
and show the proper messages to your users. | |
**/ | |
public enum CoreMediaError:Error { |
OlderNewer