core-video-sys 0.1.1

Bindings to CoreVideo.framework for macOS and iOS
1
2
3
4
5
use crate::core_foundation_sys::base::CFTypeID;

extern "C" {
    pub fn CVDisplayLinkGetTypeID() -> CFTypeID;
}