PartyXblAccessibilitySettings
与 Xbox Live 帐户关联的辅助功能设置。
语法
struct PartyXblAccessibilitySettings {
PartyBool speechToTextEnabled;
PartyBool textToSpeechEnabled;
char languageCode[c_maxLanguageCodeStringLength + 1];
PartyGender gender;
}
成员
speechToTextEnabled
PartyBool
如果用户已在其 Xbox Live 设置中启用语音到文本转换,则为 true。
textToSpeechEnabled
PartyBool
如果用户已在其 Xbox Live 设置中启用文本到语音转换,则为 true。
languageCode
char[c_maxLanguageCodeStringLength + 1]
与此用户的辅助功能设置相关联的语言代码。 选择此用户的 PartyTextToSpeechProfile 时,可以用作提示。
gender
PartyGender
与此用户的辅助功能设置相关的性别。 选择此用户的 PartyTextToSpeechProfile 时,可以用作提示。
要求
标题:PartyXboxLive.h