StreamOutBehavior

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.

Items

NameValueSummary
Default0

Currently equivalent to LowMemory. This will eventually change to Opportunistic.

LowMemory1

Only stream out when memory is low.

Opportunistic2

Stream out content that is significantly outside of the current StreamingRadius.

On this page