Preparing search index...
The search index is not available
lgtv-ts
lgtv-ts
helpers/types
AudioStatusResponse
Interface AudioStatusResponse
interface
AudioStatusResponse
{
id
:
string
;
payload
:
{
callerId
:
string
;
mute
:
boolean
;
returnValue
:
boolean
;
volume
:
number
;
volumeStatus
:
{
activeStatus
:
boolean
;
adjustVolume
:
boolean
;
maxVolume
:
number
;
mode
:
string
;
muteStatus
:
boolean
;
soundOutput
:
SoundOutput
;
volume
:
number
;
}
;
}
;
type
:
"error"
|
"response"
|
"registered"
|
"prompt"
;
}
Hierarchy
Omit
<
LGWebSocketResponse
,
"payload"
>
AudioStatusResponse
Index
Properties
id
payload
type
Properties
id
id
:
string
payload
payload
:
{
callerId
:
string
;
mute
:
boolean
;
returnValue
:
boolean
;
volume
:
number
;
volumeStatus
:
{
activeStatus
:
boolean
;
adjustVolume
:
boolean
;
maxVolume
:
number
;
mode
:
string
;
muteStatus
:
boolean
;
soundOutput
:
SoundOutput
;
volume
:
number
;
}
;
}
type
type
:
"error"
|
"response"
|
"registered"
|
"prompt"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
payload
type
lgtv-ts
Loading...