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 { ... }
}Provided Methods§
unsafe fn stream_did_output_sample_buffer( &self, stream: &SCStream, sample_buffer: CMSampleBufferRef, of_type: SCStreamOutputType, )
Trait Implementations§
impl<T> ImplementedBy<T> for dyn SCStreamOutput
Source§impl ProtocolType for dyn SCStreamOutput
impl ProtocolType for dyn SCStreamOutput
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".