Signals | Video
These callbacks require you to run Steam.run_callbacks()
in your _process()
function to receive them.
get_opf_settings_result
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.
Returns:
- result (int)
- app_id (uint32)
get_video_result
get_video_result
Provides the result of a call to getVideoURL.
Returns:
- result (int)
- app_id (uint32)
- url (string)