forked from gibbed/SteamAchievementManager
-
-
Notifications
You must be signed in to change notification settings - Fork 4
ISteamMusic
syntax-tm edited this page Jul 13, 2024
·
1 revision
A versioned accessor is exported by the library.
S_API ISteamMusic *SteamAPI_SteamMusic_v001();
Inline, unversioned accessor to get the current version. Essentially the same as SteamMusic()
, but using this ensures that you are using a matching library.
inline ISteamMusic *SteamAPI_SteamMusic() { return SteamAPI_SteamMusic_v001(); }
Return Type | Interface | Method | Arguments |
---|---|---|---|
bool |
ISteamMusic |
BIsEnabled |
ISteamMusic* self |
bool |
ISteamMusic |
BIsPlaying |
ISteamMusic* self |
AudioPlayback_Status |
ISteamMusic |
GetPlaybackStatus |
ISteamMusic* self |
void |
ISteamMusic |
Play |
ISteamMusic* self |
void |
ISteamMusic |
Pause |
ISteamMusic* self |
void |
ISteamMusic |
PlayPrevious |
ISteamMusic* self |
void |
ISteamMusic |
PlayNext |
ISteamMusic* self |
void |
ISteamMusic |
SetVolume |
ISteamMusic* self, float flVolume |
float |
ISteamMusic |
GetVolume |
ISteamMusic* self |
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