BMPSourceWarningCode
Objective-C
enum BMPSourceWarningCode : NSInteger {}
Swift
typealias SourceWarning.Code._ErrorType = SourceWarning
This enum represents the warning codes that can be associated with SourceWarningEvent.
-
It was not possible to load a thumbnail track because the URI was not valid or the communication with the server failed. The message of the according SourceWarningEvent provides more information.
Declaration
Objective-C
BMPSourceWarningCodeThumbnailLoadingFailed = 2002Swift
case thumbnailLoadingFailed = 2002 -
It was not possible to parse a thumbnail track. The message of the according SourceWarningEvent provides more information.
Declaration
Objective-C
BMPSourceWarningCodeThumbnailParsingFailed = 2003Swift
case thumbnailParsingFailed = 2003 -
It was not possible to load a subtitle track because the URI was not valid or the communication with the server failed. The message of the according SourceWarningEvent provides more information.
Declaration
Objective-C
BMPSourceWarningCodeSubtitleLoadingFailed = 2004Swift
case subtitleLoadingFailed = 2004 -
It was not possible to parse a subtitle track. The message of the according SourceWarningEvent provides more information.
Declaration
Objective-C
BMPSourceWarningCodeSubtitleParsingFailed = 2005Swift
case subtitleParsingFailed = 2005 -
The HLS variant playlist attribute is missing.
Declaration
Objective-C
BMPSourceWarningCodeHlsPlaylistTypeTagMissing = 1207Swift
case hlsPlaylistTypeTagMissing = 1207
BMPSourceWarningCode Enumeration Reference