API reference

Livestreaming Class

Static Methods

SetStatusUpdateNotificationCallback ( callback )
Indicates that the livestreaming session has been updated. You can use this information to throttle your game performance or increase CPU/GPU performance. Use Message::LivestreamingStatus to extract the updated livestreaming status.
Signature
static void Oculus.Platform.Livestreaming.SetStatusUpdateNotificationCallback(Message< Models.LivestreamingStatus >.Callback callback)
Returns
void