Class AudioOutput
Inherited Members
BaseObject.type
BaseObject.valid
BaseObject.id
BaseObject.destroy
BaseObject.getMetaDataKeys
BaseObject.getSyncedMeta
BaseObject.hasSyncedMeta
BaseObject.getSyncedMetaKeys
BaseObject.refCount
Module: alt-client
Package: @altmp/altv-types
Syntax
class AudioOutput extends BaseObject
Properties
| Improve this Doc View Sourceall
Declaration
public readonly static all: readonly AudioOutput[]
Property Value
| Type | Description |
|---|---|
| readonly AudioOutput[] |
count
Declaration
public readonly static count: number
Property Value
| Type | Description |
|---|---|
| number |
muted
Declaration
public muted: boolean
Property Value
| Type | Description |
|---|---|
| boolean |
volume
Declaration
public volume: number
Property Value
| Type | Description |
|---|---|
| number |
category
Declaration
public category: number
Property Value
| Type | Description |
|---|---|
| number |
filter
Declaration
public filter: null | AudioFilter
Property Value
| Type | Description |
|---|---|
| null | AudioFilter |
Methods
| Improve this Doc View SourcegetByID(number)
Declaration
public static getByID(id: number): null | AudioOutput
Parameters
| Type | Name | Description |
|---|---|---|
| number | id |
Returns
| Type | Description |
|---|---|
| null | AudioOutput |