Setup guide

See Also
MixerSource Object
MixerSource Object
The MixerSource object represents a single audio data source.
Mixer.Playback(
SourceIndexOrName
)
Mixer.Record(
SourceIndexOrName
)
Arguments
SourceIndexOrName
Required. Either an index number or source name. See remarks.
Remarks
The SourceIndexOrName parameter can be either a numerical index or a name of a valid mixer source. Mixer source
names are the labels that appear in the Windows volume control panel applet. The following image shows an example
of the two first mixer sources of a playback destination.
Play Control can be accessed with
Mixer.Playback(0)
or
Mixer.Playback("Play Control")
.