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 Bass
EQ Mid
EQ Treble
Select...
Volume/Property Value
0
20
40
60
80
100
Select...
Stream Active/Mute State
Off
On
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)
get_stream_info(stream_id)
set_stream_state(stream_id,stream_state)
set_stream_mute(stream_id,mute)
set_volume(endpoint_type,endpoint_id,value)
get_volume(endpoint_type,endpoint_id)
get_list_properties(endpoint_type,endpoint_id)
set_property(endpoint_type,endpoint_id,property,value)
get_property(endpoint_type,endpoint_id,'balance')
get_list_events(audio_role)
post_event(play_sound,audio_role,'HomeButton.wav')
subscribe(['ahl_endpoint_property_event','ahl_endpoint_volume_event','ahl_post_event'])
unsubscribe(['ahl_endpoint_property_event','ahl_endpoint_volume_event','ahl_post_event'])
Question
Response
Events: