AVAudioRecorderDelegate_Extensions 类

定义

接口的 IAVAudioRecorderDelegate 扩展方法,以支持协议中的所有方法 AVAudioRecorderDelegate

public static class AVAudioRecorderDelegate_Extensions
type AVAudioRecorderDelegate_Extensions = class
继承
AVAudioRecorderDelegate_Extensions

注解

IAVAudioRecorderDelegate 扩展方法允许开发人员将 接口的实例视为具有原始 AVAudioRecorderDelegate 协议的所有可选方法。 由于 接口仅包含所需的成员,因此这些扩展方法允许开发人员调用协议的可选成员。

方法

BeginInterruption(IAVAudioRecorderDelegate, AVAudioRecorder)

开发人员不应使用此已弃用的方法。

EncoderError(IAVAudioRecorderDelegate, AVAudioRecorder, NSError)

接口的 IAVAudioRecorderDelegate 扩展方法,以支持协议中的所有方法 AVAudioRecorderDelegate

EndInterruption(IAVAudioRecorderDelegate, AVAudioRecorder)

接口的 IAVAudioRecorderDelegate 扩展方法,以支持协议中的所有方法 AVAudioRecorderDelegate

EndInterruption(IAVAudioRecorderDelegate, AVAudioRecorder, AVAudioSessionInterruptionFlags)

接口的 IAVAudioRecorderDelegate 扩展方法,以支持协议中的所有方法 AVAudioRecorderDelegate

FinishedRecording(IAVAudioRecorderDelegate, AVAudioRecorder, Boolean)

接口的 IAVAudioRecorderDelegate 扩展方法,以支持协议中的所有方法 AVAudioRecorderDelegate

适用于