Binder WS Fail
Debug/Monitoring
Audio Role
Warning
Guidance
Notification
Communication
Entertainment
System
Startup
Shutdown
Endpoint Type
Source
Sink
Endpoint ID
Stream ID
Property
Balance
Fade
EQ Bass
EQ Mid
EQ Treble
Preset Name
Volume/Property Value
Stream Active/Mute State
Off
On
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,property)
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: