'Declaration Public Shared Function FromFile( _ ByVal fileName As System.String, _ Optional ByVal audioFormat As AudioFormat _ ) As SoundObject
public static SoundObject FromFile( System.string fileName, AudioFormat audioFormat )
Parameters
- fileName
- The file with the audio.
- audioFormat
- The audio format.
Return Value
The created SoundObject.