AVPlayerError

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 }
  • The parsed error code of the underlying AVplayer error, if available

    Declaration

    Swift

    var avPlayerErrorCode: AVError.Code? { get }
  • The underlying AVplayer error, if available

    Declaration

    Swift

    var avPlayerError: AVError? { get }