AVAudioSequencer
AVAudioSequencer()
AVAudioSequencer(AVAudioEngine)
AVAudioSequencer(IntPtr)
AVAudioSequencer(NativeHandle)
AVAudioSequencer(NSObjectFlag)
ClassHandle
CurrentPositionInBeats
CurrentPositionInSeconds
Playing
Rate
TempoTrack
Tracks
UserInfo
GetBeats(Double)
GetBeats(UInt64, NSError)
GetData(nint, NSError)
GetData(nint, NSError)
GetHostTime(Double, NSError)
GetSeconds(Double)
Load(NSData, AVMusicSequenceLoadOptions, NSError)
Load(NSUrl, AVMusicSequenceLoadOptions, NSError)
PrepareToPlay()
Start(NSError)
Stop()
Write(NSUrl, nint, Boolean, NSError)
Write(NSUrl, nint, Boolean, NSError)
xamarinmac
namespace AVFoundation
{
[Introduced(PlatformName.iOS, 9, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 11, PlatformArchitecture.All, null)]
[Register("AVAudioSequencer", true)]
[Unavailable(PlatformName.WatchOS, PlatformArchitecture.All, null)]
public class AVAudioSequencer : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("loadFromURL:options:error:")]
public virtual bool Load(NSUrl! fileUrl, AVMusicSequenceLoadOptions options, out NSError! outError);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinmac | |
Assembly | Xamarin.Mac , 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