In The Hand LtdIn The Hand
AudioPlayMode Enumeration
NamespacesInTheHand.VisualBasicAudioPlayMode
.NET Components for Mobility
Indicates how to play sounds when calling audio methods.
Declaration Syntax
C#Visual Basic
public enum AudioPlayMode
Public Enumeration AudioPlayMode
Members
MemberDescription
WaitToComplete
Background
Causes the My.Computer.Audio.Play method to play the sound in the background. The calling code continues to execute.

BackgroundLoop
Causes the My.Computer.Audio.Play method to play the sound in the background until the My.Computer.Audio.Stop Method is called. The calling code continues to execute.

HasFlag
Determines whether one or more bit fields are set in the current instance.

Remarks
You can use the AudioPlayMode enumeration members to control how the My.Computer.Audio.Play Method plays sounds.

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