AVAudioSessionDelegate_Extensions.EndInterruption 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
| Name | Description |
|---|---|
| EndInterruption(IAVAudioSessionDelegate) |
Developers can override this method to react to the end of an interruption of an audio session. |
| EndInterruption(IAVAudioSessionDelegate, AVAudioSessionInterruptionOptions) |
Developers can override this method to react to the end of an interruption of an audio session. |
EndInterruption(IAVAudioSessionDelegate)
Developers can override this method to react to the end of an interruption of an audio session.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void EndInterruption(this AVFoundation.IAVAudioSessionDelegate This);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member EndInterruption : AVFoundation.IAVAudioSessionDelegate -> unit
Parameters
- Attributes
Applies to
EndInterruption(IAVAudioSessionDelegate, AVAudioSessionInterruptionOptions)
Developers can override this method to react to the end of an interruption of an audio session.
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void EndInterruption(this AVFoundation.IAVAudioSessionDelegate This, AVFoundation.AVAudioSessionInterruptionOptions flags);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member EndInterruption : AVFoundation.IAVAudioSessionDelegate * AVFoundation.AVAudioSessionInterruptionOptions -> unit
Parameters
- Attributes