Class Voice
Package: @altmp/altv-types
Syntax
Properties
|
Improve this Doc
View Source
Declaration
public static muteInput: boolean
Property Value
|
Improve this Doc
View Source
activationLevel
Declaration
public static activationLevel: number
Property Value
|
Improve this Doc
View Source
noiseSuppressionEnabled
Declaration
public static noiseSuppressionEnabled: boolean
Property Value
|
Improve this Doc
View Source
Declaration
public static inputDevice: null | string
Property Value
Type |
Description |
null | string |
|
|
Improve this Doc
View Source
Declaration
public static get activityInputEnabled(): boolean
public static set activityInputEnabled(enabled: boolean): void
Parameters
Type |
Name |
Description |
boolean |
enabled |
|
Property Value
|
Improve this Doc
View Source
activationKey
Declaration
public readonly static activationKey: KeyCode
Property Value
|
Improve this Doc
View Source
voiceControlsEnabled
Declaration
public readonly static voiceControlsEnabled: boolean
Property Value
Methods
|
Improve this Doc
View Source
Declaration
public static toggleInput(enabled: boolean): void
Parameters
Type |
Name |
Description |
boolean |
enabled |
|
|
Improve this Doc
View Source
Declaration
public static getAvailableInputDevices(): readonly IInputDevice[]
Returns