In The Hand LtdIn The Hand
Play Method (data, playMode)
NamespacesInTheHand.VisualBasic.DevicesAudioPlay(array<Byte>[]()[][], AudioPlayMode)
.NET Components for Mobility
Plays a .wav sound file.
Declaration Syntax
C#Visual Basic
public void Play(
	byte[] data,
	AudioPlayMode playMode
)
Public Sub Play ( _
	data As Byte(), _
	playMode As AudioPlayMode _
)
Parameters
data (array<Byte>[]()[][])
Byte array that represents the sound file.
playMode (AudioPlayMode)
AudioPlayMode Enumeration mode for playing the sound. By default, AudioPlayMode.Background.
Remarks

Assembly: InTheHand.VisualBasic (Module: InTheHand.VisualBasic) Version: 7.0.0.0