IAudioDeviceInfo.Sharing Property

Indicates whether the device is shared.

Syntax

public:
property AudioDeviceSharing Sharing {
         AudioDeviceSharing get ();
}  

Property value

Type: AudioDeviceSharing 

Returns an enumeration indicating whether the audio device is shared. A value of AudioDeviceSharing.Shared indicates the device is a Kinect sensor (for an input device) or speakers (for an output device). Any other return value indicates the device is a voice chat headset.

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

IAudioDeviceInfo Interface

IAudioDeviceInfo Members

Windows.Xbox.System Namespace