Binder WS Fail
Debug/Monitoring
Audio Role
Warning
Guidance
Notification
Communication
Entertainment
System
Startup
Shutdown
Endpoint Type
Source
Sink
Endpoint ID
Stream ID
Stream State
Idle
Running
Paused
Stream Mute State
Unmuted
Muted
Property
Balance
Fade
EQ Bass
EQ Mid
EQ Treble
Volume Value
Property Value
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)
set_property(endpoint_type,endpoint_id,property,value)
get_property(endpoint_type,endpoint_id,property)
get_endpoint_info(endpoint_type,endpoint_id)
get_list_actions(audio_role)
post_action(emergency_brake,audio_role,'Warning.wav')
subscribe(['ahl_endpoint_property_event','ahl_endpoint_volume_event','ahl_post_action'])
unsubscribe(['ahl_endpoint_property_event','ahl_endpoint_volume_event','ahl_post_action'])
Question
Response
Events: