SG Com
SG_COM_PlayerConfig Struct Reference

Structure containing a Player configuration. More...

#include <SG_Com.h>

Collaboration diagram for SG_COM_PlayerConfig:
Collaboration graph

Data Fields

sg_bytecharacter_file_in_memory
 The character file data loaded into memory.
 
sg_size character_file_bytes
 The size of the character file data in bytes.
 
float buffer_sec
 The maximum duration (in seconds) that the output buffer can hold.
 

Detailed Description

Structure containing a Player configuration.

Definition at line 89 of file SG_Com.h.

Field Documentation

◆ buffer_sec

float SG_COM_PlayerConfig::buffer_sec

The maximum duration (in seconds) that the output buffer can hold.

Definition at line 92 of file SG_Com.h.

◆ character_file_bytes

sg_size SG_COM_PlayerConfig::character_file_bytes

The size of the character file data in bytes.

Definition at line 91 of file SG_Com.h.

◆ character_file_in_memory

sg_byte* SG_COM_PlayerConfig::character_file_in_memory

The character file data loaded into memory.

Definition at line 90 of file SG_Com.h.


The documentation for this struct was generated from the following file: