Compartir a través de


AVAudioFile.ReadIntoBuffer Método

Definición

Sobrecargas

ReadIntoBuffer(AVAudioPcmBuffer, NSError)
ReadIntoBuffer(AVAudioPcmBuffer, UInt32, NSError)

ReadIntoBuffer(AVAudioPcmBuffer, NSError)

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

Parámetros

outError
NSError

Devoluciones

Atributos

Se aplica a

ReadIntoBuffer(AVAudioPcmBuffer, UInt32, NSError)

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

Parámetros

frames
UInt32
outError
NSError

Devoluciones

Atributos

Se aplica a