xamarinwatchos
namespace AVFoundation
{
[Introduced(PlatformName.WatchOS, 4, 0, PlatformArchitecture.All, null)]
[Protocol(Name = "AVAudioRecorderDelegate", WrapperType = typeof(AVAudioRecorderDelegateWrapper))]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "FinishedRecording", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVAudioRecorder), typeof(bool) }, Selector = "audioRecorderDidFinishRecording:successfully:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EncoderError", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVAudioRecorder), typeof(NSError) }, Selector = "audioRecorderEncodeErrorDidOccur:error:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "BeginInterruption", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVAudioRecorder) }, Selector = "audioRecorderBeginInterruption:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EndInterruption", ParameterByRef = new[] { false }, ParameterType = new[] { typeof(AVAudioRecorder) }, Selector = "audioRecorderEndInterruption:")]
[ProtocolMember(IsProperty = false, IsRequired = false, IsStatic = false, Name = "EndInterruption", ParameterByRef = new[] { false, false }, ParameterType = new[] { typeof(AVAudioRecorder), typeof(AVAudioSessionInterruptionFlags) }, Selector = "audioRecorderEndInterruption:withFlags:")]
[Unavailable(PlatformName.TvOS, PlatformArchitecture.All, null)]
public interface IAVAudioRecorderDelegate : INativeObject, IDisposable
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinwatchos | |
Assembly | Xamarin.WatchOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |