struct ovrNetSyncOptions * |
void | |
void | If provided, immediately set the voip_group to this value upon connection. |
void | |
void | Unique identifier within the current application grouping. |
typedef struct ovrNetSyncOptions* ovrNetSyncOptionsHandle ( ) |
---|
No description available.
|
ovrNetSyncOptionsHandle ovr_NetSyncOptions_Create ( ) |
---|
No description available.
|
void ovr_NetSyncOptions_Destroy ( ovrNetSyncOptionsHandle handle ) |
---|
No description available.
|
void ovr_NetSyncOptions_SetVoipGroup ( ovrNetSyncOptionsHandle handle, const char * value ) |
---|
If provided, immediately set the voip_group to this value upon connection. |
void ovr_NetSyncOptions_SetVoipStreamDefault ( ovrNetSyncOptionsHandle handle, ovrNetSyncVoipStreamMode value ) |
---|
When a new remote voip user connects, default that connection to this stream type by default. |
void ovr_NetSyncOptions_SetZoneId ( ovrNetSyncOptionsHandle handle, const char * value ) |
---|
Unique identifier within the current application grouping. |