LumiSoft Net Help
Play Method (file, count)
NamespacesLumiSoft.Net.MediaWavePlayerPlay(String, Int32)
Starts playing specified wave file for the specified number of times.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Play(
	string file,
	int count
)
Public Sub Play ( 
	file As String,
	count As Integer
)
public:
void Play(
	String^ file, 
	int count
)
member Play : 
        file : string * 
        count : int -> unit 
Parameters
file (String)
Wave file.
count (Int32)
Number of times to play.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when file is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119