CVImageBufferRepresentable
CVImageBufferRepresentable 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 CVImageBuffer type.
Declaration
protocol CVImageBufferRepresentable : CVBufferRepresentable, ~Copyable