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

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.GetLivestreamingStatus() to extract the updated livestreaming status.
Signature
static void Oculus.Platform.Livestreaming.SetStatusUpdateNotificationCallback(Message< Models.LivestreamingStatus >.Callback callback)
Parameters
callback: Message< Models.LivestreamingStatus >.Callback
Returns
void