AVAudioFile.ReadIntoBuffer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- buffer
- AVAudioPcmBuffer
- outError
- NSError
Returns
- Attributes
Applies to
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
Parameters
- buffer
- AVAudioPcmBuffer
- frames
- UInt32
- outError
- NSError
Returns
- Attributes