Skip to content

Instantly share code, notes, and snippets.

@vizbee
Last active March 13, 2024 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vizbee/6aeeac0e0565f023e1bb13ece3bb2e72 to your computer and use it in GitHub Desktop.
Save vizbee/6aeeac0e0565f023e1bb13ece3bb2e72 to your computer and use it in GitHub Desktop.

Instructions

  • Step 1 - Include the VizbeeClient.brs as dependency in the xml of scene identified.
  • Step 2 - Pass the SGVideoNode reference to the Vizbee SDK
sub onStopVideoMonitoring()
...
' Pass video node to Vizbee
VizbeeClient().stopVideoNodeMonitor(video)
end sub
sub onDestroySGVideoNode()
...
' Pass video node to Vizbee
VizbeeClient().stopVideoNodeMonitor(video)
'destroy the video node
end sub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment