|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.PlaySoundFromRecorder (
nPlayer as Integer,
hWndRecorderCtrl as OLE_HANDLE,
bMono as enumBoolean
) as enumErrorCodes
|
|
[C++]
short control.PlaySoundFromRecorder (
short nPlayer,
OLE_HANDLE hWndRecorderCtrl,
short bMono
);
|
|
Parameter
|
Description
| |||||||||
|
|
| |||||||||
|
nPlayer
|
Number representing the zero-based index of the involved player
| |||||||||
|
hWndRecorderCtrl
|
Window handle to the instance of Active Sound Recorder control
| |||||||||
|
bMono
|
Boolean value that tells to play incoming sound data in Mono or Stereo.
Supported values are the following:
|
|
Value
|
Meaning
|
|
|
|
|
Negative value
|
An error occurred (see the LastError property for further error details)
|
|
enumErrorCodes.ERR_NOERROR (0)
|
The method call was successful
|