summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLStreamingMediaManager.h
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-12-07 10:08:19 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-12-07 10:08:19 -0500
commitbd3015585cab820623cc2a66ddacad478b2f482b (patch)
treed5df8f23c56afbebc371464555c7f0d7cb9282c7 /SmartDeviceLink/SDLStreamingMediaManager.h
parent4953a5d1aff992500f64e7b2bd2d5df3b57778f3 (diff)
downloadsdl_ios-bd3015585cab820623cc2a66ddacad478b2f482b.tar.gz
Integrate the audio manager with the streaming media manager
Diffstat (limited to 'SmartDeviceLink/SDLStreamingMediaManager.h')
-rw-r--r--SmartDeviceLink/SDLStreamingMediaManager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLStreamingMediaManager.h b/SmartDeviceLink/SDLStreamingMediaManager.h
index 1f561e712..c4c24c184 100644
--- a/SmartDeviceLink/SDLStreamingMediaManager.h
+++ b/SmartDeviceLink/SDLStreamingMediaManager.h
@@ -13,6 +13,7 @@
#import "SDLStreamingMediaManagerConstants.h"
@class SDLAbstractProtocol;
+@class SDLAudioStreamManager;
@class SDLStreamingMediaConfiguration;
@class SDLTouchManager;
@class SDLVideoStreamingFormat;
@@ -31,6 +32,8 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property (nonatomic, strong, readonly) SDLTouchManager *touchManager;
+@property (nonatomic, strong, readonly) SDLAudioStreamManager *audioManager;
+
/**
A haptic interface that can be updated to reparse views within the window you've provided. Send a `SDLDidUpdateProjectionView` notification or call the `updateInterfaceLayout` method to reparse. The "output" of this haptic interface occurs in the `touchManager` property where it will call the delegate.
*/