AVAudioFile.ReadIntoBuffer メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- buffer
- AVAudioPcmBuffer
- outError
- NSError
戻り値
- 属性
適用対象
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
パラメーター
- buffer
- AVAudioPcmBuffer
- frames
- UInt32
- outError
- NSError
戻り値
- 属性