Share via


ISCStreamOutput.DidOutputSampleBuffer Method

Definition

[Foundation.Export("stream:didOutputSampleBuffer:ofType:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidOutputSampleBuffer(ScreenCaptureKit.SCStream stream, CoreMedia.CMSampleBuffer sampleBuffer, ScreenCaptureKit.SCStreamOutputType type);
[<Foundation.Export("stream:didOutputSampleBuffer:ofType:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidOutputSampleBuffer : ScreenCaptureKit.SCStream * CoreMedia.CMSampleBuffer * ScreenCaptureKit.SCStreamOutputType -> unit
override this.DidOutputSampleBuffer : ScreenCaptureKit.SCStream * CoreMedia.CMSampleBuffer * ScreenCaptureKit.SCStreamOutputType -> unit

Parameters

stream
SCStream
sampleBuffer
CMSampleBuffer
Attributes

Applies to