screencapturekit 3.1.3

Safe Rust bindings for Apple's ScreenCaptureKit framework - screen and audio capture on macOS
Documentation
1
2
3
4
5
6
7
8
9
10
//! `IOSurface` — re-exported from `apple-cf` so all doom-fish crates share
//! one canonical `IOSurface` type.
//!
//! Metal-specific extension methods live on the `IOSurfaceMetalExt` trait in
//! `screencapturekit::metal` (bring it into scope to call `surface.info()` /
//! `surface.create_metal_textures(...)`, etc.).

pub use apple_cf::iosurface::{
    IOSurface, IOSurfaceLockGuard, IOSurfaceLockOptions, PlaneProperties,
};