AVAudioFile.ReadIntoBuffer Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- buffer
- AVAudioPcmBuffer
- outError
- NSError
Retours
- Attributs
S’applique à
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
Paramètres
- buffer
- AVAudioPcmBuffer
- frames
- UInt32
- outError
- NSError
Retours
- Attributs