StreamOutBehavior
Determines how content is streamed away from Players.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
491 | Default | 0 | Currently equivalent to LowMemory. This will eventually change to Opportunistic. | |
491 | LowMemory | 1 | Only stream out when memory is low. | |
491 | Opportunistic | 2 | Stream out content that is significantly outside of the current StreamingRadius. |
Description
Determines how content is streamed out from Player clients. This is a temporary rollout API. In the future, streaming will always run on Opportunistic mode.
History 4
- 491 Add Opportunistic
- 491 Add LowMemory
- 491 Add Default
- 491 Add StreamOutBehavior