Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Use the asynchronous interface compileModelAtURL:completionHandler:error: instead. |
Availability | Deprecation Message | |
---|---|---|
From | Available | none |
To | Deprecated | Use getBytesWithHandler or getMutableBytesWithHandler instead. For Swift, use withUnsafeBytes or withUnsafeMutableBytes. |
Declaration | |
---|---|
From | @property (nonatomic, readonly, nullable) CVPixelBufferRef pixelBuffer |
To | @property (nonatomic, readonly, nullable) CVPixelBufferRef pixelBuffer |
Declaration | |
---|---|
From | @property (nonatomic, readwrite, copy, nonnull) NSDictionary<NSString *,id> *outputBackings |
To | @property (nonatomic, readwrite, copy, nonnull) NSDictionary<NSString *,id> *outputBackings |