Class Voice
Inheritance
System.Object
Voice
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AltV.Net.Client.Elements.Data
Assembly: AltV.Net.Client.dll
Syntax
public class Voice
Properties
| Improve this Doc View SourceActivationKey
Declaration
public Key ActivationKey { get; }
Property Value
Type | Description |
---|---|
Key |
ActivationLevel
Declaration
public float ActivationLevel { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
ActivityInputEnabled
Declaration
public bool ActivityInputEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MuteInput
Declaration
public bool MuteInput { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NoiseSuppressionEnabled
Declaration
public bool NoiseSuppressionEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceToggleInput(Boolean)
Declaration
public void ToggleInput(bool state)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | state |