AVAudioFile.ReadIntoBuffer Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
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
Parametri
- buffer
- AVAudioPcmBuffer
- outError
- NSError
Restituisce
- Attributi
Si applica 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
Parametri
- buffer
- AVAudioPcmBuffer
- frames
- UInt32
- outError
- NSError
Restituisce
- Attributi