mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-16 16:47:58 +03:00
9ea65fe0d0
CW-Bug-Id: #22729
28 lines
786 B
C
28 lines
786 B
C
/* This file is auto-generated, do not edit. */
|
|
#include <stdarg.h>
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif /* __cplusplus */
|
|
|
|
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 );
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern "C" */
|
|
#endif /* __cplusplus */
|