Binder WS Fail
Audio Role
Select...
Warning
Guidance
Notification
Communication
Entertainment
System
Startup
Shutdown
Endpoint Type
Source
Sink
Select...
Endpoint ID
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Select...
Stream ID
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Select...
Property
Balance
Fade
EQ Low
EQ Mid
EQ High
Select...
State Name
Mute
Active
Select...
State Value
On
Off
Select...
Volume Value
0
20
40
60
80
100
Select...
get_sources(audio_role)
get_sinks(audio_role)
stream_open(audio_role,endpoint_type)
stream_open(audio_role,enpoint_type,endpoint_id)
stream_close(stream_id)
set_volume(endpoint_type,endpoint_id,value)
get_volume(endpoint_type,endpoint_id)
set_property(endpoint_type,endpoint_id,property,value)
get_property(endpoint_type,endpoint_id,'balance')
set_state(endpoint_type,endpoint_id,stateName,stateVal)
get_state(endpoint_type,endpoint_id,stateName)
post_sound_event('PlaySound','HomeButton.wav')
subscribe(['SinkDeviceChanges','StreamStatusChanges'])
unsubscribe(['SinkDeviceChanges','StreamStatusChanges'])
Question
Response
Events: