Photon Voice v2.53

Public Attributes | List of all members
VoiceCreateOptions Struct Reference

Used to initialize optional properties of the LocalVoice instance at creation time. More...

Public Attributes

IEncoder Encoder
 Encoder. More...
 
byte InterestGroup
 See LocalVoice.InterestGroup. More...
 
int[] TargetPlayers
 See LocalVoice.TargetPlayersSet to [] to make sure that LocalVoice does not create Remote voices during creation More...
 
bool DebugEchoMode
 See LocalVoice.DebugEchoMode. More...
 
bool Reliable
 See LocalVoice.Reliable. More...
 
bool Encrypt
 See LocalVoice.Encrypt. More...
 
bool Fragment
 See LocalVoice.Fragment. More...
 
int FEC
 See LocalVoice.FEC. More...
 

Detailed Description

Used to initialize optional properties of the LocalVoice instance at creation time.

Member Data Documentation

◆ DebugEchoMode

bool DebugEchoMode

◆ Encoder

IEncoder Encoder

Encoder.

◆ Encrypt

bool Encrypt

◆ FEC

int FEC

◆ Fragment

bool Fragment

◆ InterestGroup

byte InterestGroup

◆ Reliable

bool Reliable

◆ TargetPlayers

int [] TargetPlayers

See LocalVoice.TargetPlayersSet to [] to make sure that LocalVoice does not create Remote voices during creation