mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 05:58:03 +01:00
parent
cc38f0c8c1
commit
f6871a6b73
233 changed files with 29134 additions and 10252 deletions
|
|
@ -14,162 +14,226 @@ extern "C" {
|
|||
#include "cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001.h"
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_RegisterSteamMusicRemote(void *linux_side, const char *pchName)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->RegisterSteamMusicRemote((const char *)pchName);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->RegisterSteamMusicRemote((const char *)pchName);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_DeregisterSteamMusicRemote(void *linux_side)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->DeregisterSteamMusicRemote();
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->DeregisterSteamMusicRemote();
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_BIsCurrentMusicRemote(void *linux_side)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->BIsCurrentMusicRemote();
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->BIsCurrentMusicRemote();
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_BActivationSuccess(void *linux_side, bool bValue)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->BActivationSuccess((bool)bValue);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->BActivationSuccess((bool)bValue);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetDisplayName(void *linux_side, const char *pchDisplayName)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->SetDisplayName((const char *)pchDisplayName);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->SetDisplayName((const char *)pchDisplayName);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetPNGIcon_64x64(void *linux_side, void *pvBuffer, uint32 cbBufferLength)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->SetPNGIcon_64x64((void *)pvBuffer, (uint32)cbBufferLength);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->SetPNGIcon_64x64((void *)pvBuffer, (uint32)cbBufferLength);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_EnablePlayPrevious(void *linux_side, bool bValue)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->EnablePlayPrevious((bool)bValue);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->EnablePlayPrevious((bool)bValue);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_EnablePlayNext(void *linux_side, bool bValue)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->EnablePlayNext((bool)bValue);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->EnablePlayNext((bool)bValue);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_EnableShuffled(void *linux_side, bool bValue)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->EnableShuffled((bool)bValue);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->EnableShuffled((bool)bValue);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_EnableLooped(void *linux_side, bool bValue)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->EnableLooped((bool)bValue);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->EnableLooped((bool)bValue);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_EnableQueue(void *linux_side, bool bValue)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->EnableQueue((bool)bValue);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->EnableQueue((bool)bValue);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_EnablePlaylists(void *linux_side, bool bValue)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->EnablePlaylists((bool)bValue);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->EnablePlaylists((bool)bValue);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdatePlaybackStatus(void *linux_side, AudioPlayback_Status nStatus)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->UpdatePlaybackStatus((AudioPlayback_Status)nStatus);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->UpdatePlaybackStatus((AudioPlayback_Status)nStatus);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdateShuffled(void *linux_side, bool bValue)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->UpdateShuffled((bool)bValue);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->UpdateShuffled((bool)bValue);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdateLooped(void *linux_side, bool bValue)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->UpdateLooped((bool)bValue);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->UpdateLooped((bool)bValue);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdateVolume(void *linux_side, float flValue)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->UpdateVolume((float)flValue);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->UpdateVolume((float)flValue);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_CurrentEntryWillChange(void *linux_side)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->CurrentEntryWillChange();
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->CurrentEntryWillChange();
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_CurrentEntryIsAvailable(void *linux_side, bool bAvailable)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->CurrentEntryIsAvailable((bool)bAvailable);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->CurrentEntryIsAvailable((bool)bAvailable);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdateCurrentEntryText(void *linux_side, const char *pchText)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->UpdateCurrentEntryText((const char *)pchText);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->UpdateCurrentEntryText((const char *)pchText);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdateCurrentEntryElapsedSeconds(void *linux_side, int nValue)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->UpdateCurrentEntryElapsedSeconds((int)nValue);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->UpdateCurrentEntryElapsedSeconds((int)nValue);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_UpdateCurrentEntryCoverArt(void *linux_side, void *pvBuffer, uint32 cbBufferLength)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->UpdateCurrentEntryCoverArt((void *)pvBuffer, (uint32)cbBufferLength);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->UpdateCurrentEntryCoverArt((void *)pvBuffer, (uint32)cbBufferLength);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_CurrentEntryDidChange(void *linux_side)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->CurrentEntryDidChange();
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->CurrentEntryDidChange();
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_QueueWillChange(void *linux_side)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->QueueWillChange();
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->QueueWillChange();
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_ResetQueueEntries(void *linux_side)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->ResetQueueEntries();
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->ResetQueueEntries();
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetQueueEntry(void *linux_side, int nID, int nPosition, const char *pchEntryText)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->SetQueueEntry((int)nID, (int)nPosition, (const char *)pchEntryText);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->SetQueueEntry((int)nID, (int)nPosition, (const char *)pchEntryText);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetCurrentQueueEntry(void *linux_side, int nID)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->SetCurrentQueueEntry((int)nID);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->SetCurrentQueueEntry((int)nID);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_QueueDidChange(void *linux_side)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->QueueDidChange();
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->QueueDidChange();
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_PlaylistWillChange(void *linux_side)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->PlaylistWillChange();
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->PlaylistWillChange();
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_ResetPlaylistEntries(void *linux_side)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->ResetPlaylistEntries();
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->ResetPlaylistEntries();
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetPlaylistEntry(void *linux_side, int nID, int nPosition, const char *pchEntryText)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->SetPlaylistEntry((int)nID, (int)nPosition, (const char *)pchEntryText);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->SetPlaylistEntry((int)nID, (int)nPosition, (const char *)pchEntryText);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_SetCurrentPlaylistEntry(void *linux_side, int nID)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->SetCurrentPlaylistEntry((int)nID);
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->SetCurrentPlaylistEntry((int)nID);
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
bool cppISteamMusicRemote_STEAMMUSICREMOTE_INTERFACE_VERSION001_PlaylistDidChange(void *linux_side)
|
||||
{
|
||||
return ((ISteamMusicRemote*)linux_side)->PlaylistDidChange();
|
||||
bool _ret;
|
||||
_ret = ((ISteamMusicRemote*)linux_side)->PlaylistDidChange();
|
||||
return (_ret);
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue