Contents

CVBufferRepresentable

CVBufferRepresentable 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 CVBuffer type.

Declaration

protocol CVBufferRepresentable<Buffer> : ~Copyable

Topics

Associated Types

Instance Methods