mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-24 00:04:34 +01:00
15 lines
551 B
C
15 lines
551 B
C
struct cppISteamVideo_STEAMVIDEO_INTERFACE_V001_GetVideoURL_params
|
|
{
|
|
void *linux_side;
|
|
AppId_t unVideoAppID;
|
|
};
|
|
extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V001_GetVideoURL( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V001_GetVideoURL_params *params );
|
|
|
|
struct cppISteamVideo_STEAMVIDEO_INTERFACE_V001_IsBroadcasting_params
|
|
{
|
|
void *linux_side;
|
|
bool _ret;
|
|
int *pnNumViewers;
|
|
};
|
|
extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V001_IsBroadcasting( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V001_IsBroadcasting_params *params );
|
|
|