Skip to content

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)

Read more in the official Steamworks SDK documentation

get_video_result

get_video_result

Provides the result of a call to getVideoURL.

Returns:

  • result (int)
  • app_id (uint32)
  • url (string)

Read more in the official Steamworks SDK documentation