CoreVideo Changes for Swift
CoreVideo
Modified CVBuffer
Name | Declaration | |
---|---|---|
From | CVBufferRef | typealias CVBufferRef = CVBuffer |
To | CVBuffer | class CVBuffer { } |
Modified CVMetalTextureCache
Name | Declaration | |
---|---|---|
From | CVMetalTextureCacheRef | typealias CVMetalTextureCacheRef = CVMetalTextureCache |
To | CVMetalTextureCache | class CVMetalTextureCache { } |
Modified CVOpenGLESTextureCache
Name | Declaration | |
---|---|---|
From | CVOpenGLESTextureCacheRef | typealias CVOpenGLESTextureCacheRef = CVOpenGLESTextureCache |
To | CVOpenGLESTextureCache | class CVOpenGLESTextureCache { } |
Modified CVPixelBufferPool
Name | Declaration | |
---|---|---|
From | CVPixelBufferPoolRef | typealias CVPixelBufferPoolRef = CVPixelBufferPool |
To | CVPixelBufferPool | class CVPixelBufferPool { } |
Modified CVMetalTexture
Declaration | |
---|---|
From | typealias CVMetalTextureRef = CVMetalTexture |
To | typealias CVMetalTexture = CVImageBuffer |
Modified CVOpenGLESTexture
Declaration | |
---|---|
From | typealias CVOpenGLESTextureRef = CVOpenGLESTexture |
To | typealias CVOpenGLESTexture = CVImageBuffer |
Modified CVPixelBuffer
Declaration | |
---|---|
From | typealias CVPixelBufferRef = CVPixelBuffer |
To | typealias CVPixelBuffer = CVImageBuffer |