summaryrefslogtreecommitdiff
path: root/docs/Classes/SDLOnHMIStatus.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Classes/SDLOnHMIStatus.html')
-rw-r--r--docs/Classes/SDLOnHMIStatus.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/Classes/SDLOnHMIStatus.html b/docs/Classes/SDLOnHMIStatus.html
index ebe24a279..02095e7b2 100644
--- a/docs/Classes/SDLOnHMIStatus.html
+++ b/docs/Classes/SDLOnHMIStatus.html
@@ -5,6 +5,7 @@
<ul>
<li><a href="#section-hmiLevel">hmiLevel</a></li>
<li><a href="#section-audioStreamingState">audioStreamingState</a></li>
+ <li><a href="#section-videoStreamingState">videoStreamingState</a></li>
<li><a href="#section-systemContext">systemContext</a></li>
</ul>
@@ -62,6 +63,25 @@
+ <h3 id="section-videoStreamingState">
+ videoStreamingState
+ </h3>
+
+ <p>Current availablility of video streaming for the application. When this parameter is NOT_STREAMABLE, the application must stop video streaming to SDL.</p>
+
+
+
+ <h4>Objective-C</h4>
+ <pre class="highlight objective_c"><code><span class="k">@property</span> <span class="p">(</span><span class="n">readwrite</span><span class="p">,</span> <span class="n">strong</span><span class="p">,</span> <span class="n">nonatomic</span><span class="p">,</span> <span class="n">nullable</span><span class="p">)</span>
+ <span class="n"><a href="../Type Definitions.html#/c:SDLVideoStreamingState.h@T@SDLVideoStreamingState">SDLVideoStreamingState</a></span> <span class="n">videoStreamingState</span><span class="p">;</span></code></pre>
+
+
+ <h4>Swift</h4>
+ <pre class="highlight swift"><code><span class="k">var</span> <span class="nv">videoStreamingState</span><span class="p">:</span> <span class="kt"><a href="../Type Definitions.html#/c:SDLVideoStreamingState.h@T@SDLVideoStreamingState">SDLVideoStreamingState</a></span><span class="p">?</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>
+
+
+
+
<h3 id="section-systemContext">
systemContext
</h3>