diff options
author | Tai Vuong <tvuong@audiokinetic.com> | 2017-11-01 18:08:22 -0400 |
---|---|---|
committer | Tai Vuong <tvuong@audiokinetic.com> | 2017-11-01 18:08:22 -0400 |
commit | d0a169abb8d3069f311bab522b2c43bc295ed36e (patch) | |
tree | 1e04f8a38ebd562be8032b6dd9404915151cf8dc /src/ahl-interface.h | |
parent | 74658c8befeb312e8e2e9ffaf5bfa6f8d7615612 (diff) |
API change with API simplification and streamID optional for Stream Open and Close
Diffstat (limited to 'src/ahl-interface.h')
-rw-r--r-- | src/ahl-interface.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ahl-interface.h b/src/ahl-interface.h index 0488e96..fc0ac68 100644 --- a/src/ahl-interface.h +++ b/src/ahl-interface.h @@ -35,11 +35,8 @@ // Property/Volume/Action events #define AHL_ENDPOINT_PROPERTY_EVENT "ahl_endpoint_property_event" #define AHL_ENDPOINT_VOLUME_EVENT "ahl_endpoint_volume_event" -#define AHL_ENDPOINT_INIT_EVENT "ahl_endpoint_init_event" #define AHL_POST_ACTION_EVENT "ahl_post_action" #define AHL_STREAM_STATE_EVENT "ahl_stream_state_event" -#define AHL_ENDPOINT_INIT_EVENT "ahl_endpoint_init_event" - // Stream state event types #define AHL_STREAM_EVENT_START "start" // Stream is inactive |