User.AudioDevices Property

The list of audio devices associated with the user.

Syntax

public:
property IVectorView<IAudioDeviceInfo^ >^ AudioDevices {
         IVectorView<IAudioDeviceInfo^ >^ get ();
}  

Property value

Type: IVectorView<IAudioDeviceInfo^ > 

  Returns a collection containing the device information for the audio devices associated with the user.

Remarks

Note

This is a cross-OS call. For more information, see Cross-OS Calls.

Requirements

Namespace: Windows.Xbox.System

Metadata: windows.winmd

See also

Reference

User Class

User Members

Windows.Xbox.System Namespace