summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLStreamingAudioLifecycleManager.h
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2020-03-16 15:47:14 -0400
committerNicoleYarroch <nicole@livio.io>2020-03-16 15:47:14 -0400
commitc6154d868b253c4eeb14ebfc7e31341176cd01a9 (patch)
treeb1a7cfab767f022af35bd9d96d91e8b02aea0b1e /SmartDeviceLink/SDLStreamingAudioLifecycleManager.h
parent1ebcea550a8d4d8d5c978f693ec399a5daabe84e (diff)
downloadsdl_ios-c6154d868b253c4eeb14ebfc7e31341176cd01a9.tar.gz
Fixed more imports & spelling
Diffstat (limited to 'SmartDeviceLink/SDLStreamingAudioLifecycleManager.h')
-rw-r--r--SmartDeviceLink/SDLStreamingAudioLifecycleManager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/SmartDeviceLink/SDLStreamingAudioLifecycleManager.h b/SmartDeviceLink/SDLStreamingAudioLifecycleManager.h
index e45d9e557..7822f17c8 100644
--- a/SmartDeviceLink/SDLStreamingAudioLifecycleManager.h
+++ b/SmartDeviceLink/SDLStreamingAudioLifecycleManager.h
@@ -8,16 +8,16 @@
#import <Foundation/Foundation.h>
-#import "SDLConfiguration.h"
#import "SDLHMILevel.h"
#import "SDLProtocolListener.h"
#import "SDLStreamingAudioManagerType.h"
#import "SDLStreamingMediaManagerConstants.h"
-#import "SDLSystemCapabilityManager.h"
@class SDLAudioStreamManager;
+@class SDLConfiguration;
@class SDLProtocol;
@class SDLStateMachine;
+@class SDLSystemCapabilityManager;
@class SDLEncryptionConfiguration;
@protocol SDLConnectionManagerType;
@@ -46,7 +46,7 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property (assign, nonatomic, readonly, getter=isAudioEncrypted) BOOL audioEncrypted;
-/// Whether or not vidoe/audio streaming is supported
+/// Whether or not video/audio streaming is supported
/// @discussion If connected to a module pre-SDL v4.5 there is no way to check if streaming is supported so `YES` is returned by default even though the module may NOT support video/audio streaming.
@property (assign, nonatomic, readonly, getter=isStreamingSupported) BOOL streamingSupported;