summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLStreamingVideoLifecycleManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/SDLStreamingVideoLifecycleManager.h')
-rw-r--r--SmartDeviceLink/SDLStreamingVideoLifecycleManager.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLStreamingVideoLifecycleManager.h b/SmartDeviceLink/SDLStreamingVideoLifecycleManager.h
index 1d1350469..ca6188904 100644
--- a/SmartDeviceLink/SDLStreamingVideoLifecycleManager.h
+++ b/SmartDeviceLink/SDLStreamingVideoLifecycleManager.h
@@ -130,6 +130,12 @@ NS_ASSUME_NONNULL_BEGIN
*/
@property (assign, nonatomic) SDLStreamingEncryptionFlag requestedEncryptionType;
+/**
+ When YES, the StreamingMediaManager will send a black screen with "Video Backgrounded String". Defaults to YES.
+ */
+@property (assign, nonatomic) BOOL showVideoBackgroundDisplay;
+
+
- (instancetype)init NS_UNAVAILABLE;
/**