API reference
API reference
Select your platform
No SDKs available
No versions available

IAvatarStreamConfig Interface

Interface used for adjusting the parameters for serializing the Avatar state.

Methods

SetAvatarStreamLOD ( lod )
Sets the quality level to be used when serializing the Avatar state.
Signature
void SetAvatarStreamLOD(AvatarStreamLOD lod)
Parameters
lod: AvatarStreamLOD  Indicates the new AvatarStreamLOD to be used.
Returns
void
SetAvatarUpdateIntervalInS ( interval )
Sets the interval at which the Avatar state is synchronized.
Signature
void SetAvatarUpdateIntervalInS(float interval)
Parameters
interval: float  Interval value to be used (in seconds).
Returns
void