summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLStreamingAudioLifecycleManager.h
diff options
context:
space:
mode:
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
*