OTVThumbnailError
Objective-C
enum OTVThumbnailError : NSInteger {}
Swift
enum OTVIFrameThumbnailError : Int, @unchecked Sendable
OTVIFrameThumbnailError
is an enum that represent they type of error associated with OTVThumbnail I-Frames
-
Declaration
Objective-C
OTVThumbnailErrorPositionError = 1
Swift
case positionError = 1
-
Declaration
Objective-C
OTVThumbnailErrorItemError = 2
Swift
case itemError = 2