mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-28 23:55:52 +03:00
9ea65fe0d0
CW-Bug-Id: #22729
45 lines
1.4 KiB
C
45 lines
1.4 KiB
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_V002_GetVideoURL_params
|
|
{
|
|
void *linux_side;
|
|
uint32_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;
|
|
int32_t *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;
|
|
uint32_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;
|
|
uint32_t unVideoAppID;
|
|
char *pchBuffer;
|
|
int32_t *pnBufferSize;
|
|
};
|
|
extern void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp_params *params );
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern "C" */
|
|
#endif /* __cplusplus */
|