Share via


RPBroadcastSampleHandler.ProcessSampleBuffer Method

Definition

[Foundation.Export("processSampleBuffer:withType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ProcessSampleBuffer(CoreMedia.CMSampleBuffer sampleBuffer, ReplayKit.RPSampleBufferType sampleBufferType);
[<Foundation.Export("processSampleBuffer:withType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ProcessSampleBuffer : CoreMedia.CMSampleBuffer * ReplayKit.RPSampleBufferType -> unit
override this.ProcessSampleBuffer : CoreMedia.CMSampleBuffer * ReplayKit.RPSampleBufferType -> unit

Parameters

sampleBuffer
CMSampleBuffer
sampleBufferType
RPSampleBufferType
Attributes

Applies to