SCStreamFrameInfoDirtyRects

Static SCStreamFrameInfoDirtyRects 

Source
pub unsafe static SCStreamFrameInfoDirtyRects: &'static SCStreamFrameInfo
Available on crate feature SCStream only.
Expand description

SCStreamFrameInfoDirtyRects

The key for the CFDictionary attached to the CMSampleBuffer for an array of rectangles that is the union of both rectangles that were redrawn and rectangles that were moved. This is an array of CGRect in NSValue. The CGRects elements are specified in pixels.

See also Apple’s documentation