AVAudioFile.ReadIntoBuffer Method

Definition

Overloads

ReadIntoBuffer(AVAudioPcmBuffer, NSError)

[Foundation.Export("readIntoBuffer:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ReadIntoBuffer(AVFoundation.AVAudioPcmBuffer buffer, out Foundation.NSError outError);
[<Foundation.Export("readIntoBuffer:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReadIntoBuffer : AVFoundation.AVAudioPcmBuffer * NSError -> bool
override this.ReadIntoBuffer : AVFoundation.AVAudioPcmBuffer * NSError -> bool

Parameters

outError
NSError

Returns

Attributes

Applies to

ReadIntoBuffer(AVAudioPcmBuffer, UInt32, NSError)

[Foundation.Export("readIntoBuffer:frameCount:error:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ReadIntoBuffer(AVFoundation.AVAudioPcmBuffer buffer, uint frames, out Foundation.NSError outError);
[<Foundation.Export("readIntoBuffer:frameCount:error:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ReadIntoBuffer : AVFoundation.AVAudioPcmBuffer * uint32 * NSError -> bool
override this.ReadIntoBuffer : AVFoundation.AVAudioPcmBuffer * uint32 * NSError -> bool

Parameters

frames
UInt32
outError
NSError

Returns

Attributes

Applies to