CVPixelBufferRepresentable
CVPixelBufferRepresentable protocol is a sealed protocol intended to be implemented by the types in CoreVideo framework. This protocol facilitates Swift types that wrap a value of CVPixelBuffer type.
Declaration
protocol CVPixelBufferRepresentable : CVImageBufferRepresentable, ~CopyableTopics
Instance Properties
Instance Methods
accessUnsafeRawPlaneBytes(_:)isCompatibleWith(_:)isCompatibleWith(_:)withUnsafeBackingIOSurfaceIfPresent(_:)