C# Class Aurora.Voice.Whisper.MurmurConfig

Datei anzeigen Open project: aurora-sim/whisper_server Class Usage Examples

Public Properties

Property Type Description
ChannelName string
GlacierEnabled bool
GlacierIce string
GlacierPass string
GlacierUser string
IceCB string
MetaIce string
MurmurHost string
ServerID int
ServerVersion string

Public Methods

Method Description
FromOSD ( OSDMap map ) : void
ToOSD ( ) : OSDMap

Method Details

FromOSD() public method

public FromOSD ( OSDMap map ) : void
map OSDMap
return void

ToOSD() public method

public ToOSD ( ) : OSDMap
return OSDMap

Property Details

ChannelName public_oe property

public string ChannelName
return string

GlacierEnabled public_oe property

public bool GlacierEnabled
return bool

GlacierIce public_oe property

public string GlacierIce
return string

GlacierPass public_oe property

public string GlacierPass
return string

GlacierUser public_oe property

public string GlacierUser
return string

IceCB public_oe property

public string IceCB
return string

MetaIce public_oe property

public string MetaIce
return string

MurmurHost public_oe property

public string MurmurHost
return string

ServerID public_oe property

public int ServerID
return int

ServerVersion public_oe property

public string ServerVersion
return string