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