|
Copyright © 2005-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
Public Event OutputDeviceChanged As OutputDeviceChangedEventHandler
|
|
[C#]
public event OutputDeviceChangedEventHandler OutputDeviceChanged;
|
|
[C++]
public: __event OutputDeviceChangedEventHandler OutputDeviceChanged;
|
|
OutputDeviceChangedEventArgs members
|
Description
|
|
|
|
|
nPlayerIndex
|
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
|