mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2026-01-05 22:18:03 +01:00
parent
8d07121950
commit
fb8548e79f
439 changed files with 109952 additions and 43685 deletions
|
|
@ -1,4 +1,32 @@
|
|||
extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL(void *, AppId_t);
|
||||
extern bool cppISteamVideo_STEAMVIDEO_INTERFACE_V002_IsBroadcasting(void *, int *);
|
||||
extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings(void *, AppId_t);
|
||||
extern bool cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp(void *, AppId_t, char *, int32 *);
|
||||
struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL_params
|
||||
{
|
||||
void *linux_side;
|
||||
AppId_t unVideoAppID;
|
||||
};
|
||||
extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL_params *params );
|
||||
|
||||
struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_IsBroadcasting_params
|
||||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
int *pnNumViewers;
|
||||
};
|
||||
extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_IsBroadcasting( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_IsBroadcasting_params *params );
|
||||
|
||||
struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings_params
|
||||
{
|
||||
void *linux_side;
|
||||
AppId_t unVideoAppID;
|
||||
};
|
||||
extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings_params *params );
|
||||
|
||||
struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp_params
|
||||
{
|
||||
void *linux_side;
|
||||
bool _ret;
|
||||
AppId_t unVideoAppID;
|
||||
char *pchBuffer;
|
||||
int32 *pnBufferSize;
|
||||
};
|
||||
extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp_params *params );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue