Copyright © 2001-2019 MultiMedia Soft

OutputDeviceChanged event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs when the output device (sound card) has been changed through a successful call to the StreamOutputDeviceSet method.

 

 

Syntax

 

[Visual Basic]

OutputDeviceChanged (

ByVal nPlayer as Integer,

ByVal nOutput as Integer

)


 

[C++]

void OutputDeviceChanged (

short nPlayer,

short nOutput

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the player that fired the event

nOutput

Number representing the zero-based index of the new output device for the given player