2023-09-30 14:02:30 +02:00
|
|
|
/* This file is auto-generated, do not edit. */
|
|
|
|
#include "unix_private.h"
|
2019-02-26 09:05:29 -06:00
|
|
|
#include "cppISteamVideo_STEAMVIDEO_INTERFACE_V002.h"
|
2023-09-23 23:44:45 +02:00
|
|
|
|
2023-09-30 14:02:30 +02:00
|
|
|
struct u_ISteamVideo_STEAMVIDEO_INTERFACE_V002
|
2023-09-23 23:44:45 +02:00
|
|
|
{
|
|
|
|
#ifdef __cplusplus
|
|
|
|
virtual void GetVideoURL( uint32_t ) = 0;
|
|
|
|
virtual bool IsBroadcasting( int32_t * ) = 0;
|
|
|
|
virtual void GetOPFSettings( uint32_t ) = 0;
|
|
|
|
virtual bool GetOPFStringForApp( uint32_t, char *, int32_t * ) = 0;
|
|
|
|
#endif /* __cplusplus */
|
|
|
|
};
|
|
|
|
|
2023-09-27 14:34:23 +02:00
|
|
|
void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetVideoURL_params *params )
|
2018-01-18 10:24:05 -06:00
|
|
|
{
|
2023-09-30 14:02:30 +02:00
|
|
|
struct u_ISteamVideo_STEAMVIDEO_INTERFACE_V002 *iface = (struct u_ISteamVideo_STEAMVIDEO_INTERFACE_V002 *)params->linux_side;
|
2023-09-23 23:44:45 +02:00
|
|
|
iface->GetVideoURL( params->unVideoAppID );
|
2018-01-18 10:24:05 -06:00
|
|
|
}
|
|
|
|
|
2023-09-27 14:34:23 +02:00
|
|
|
void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_IsBroadcasting( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_IsBroadcasting_params *params )
|
2018-01-18 10:24:05 -06:00
|
|
|
{
|
2023-09-30 14:02:30 +02:00
|
|
|
struct u_ISteamVideo_STEAMVIDEO_INTERFACE_V002 *iface = (struct u_ISteamVideo_STEAMVIDEO_INTERFACE_V002 *)params->linux_side;
|
2023-09-23 23:44:45 +02:00
|
|
|
params->_ret = iface->IsBroadcasting( params->pnNumViewers );
|
2018-01-18 10:24:05 -06:00
|
|
|
}
|
|
|
|
|
2023-09-27 14:34:23 +02:00
|
|
|
void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFSettings_params *params )
|
2018-01-18 10:24:05 -06:00
|
|
|
{
|
2023-09-30 14:02:30 +02:00
|
|
|
struct u_ISteamVideo_STEAMVIDEO_INTERFACE_V002 *iface = (struct u_ISteamVideo_STEAMVIDEO_INTERFACE_V002 *)params->linux_side;
|
2023-09-23 23:44:45 +02:00
|
|
|
iface->GetOPFSettings( params->unVideoAppID );
|
2018-01-18 10:24:05 -06:00
|
|
|
}
|
|
|
|
|
2023-09-27 14:34:23 +02:00
|
|
|
void cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp( struct cppISteamVideo_STEAMVIDEO_INTERFACE_V002_GetOPFStringForApp_params *params )
|
2018-01-18 10:24:05 -06:00
|
|
|
{
|
2023-09-30 14:02:30 +02:00
|
|
|
struct u_ISteamVideo_STEAMVIDEO_INTERFACE_V002 *iface = (struct u_ISteamVideo_STEAMVIDEO_INTERFACE_V002 *)params->linux_side;
|
2023-09-23 23:44:45 +02:00
|
|
|
params->_ret = iface->GetOPFStringForApp( params->unVideoAppID, params->pchBuffer, params->pnBufferSize );
|
2018-01-18 10:24:05 -06:00
|
|
|
}
|
|
|
|
|