Copyright © 2006-2019 MultiMedia Soft

OutputDeviceGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves the current output device (sound card) used for playback. The output device can be changed at any time through the OutputDeviceSet method.

 

 

Syntax

 

[Visual Basic]

Public Function OutputDeviceGet (

) as Int16


 

[C#]

public Int16 OutputDeviceGet (

);


 

[C++]

public: Int16 OutputDeviceGet (

);


 

 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred (see the LastError property for further error details)

Value >= 0

The index of the output device assigned to the given player