AVCaptureAudioDataOutput.SampleBufferDelegate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the delegate object that receives samples as they are captured.
public virtual AVFoundation.IAVCaptureAudioDataOutputSampleBufferDelegate SampleBufferDelegate { [Foundation.Export("sampleBufferDelegate")] get; }
member this.SampleBufferDelegate : AVFoundation.IAVCaptureAudioDataOutputSampleBufferDelegate
Property Value
- Attributes
Remarks
The methods on the delegate object are invoked on the thread/dispatch queue specified by the SampleBufferCallbackQueue.