pub unsafe extern "C-unwind" fn CGDisplayStreamCreateWithDispatchQueue(
display: CGDirectDisplayID,
output_width: usize,
output_height: usize,
pixel_format: i32,
properties: Option<&CFDictionary>,
queue: &DispatchQueue,
handler: CGDisplayStreamFrameAvailableHandler,
) -> Option<CFRetained<CGDisplayStream>>👎Deprecated:
renamed to CGDisplayStream::with_dispatch_queue
Available on crate feature
block2 and crate feature CGDirectDisplay and crate feature CGDisplayStream and crate feature dispatch2 and crate feature objc2-io-surface and non-watchOS only.