SHSession.Match 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 |
|---|---|
| Match(SHSignature) | |
| Match(AVAudioPcmBuffer, AVAudioTime) |
Match(SHSignature)
[Foundation.Export("matchSignature:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Match(ShazamKit.SHSignature signature);
[<Foundation.Export("matchSignature:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Match : ShazamKit.SHSignature -> unit
override this.Match : ShazamKit.SHSignature -> unit
Parameters
- signature
- SHSignature
- Attributes
Applies to
Match(AVAudioPcmBuffer, AVAudioTime)
[Foundation.Export("matchStreamingBuffer:atTime:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Match(AVFoundation.AVAudioPcmBuffer buffer, AVFoundation.AVAudioTime? time);
[<Foundation.Export("matchStreamingBuffer:atTime:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Match : AVFoundation.AVAudioPcmBuffer * AVFoundation.AVAudioTime -> unit
override this.Match : AVFoundation.AVAudioPcmBuffer * AVFoundation.AVAudioTime -> unit
Parameters
- buffer
- AVAudioPcmBuffer
- time
- AVAudioTime
- Attributes