summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConlain Kelly <conlain.k@gmail.com>2018-07-26 10:48:50 -0400
committerConlain Kelly <conlain.k@gmail.com>2018-07-26 10:48:50 -0400
commit3463f9a85b5fe5a30ee1edf540f077855170e0bf (patch)
treeaed7ce83454e928c1951728d68abb34908033183
parent5bf976c98f56a1d6867114ffe622eff2cc8785fd (diff)
downloadsdl_core-feature/optional_video_streaming_state.tar.gz
make videostreamingstate optionalfeature/optional_video_streaming_state
-rw-r--r--src/components/interfaces/MOBILE_API.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/interfaces/MOBILE_API.xml b/src/components/interfaces/MOBILE_API.xml
index 97bc33ceae..09fe843ef3 100644
--- a/src/components/interfaces/MOBILE_API.xml
+++ b/src/components/interfaces/MOBILE_API.xml
@@ -6115,7 +6115,7 @@
<param name="systemContext" type="SystemContext" mandatory="true">
<description>See SystemContext</description>
</param>
- <param name="videoStreamingState" type="VideoStreamingState" mandatory="true">
+ <param name="videoStreamingState" type="VideoStreamingState" mandatory="false" defvalue="STREAMABLE">
<description>See VideoStreamingState. If it is NOT_STREAMABLE, the app must stop streaming video to SDL.</description>
</param>
</function>