mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-28 23:55:52 +03:00
a1445b757d
CW-Bug-Id: #22729
17 lines
605 B
C
17 lines
605 B
C
struct cppISteamVideo_STEAMVIDEO_INTERFACE_V001;
|
|
struct cppISteamVideo_STEAMVIDEO_INTERFACE_V001_GetVideoURL_params
|
|
{
|
|
void *linux_side;
|
|
uint32_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;
|
|
int32_t *pnNumViewers;
|
|
};
|
|
extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V001_IsBroadcasting( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V001_IsBroadcasting_params *params );
|
|
|