Trait screen_capture_kit::stream::SCStreamOutput
source · pub unsafe trait SCStreamOutput: NSObjectProtocol {
// Provided method
unsafe fn stream_did_output_sample_buffer(
&self,
stream: &SCStream,
sample_buffer: CMSampleBufferRef,
of_type: SCStreamOutputType,
)
where Self: Sized + Message { ... }
}