InstreamAdPlayerErrorReason
@objc(YMAInstreamAdPlayerErrorReason)
public enum InstreamAdPlayerErrorReason : Int, CaseIterable
Undocumented
-
Video playing failed because received file wasn’t a valid video file.
Declaration
Swift
case invalidFile -
Video playing failed because video file wasn’t found.
Declaration
Swift
case fileNotFound -
Video playing failed because of loading video file timeout.
Declaration
Swift
case timedOut -
Video playing failed because network is unavailable.
Declaration
Swift
case netwrokUnavailable -
Video playing failed because of unsupported file format.
Declaration
Swift
case unsupportedFileFormat -
Video playing failed because of unsupported codec.
Declaration
Swift
case unsupportedCodec -
Video playing failed due to an unknown error.
Declaration
Swift
case unknown