summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLStreamingMediaManager.h
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-08-31 15:21:22 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-08-31 15:21:22 -0400
commit889526cc8a873076b8d12dfa92e4099c2aa3d7af (patch)
treecf36b48b88000c88cfcb12f2793a7335388893d6 /SmartDeviceLink/SDLStreamingMediaManager.h
parent914c08f7f87563128413589aa4ea914892feeee1 (diff)
downloadsdl_ios-889526cc8a873076b8d12dfa92e4099c2aa3d7af.tar.gz
Add retry strategy for video streaming with new format / resolution
Diffstat (limited to 'SmartDeviceLink/SDLStreamingMediaManager.h')
-rw-r--r--SmartDeviceLink/SDLStreamingMediaManager.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLStreamingMediaManager.h b/SmartDeviceLink/SDLStreamingMediaManager.h
index 8434b1723..fedf5460c 100644
--- a/SmartDeviceLink/SDLStreamingMediaManager.h
+++ b/SmartDeviceLink/SDLStreamingMediaManager.h
@@ -71,6 +71,11 @@ NS_ASSUME_NONNULL_BEGIN
@property (strong, nonatomic, readonly, nullable) SDLVideoStreamingFormat *videoFormat;
/**
+ A list of all supported video formats by this manager
+ */
+@property (strong, nonatomic, readonly) NSArray<SDLVideoStreamingFormat *> *supportedFormats;
+
+/**
* The pixel buffer pool reference returned back from an active VTCompressionSessionRef encoder.
*
* @warning This will only return a valid pixel buffer pool after the encoder has been initialized (when the video session has started).