forked from gibbed/SteamAchievementManager
-
-
Notifications
You must be signed in to change notification settings - Fork 4
ISteamVideo
syntax-tm edited this page Jul 13, 2024
·
1 revision
A versioned accessor is exported by the library.
S_API ISteamVideo *SteamAPI_SteamVideo_v002();
Inline, unversioned accessor to get the current version. Essentially the same as SteamVideo()
, but using this ensures that you are using a matching library.
inline ISteamVideo *SteamAPI_SteamVideo() { return SteamAPI_SteamVideo_v002(); }
Return Type | Interface | Method | Arguments |
---|---|---|---|
void |
ISteamVideo |
GetVideoURL |
ISteamVideo* self, AppId_t unVideoAppID |
bool |
ISteamVideo |
IsBroadcasting |
ISteamVideo* self, int * pnNumViewers |
void |
ISteamVideo |
GetOPFSettings |
ISteamVideo* self, AppId_t unVideoAppID |
bool |
ISteamVideo |
GetOPFStringForApp |
ISteamVideo* self, AppId_t unVideoAppID, char * pchBuffer, int32 * pnBufferSize |
Note
This Wiki is work-in-progress. If you notice any errors or would like to add any missing information, changes are welcome.
About
Dev
Steamworks
Help
Links