AVPlayerError

@objc(THEOplayerAVPlayerError)
public protocol AVPlayerError : THEOError

An error that is thrown by AVPlayer.

  • The userInfo dictionary for the error, if more details are available.

    Declaration

    Swift

    var userInfo: [String : Any]? { get }