ISteamVideo - syntax-tm/SteamAchievementManager GitHub Wiki
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 |