Module cv

Module cv 

Source
Expand description

Core Video types and wrappers

This module provides Rust wrappers for Core Video framework types used in screen capture operations.

§Main Types

Modules§

ffi
Raw FFI bindings for Core Video types.

Structs§

CVPixelBuffer
CVPixelBufferLockFlags
Lock flags for CVPixelBuffer
CVPixelBufferLockGuard
RAII guard for locked CVPixelBuffer base address
CVPixelBufferPool
Opaque handle to CVPixelBufferPool

Traits§

PixelBufferCursorExt
Extension trait for io::Cursor to add pixel buffer specific operations