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

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