Share via


SHSignatureGenerator.Append(AVAudioPcmBuffer, AVAudioTime, NSError) Method

Definition

[Foundation.Export("appendBuffer:atTime:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool Append(AVFoundation.AVAudioPcmBuffer buffer, AVFoundation.AVAudioTime? time, out Foundation.NSError? error);
[<Foundation.Export("appendBuffer:atTime:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Append : AVFoundation.AVAudioPcmBuffer * AVFoundation.AVAudioTime * NSError -> bool
override this.Append : AVFoundation.AVAudioPcmBuffer * AVFoundation.AVAudioTime * NSError -> bool

Parameters

error
NSError

Returns

Attributes

Applies to