CTR Pia
4.11.3
Game Communication Engine
|
Stores parameters used by the Initialize
function.
More...
Public Member Functions | |
Setting (void) | |
Instantiates the object with default parameters (default constructor). Each member variable is set to the default value. | |
Public Attributes | |
Codec | codec |
Specifies the audio codec. | |
size_t | frameLength |
Specifies the audio frame length. The value is in milliseconds. | |
size_t | maxStationNum |
The maximum number of stations that can participate in a conference chat. | |
u16 | port |
Specifies the port number assigned to the UnreliableProtocol object used internally by PiaChat . Make sure this does not conflict with the port number used by the application. | |
size_t | recvBufNum |
Specifies the number of receive buffers for the UnreliableProtocol object used internally by PiaChat . | |
Stores parameters used by the Initialize
function.
This structure contains the various settings for VoiceProtocol
.