Photon Voice v2.53

Public Attributes | Static Public Attributes | List of all members
AudioOutDelayControl.PlayDelayConfig Struct Reference

Public Attributes

int Low
 
int High
 
int Max
 
int SpeedUpPerc
 

Static Public Attributes

static PlayDelayConfig Default
 

Member Data Documentation

◆ Default

PlayDelayConfig Default
static
Initial value:
= new PlayDelayConfig()
{
Low = 200,
High = 200,
Max = 1000,
SpeedUpPerc = 5,
}