Plays an audio file (WAV,MP3,WMA a more ...) fileName.

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public XAudioController PlayAudio(
	string fileName
)

Parameters

fileName
Type: System..::.String
A music file.

Return Value

Returns the instance of XAudioController for manipulating with the music.

See Also