summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLStreamingAudioLifecycleManager.h
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2020-02-19 13:12:07 -0500
committerNicoleYarroch <nicole@livio.io>2020-02-19 13:12:07 -0500
commitd62883c3a7d7f10cf626548f3b7fbd7c0ba76a1a (patch)
tree2dca4197ad0236c2ac61532166f678d8b75cd806 /SmartDeviceLink/SDLStreamingAudioLifecycleManager.h
parentaf768ef3f67f28d84053d93f5337ef2b6c45b397 (diff)
downloadsdl_ios-d62883c3a7d7f10cf626548f3b7fbd7c0ba76a1a.tar.gz
Added background task and fixes
Diffstat (limited to 'SmartDeviceLink/SDLStreamingAudioLifecycleManager.h')
-rw-r--r--SmartDeviceLink/SDLStreamingAudioLifecycleManager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLStreamingAudioLifecycleManager.h b/SmartDeviceLink/SDLStreamingAudioLifecycleManager.h
index 1d034ef97..cc81887bf 100644
--- a/SmartDeviceLink/SDLStreamingAudioLifecycleManager.h
+++ b/SmartDeviceLink/SDLStreamingAudioLifecycleManager.h
@@ -81,6 +81,10 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (void)stop;
+- (void)stopWithCompletionHandler:(nullable void(^)(BOOL success))completionHandler;
+
+- (void)closeProtocol;
+
/**
* This method receives PCM audio data and will attempt to send that data across to the head unit for immediate playback
*