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.
Determines if the passed microphone is a headset associated with this signed-in gamer. Use this method to determine if a specific microphone is a gamer-bound headset.
Syntax
'Declaration
Public Function IsHeadset ( _
microphone As Microphone _
) As Boolean
public bool IsHeadset (
Microphone microphone
)
public:
bool IsHeadset(
Microphone microphone
)
Parameters
- microphone
Type: Microphone
The microphone to check against this signed-in gamer.
Return Value
Type: Boolean
true if the microphone is associated with this signed-in gamer; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework.GamerServices
Assembly: Microsoft.Xna.Framework.GamerServices (in microsoft.xna.framework.gamerservices.dll)
See Also
Reference
SignedInGamer Class
SignedInGamer Members
Microsoft.Xna.Framework.GamerServices Namespace
Platforms
Windows Phone