This topic has not yet been rated - Rate this topic

Microphone.All Property

Returns the collection of all currently-available microphones.

Namespace: Microsoft.Xna.Framework.Audio
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

public static ReadOnlyCollection<Microphone> All { get; }

Property Value

The collection of microphones.
Ff433650.note(en-us,XNAGameStudio.41).gifWindows Phone Specific Information

This property will always return the default microphone on Windows Phone, and it will only return one device.

Xbox 360, Windows 7, Windows Vista, Windows XP, Windows Phone
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Windows Phone Specific Information
"This property will always return the default microphone on Windows Phone, and it will only return one device." $0What does it actually mean? Is it default microphone of the device or is it default microphone set somewhere in system ? How can I get list of all available microphones in my app? I'm interested to record sound from bluetooth headset, how can I get access to this microphone? $0