Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the collection of all currently-available microphones.
Namespace: Microsoft.Xna.Framework.Audio
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
Syntax
public static ReadOnlyCollection<Microphone> All { get; }
Property Value
The collection of microphones.
Remarks
Windows Phone Specific Information |
|---|
This property will always return the default microphone on Windows Phone, and it will only return one device. |
See Also
Microphone Class
Microphone Members
Microsoft.Xna.Framework.Audio Namespace
Platforms
Xbox 360, Windows 7, Windows Vista, Windows XP, Windows Phone
Windows Phone Specific Information