InstreamAdPlayerErrorReason

@objc(YMAInstreamAdPlayerErrorReason)
public enum InstreamAdPlayerErrorReason : Int, CaseIterable

Undocumented

  1. invalidFile
  2. fileNotFound
  3. timedOut
  4. netwrokUnavailable
  5. unsupportedFileFormat
  6. unsupportedCodec
  7. unknown

invalidFile

Video playing failed becuse recived file wasn’t a valid video file.

Declaration

Swift

case invalidFile

fileNotFound

Video playing failed because video file wasn’t found.

Declaration

Swift

case fileNotFound

timedOut

Video playing failed bacause of loading video file timeout.

Declaration

Swift

case timedOut

netwrokUnavailable

Video playing failed because network is unavailable.

Declaration

Swift

case netwrokUnavailable

unsupportedFileFormat

Video playing failed because of unsupported file format.

Declaration

Swift

case unsupportedFileFormat

unsupportedCodec

Video playing failed because of unsupported codec.

Declaration

Swift

case unsupportedCodec

unknown

Video playing failed due to an unknown error.

Declaration

Swift

case unknown