SCNAudioSource.FromFile(String) 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.
Creates a new SCNAudioSource with the audio content located in the file named fileName
.
[Foundation.Export("audioSourceNamed:")]
public static SceneKit.SCNAudioSource FromFile (string fileName);
static member FromFile : string -> SceneKit.SCNAudioSource
Parameters
- fileName
- String
Returns
- Attributes