InstreamAdPlayerErrorReason
@objc(YMAInstreamAdPlayerErrorReason)
public enum InstreamAdPlayerErrorReason : Int, CaseIterable
Undocumented
-
Video playing failed becuse recived 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 bacause 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