XblPrivacySetting
由隐私引擎保护的所有事项。语法
enum class XblPrivacySetting : uint32_t
{
Unknown = 0,
ShareFriendList = 1,
ShareGameHistory = 2,
CommunicateUsingTextAndVoice = 3,
SharePresence = 4,
ShareProfile = 5,
ShareVideoAndMusicStatus = 6,
CommunicateUsingVideo = 7,
CollectVoiceData = 8,
ShareXboxMusicActivity = 9,
ShareExerciseInfo = 11,
ShareIdentity = 12,
ShareIdentityInGame = 13,
ShareRecordedGameSessions = 14,
CollectLiveTvData = 15,
CollectXboxVideoData = 16,
ShareIdentityTransitively = 17,
ShareVideoHistory = 18,
ShareMusicHistory = 19,
AllowUserCreatedContentViewing = 20,
AllowProfileViewing = 21,
ShowRealTimeActivity = 22,
CollectVoiceDataXboxOneFull = 23,
CanShareIdentity = 24,
ShareContentToExternalNetworks = 25,
CollectVoiceSearchData = 26,
ShareClubMembership = 27,
CollectVoiceGameChatData = 28,
ShareActivityFeed = 29,
CommunicateDuringCrossNetworkPlay = 30,
}
常量
| 常量 | 说明 |
|---|---|
| Unknown | 无法识别的隐私设置(不是下列值之一)。 |
| ShareFriendList | 好友列表。 |
| ShareGameHistory | 已玩游戏历史记录。 |
| CommunicateUsingTextAndVoice | 消息和语音聊天。 |
| SharePresence | 联机状态。 |
| ShareProfile | 用户个人资料。 |
| ShareVideoAndMusicStatus | 视频和音乐状态。 |
| CommunicateUsingVideo | 视频通信。 |
| CollectVoiceData | 语音数据收集。 |
| ShareXboxMusicActivity | 分享 XBOX Music 活动。 |
| ShareExerciseInfo | 健身数据。 |
| ShareIdentity | 分享身份 - 真实姓名,也称为 MSA 名称。 |
| ShareIdentityInGame | 用于游戏中的真实身份数据。 |
| ShareRecordedGameSessions | Game DVR。 |
| CollectLiveTvData | 允许 Microsoft 收集有关 Live TV 观看的数据。 |
| CollectXboxVideoData | 允许 Microsoft 收集有关 XBOX Video 观看的数据。 |
| ShareIdentityTransitively | 允许其他用户通过 “传递真实姓名” 查看真实身份。 |
| ShareVideoHistory | 允许其他用户查看所有者的视频观看历史记录。 |
| ShareMusicHistory | 允许其他用户查看所有者的音乐历史记录。 |
| AllowUserCreatedContentViewing | 允许用户查看其他用户的用户创作内容。这是对所有者的家长控制,而不是影响其他用户的隐私设置。 |
| AllowProfileViewing | 允许用户查看其他用户的个人资料。这是对所有者的家长控制,而不是影响其他用户的隐私设置。 |
| ShowRealTimeActivity | 有时称为 “隐身” 位。 |
| CollectVoiceDataXboxOneFull | 允许在 XBOX One 上收集完整的语音数据(可识别用户身份)。 |
| CanShareIdentity | 用于阻止用户分享身份的强制设置。 |
| ShareContentToExternalNetworks | 允许其他用户将所有者的 XBOX LIVE 内容分享到外部社交网络。 |
| CollectVoiceSearchData | 允许在 XBOX One 上收集语音搜索数据。 |
| ShareClubMembership | 允许其他用户查看用户已加入的公开俱乐部。 |
| CollectVoiceGameChatData | 允许从游戏聊天中收集语音数据。 |
| ShareActivityFeed | 允许其他用户查看所有者在其活动源上发布的项。 |
| CommunicateDuringCrossNetworkPlay | 扩展现有通信设置,允许与 XBOX Live 以外平台上的用户进行通信。 |
