The GetNumDigitalAudioOutputDevices procedure allows the application software to determine the number of
multimedia audio output devices supported by the host system.
Namespace:
LanScapeAssembly: LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
| C# |
|---|
public int GetNumDigitalAudioOutputDevices() |
| Visual Basic (Declaration) |
|---|
Public Function GetNumDigitalAudioOutputDevices As Integer |
| Visual C++ |
|---|
public: int GetNumDigitalAudioOutputDevices() |
| J# |
|---|
public int GetNumDigitalAudioOutputDevices() |
Return Value
If the function succeeds, the number of multimedia audio output devices supported by the host system.
If the function fails, the return value will be zero.
Remarks
None.
