FacialAnimationStreamingState
A bitmask enum describing which facial animation streaming capabilities are active for a user or service.
Items 5
| History | Name | Value | Description | |
|---|---|---|---|---|
| 549 | None | 0 | Indicates that no facial animation streaming is active. | |
| 549 | Audio | 1 | Indicates that audio-based facial animation streaming is enabled for the user. | |
| 549 | Video | 2 | Indicates that video-based facial animation streaming is enabled for the user. | |
| 549 | Place | 4 | Indicates that facial animation streaming is enabled at the place level. | |
| 549 | Server | 8 | Indicates that facial animation streaming is enabled at the server level. |
Description
FacialAnimationStreamingState is a bitmask enum that represents which facial
animation streaming modalities are currently enabled. Values can be combined
via bitwise OR to represent multiple active states simultaneously. It covers
both per-user opt-in state and place- or server-level enablement.