Notifications
ObserveInterruption(EventHandler<AVAudioSessionInterruptionEventArgs>)
ObserveInterruption(NSObject, EventHandler<AVAudioSessionInterruptionEventArgs>)
ObserveMediaServicesWereLost(EventHandler<NSNotificationEventArgs>)
ObserveMediaServicesWereLost(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveMediaServicesWereReset(EventHandler<NSNotificationEventArgs>)
ObserveMediaServicesWereReset(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveRenderingCapabilitiesChange(EventHandler<NSNotificationEventArgs>)
ObserveRenderingCapabilitiesChange(NSObject, EventHandler<NSNotificationEventArgs>)
ObserveRenderingModeChange(EventHandler<RenderingModeChangeNotificationEventArgs>)
ObserveRenderingModeChange(NSObject, EventHandler<RenderingModeChangeNotificationEventArgs>)
ObserveRouteChange(EventHandler<AVAudioSessionRouteChangeEventArgs>)
ObserveRouteChange(NSObject, EventHandler<AVAudioSessionRouteChangeEventArgs>)
ObserveSilenceSecondaryAudioHint(EventHandler<AVAudioSessionSecondaryAudioHintEventArgs>)
ObserveSilenceSecondaryAudioHint(NSObject, EventHandler<AVAudioSessionSecondaryAudioHintEventArgs>)
ObserveSpatialPlaybackCapabilitiesChanged(EventHandler<SpatialPlaybackCapabilitiesChangedEventArgs>)
ObserveSpatialPlaybackCapabilitiesChanged(NSObject, EventHandler<SpatialPlaybackCapabilitiesChangedEventArgs>)
xamarinios
namespace AVFoundation
{
[Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
[Register("AVAudioSession", true)]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public class AVAudioSession : NSObject
{
public static class Notifications
{
public static NSObject! ObserveInterruption(NSObject! objectToObserve, EventHandler<AVAudioSessionInterruptionEventArgs!>! handler);
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API