xamarinios
namespace AVFoundation
{
[Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
[Register("AVAudioSession", true)]
[Unavailable(PlatformName.MacOSX, PlatformArchitecture.All, null)]
public class AVAudioSession : NSObject
{
[Obsolete("Deprecated since iOS 6, Use 'AVAudioSession.Notification.ObserveAudioRouteChange'.")]
public event EventHandler<AVSampleRateEventArgs> SampleRateChanged;
}
}
nuget.org | 0.0 %
Reference this API 0.0 %
Subscribe to this event 0.0 %
Unsubscribe from this event |
---|---|
.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. |
Obsolete | Deprecated since iOS 6, Use 'AVAudioSession.Notification.ObserveAudioRouteChange'. |
Platform Restrictions | This framework does not have platform annotations. |