次の方法で共有


AVAudioRecorderDelegate_Extensions.EncoderError メソッド

定義

public static void EncoderError (this AVFoundation.IAVAudioRecorderDelegate This, AVFoundation.AVAudioRecorder recorder, Foundation.NSError error);
static member EncoderError : AVFoundation.IAVAudioRecorderDelegate * AVFoundation.AVAudioRecorder * Foundation.NSError -> unit

パラメーター

This
IAVAudioRecorderDelegate

この拡張メソッドが動作するインスタンス。

recorder
AVAudioRecorder
error
NSError

追加する。

このパラメーターは、null に設定できます。

適用対象