Signals | Video
These require you to run Steam.run_callbacks() in your _process() function to receive them.
get_opf_settings_result
- Triggered when the OPF Details for 360 video playback are retrieved. After receiving this you can use getOPFStringForApp to access the OPF details.
- Sends back the following data:
- result (int)
- app_id (int)
- result (int)
- app_id (uint32)
get_video_result
- Provides the result of a call to getVideoURL.
- Sends back the following data:
- result (int)
- app_id (int)
- url (string)
- result (int)
- app_id (uint32)
- url (string)