AVAudioPlayerDelegate.EndInterruption 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
EndInterruption(AVAudioPlayer) | |
EndInterruption(AVAudioPlayer, AVAudioSessionInterruptionFlags) |
EndInterruption(AVAudioPlayer)
[Foundation.Export("audioPlayerEndInterruption:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EndInterruption(AVFoundation.AVAudioPlayer player);
abstract member EndInterruption : AVFoundation.AVAudioPlayer -> unit
override this.EndInterruption : AVFoundation.AVAudioPlayer -> unit
参数
- player
- AVAudioPlayer
- 属性
适用于
EndInterruption(AVAudioPlayer, AVAudioSessionInterruptionFlags)
[Foundation.Export("audioPlayerEndInterruption:withOptions:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void EndInterruption(AVFoundation.AVAudioPlayer player, AVFoundation.AVAudioSessionInterruptionFlags flags);
abstract member EndInterruption : AVFoundation.AVAudioPlayer * AVFoundation.AVAudioSessionInterruptionFlags -> unit
override this.EndInterruption : AVFoundation.AVAudioPlayer * AVFoundation.AVAudioSessionInterruptionFlags -> unit
参数
- player
- AVAudioPlayer
- 属性