SKAudioNode.AvAudioNode Property
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.
The audio asset played by the SKAudioNode.
public virtual AVFoundation.AVAudioNode AvAudioNode { [Foundation.Export("avAudioNode", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setAvAudioNode:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.AvAudioNode : AVFoundation.AVAudioNode with get, set
Property Value
This value can be null
.
- Attributes