shaka-packager/docs/d2/d62/simple__mpd__notifier_8h_so...

91 lines
22 KiB
HTML
Raw Normal View History

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
2018-02-10 23:37:42 +00:00
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Shaka Packager SDK: packager/mpd/base/simple_mpd_notifier.h Source File</title>
<link href="../../tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="../../jquery.js"></script>
<script type="text/javascript" src="../../dynsections.js"></script>
<link href="../../search/search.css" rel="stylesheet" type="text/css"/>
2018-02-10 23:37:42 +00:00
<script type="text/javascript" src="../../search/searchdata.js"></script>
<script type="text/javascript" src="../../search/search.js"></script>
<link href="../../doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
2018-02-10 23:37:42 +00:00
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Shaka Packager SDK
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
2018-02-10 23:37:42 +00:00
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "../../search",false,'Search');
</script>
2018-02-10 23:37:42 +00:00
<script type="text/javascript" src="../../menudata.js"></script>
<script type="text/javascript" src="../../menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('../../',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
2018-02-10 23:37:42 +00:00
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="../../dir_3f8eec2fc361645de4b1ec14c19fffc7.html">packager</a></li><li class="navelem"><a class="el" href="../../dir_b885194e7131202a9b4650a8967e838c.html">mpd</a></li><li class="navelem"><a class="el" href="../../dir_6fe4b0529cd3ec97045d3314254a0cce.html">base</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">simple_mpd_notifier.h</div> </div>
</div><!--header-->
<div class="contents">
2018-05-23 23:12:00 +00:00
<div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">// Copyright 2014 Google Inc. All rights reserved.</span></div><div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">//</span></div><div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// Use of this source code is governed by a BSD-style</span></div><div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">// license that can be found in the LICENSE file or at</span></div><div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">// https://developers.google.com/open-source/licenses/bsd</span></div><div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;</div><div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="preprocessor">#ifndef MPD_BASE_SIMPLE_MPD_NOTIFIER_H_</span></div><div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="preprocessor">#define MPD_BASE_SIMPLE_MPD_NOTIFIER_H_</span></div><div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;</div><div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#include &lt;map&gt;</span></div><div class="line"><a name="l00011"></a><span class="lineno"> 11</span>&#160;<span class="preprocessor">#include &lt;memory&gt;</span></div><div class="line"><a name="l00012"></a><span class="lineno"> 12</span>&#160;<span class="preprocessor">#include &lt;string&gt;</span></div><div class="line"><a name="l00013"></a><span class="lineno"> 13</span>&#160;<span class="preprocessor">#include &lt;vector&gt;</span></div><div class="line"><a name="l00014"></a><span class="lineno"> 14</span>&#160;</div><div class="line"><a name="l00015"></a><span class="lineno"> 15</span>&#160;<span class="preprocessor">#include &quot;packager/base/synchronization/lock.h&quot;</span></div><div class="line"><a name="l00016"></a><span class="lineno"> 16</span>&#160;<span class="preprocessor">#include &quot;packager/mpd/base/mpd_notifier.h&quot;</span></div><div class="line"><a name="l00017"></a><span class="lineno"> 17</span>&#160;<span class="preprocessor">#include &quot;packager/mpd/base/mpd_notifier_util.h&quot;</span></div><div class="line"><a name="l00018"></a><span class="lineno"> 18</span>&#160;</div><div class="line"><a name="l00019"></a><span class="lineno"> 19</span>&#160;<span class="keyword">namespace </span><a class="code" href="../../d8/daf/namespaceshaka.html">shaka</a> {</div><div class="line"><a name="l00020"></a><span class="lineno"> 20</span>&#160;</div><div class="line"><a name="l00021"></a><span class="lineno"> 21</span>&#160;<span class="keyword">class </span>AdaptationSet;</div><div class="line"><a name="l00022"></a><span class="lineno"> 22</span>&#160;<span class="keyword">class </span>MpdBuilder;</div><div class="line"><a name="l00023"></a><span class="lineno"> 23</span>&#160;<span class="keyword">class </span>Representation;</div><div class="line"><a name="l00024"></a><span class="lineno"> 24</span>&#160;</div><div class="line"><a name="l00025"></a><span class="lineno"> 25</span>&#160;<span class="keyword">struct </span>MpdOptions;</div><div class="line"><a name="l00026"></a><span class="lineno"> 26</span>&#160;</div><div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="../../d8/de1/classshaka_1_1SimpleMpdNotifier.html"> 29</a></span>&#160;<span class="keyword">class </span><a class="code" href="../../d8/de1/classshaka_1_1SimpleMpdNotifier.html">SimpleMpdNotifier</a> : <span class="keyword">public</span> <a class="code" href="../../d3/dd0/classshaka_1_1MpdNotifier.html">MpdNotifier</a> {</div><div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160; <span class="keyword">public</span>:</div><div class="line"><a name="l00031"></a><span class="lin
2018-02-10 23:37:42 +00:00
<div class="ttc" id="classshaka_1_1MpdBuilder_html"><div class="ttname"><a href="../../dc/da1/classshaka_1_1MpdBuilder.html">shaka::MpdBuilder</a></div><div class="ttdoc">This class generates DASH MPDs (Media Presentation Descriptions). </div><div class="ttdef"><b>Definition:</b> <a href="../../d6/da3/mpd__builder_8h_source.html#l00038">mpd_builder.h:38</a></div></div>
<div class="ttc" id="namespaceshaka_html"><div class="ttname"><a href="../../d8/daf/namespaceshaka.html">shaka</a></div><div class="ttdoc">All the methods that are virtual are virtual for mocking. </div><div class="ttdef"><b>Definition:</b> <a href="../../d4/d15/gflags__hex__bytes_8cc_source.html#l00011">gflags_hex_bytes.cc:11</a></div></div>
2018-05-23 23:12:00 +00:00
<div class="ttc" id="classshaka_1_1SimpleMpdNotifier_html_a165f1237a3c70abe524289837f3b135d"><div class="ttname"><a href="../../d8/de1/classshaka_1_1SimpleMpdNotifier.html#a165f1237a3c70abe524289837f3b135d">shaka::SimpleMpdNotifier::NotifyCueEvent</a></div><div class="ttdeci">bool NotifyCueEvent(uint32_t container_id, uint64_t timestamp) override</div><div class="ttdef"><b>Definition:</b> <a href="../../d2/d7b/simple__mpd__notifier_8cc_source.html#l00100">simple_mpd_notifier.cc:100</a></div></div>
2018-02-10 23:37:42 +00:00
<div class="ttc" id="classshaka_1_1SimpleMpdNotifier_html"><div class="ttname"><a href="../../d8/de1/classshaka_1_1SimpleMpdNotifier.html">shaka::SimpleMpdNotifier</a></div><div class="ttdef"><b>Definition:</b> <a href="../../d2/d62/simple__mpd__notifier_8h_source.html#l00029">simple_mpd_notifier.h:29</a></div></div>
2018-05-23 23:12:00 +00:00
<div class="ttc" id="classshaka_1_1SimpleMpdNotifier_html_a8ea622a21a5807775bb2d998fa04658f"><div class="ttname"><a href="../../d8/de1/classshaka_1_1SimpleMpdNotifier.html#a8ea622a21a5807775bb2d998fa04658f">shaka::SimpleMpdNotifier::Flush</a></div><div class="ttdeci">bool Flush() override</div><div class="ttdef"><b>Definition:</b> <a href="../../d2/d7b/simple__mpd__notifier_8cc_source.html#l00184">simple_mpd_notifier.cc:184</a></div></div>
<div class="ttc" id="classshaka_1_1SimpleMpdNotifier_html_ad876de8c9909394b6fb47f387066fc83"><div class="ttname"><a href="../../d8/de1/classshaka_1_1SimpleMpdNotifier.html#ad876de8c9909394b6fb47f387066fc83">shaka::SimpleMpdNotifier::NotifySampleDuration</a></div><div class="ttdeci">bool NotifySampleDuration(uint32_t container_id, uint32_t sample_duration) override</div><div class="ttdef"><b>Definition:</b> <a href="../../d2/d7b/simple__mpd__notifier_8cc_source.html#l00074">simple_mpd_notifier.cc:74</a></div></div>
<div class="ttc" id="classshaka_1_1MpdNotifier_html"><div class="ttname"><a href="../../d3/dd0/classshaka_1_1MpdNotifier.html">shaka::MpdNotifier</a></div><div class="ttdef"><b>Definition:</b> <a href="../../d7/d15/mpd__notifier_8h_source.html#l00027">mpd_notifier.h:27</a></div></div>
2018-05-23 23:12:00 +00:00
<div class="ttc" id="classshaka_1_1SimpleMpdNotifier_html_ae1a1231fb13e0bc97cdea5fc239184bf"><div class="ttname"><a href="../../d8/de1/classshaka_1_1SimpleMpdNotifier.html#ae1a1231fb13e0bc97cdea5fc239184bf">shaka::SimpleMpdNotifier::NotifyEncryptionUpdate</a></div><div class="ttdeci">bool NotifyEncryptionUpdate(uint32_t container_id, const std::string &amp;drm_uuid, const std::vector&lt; uint8_t &gt; &amp;new_key_id, const std::vector&lt; uint8_t &gt; &amp;new_pssh) override</div><div class="ttdef"><b>Definition:</b> <a href="../../d2/d7b/simple__mpd__notifier_8cc_source.html#l00144">simple_mpd_notifier.cc:144</a></div></div>
<div class="ttc" id="classshaka_1_1SimpleMpdNotifier_html_a6a811c3721117dcc6aac9595a8311e70"><div class="ttname"><a href="../../d8/de1/classshaka_1_1SimpleMpdNotifier.html#a6a811c3721117dcc6aac9595a8311e70">shaka::SimpleMpdNotifier::NotifyMediaInfoUpdate</a></div><div class="ttdeci">bool NotifyMediaInfoUpdate(uint32_t container_id, const MediaInfo &amp;media_info) override</div><div class="ttdef"><b>Definition:</b> <a href="../../d2/d7b/simple__mpd__notifier_8cc_source.html#l00168">simple_mpd_notifier.cc:168</a></div></div>
<div class="ttc" id="classshaka_1_1SimpleMpdNotifier_html_a8e9cc7fbe2e13a2b65ce9314428e48b8"><div class="ttname"><a href="../../d8/de1/classshaka_1_1SimpleMpdNotifier.html#a8e9cc7fbe2e13a2b65ce9314428e48b8">shaka::SimpleMpdNotifier::NotifyNewSegment</a></div><div class="ttdeci">bool NotifyNewSegment(uint32_t container_id, uint64_t start_time, uint64_t duration, uint64_t size) override</div><div class="ttdef"><b>Definition:</b> <a href="../../d2/d7b/simple__mpd__notifier_8cc_source.html#l00086">simple_mpd_notifier.cc:86</a></div></div>
<div class="ttc" id="structshaka_1_1MpdOptions_html"><div class="ttname"><a href="../../d1/df3/structshaka_1_1MpdOptions.html">shaka::MpdOptions</a></div><div class="ttdoc">Defines Mpd Options. </div><div class="ttdef"><b>Definition:</b> <a href="../../db/d60/mpd__options_8h_source.html#l00025">mpd_options.h:25</a></div></div>
2018-05-23 23:12:00 +00:00
<div class="ttc" id="classshaka_1_1SimpleMpdNotifier_html_a3f4aabd86ec08e5ff427120ed39fda29"><div class="ttname"><a href="../../d8/de1/classshaka_1_1SimpleMpdNotifier.html#a3f4aabd86ec08e5ff427120ed39fda29">shaka::SimpleMpdNotifier::NotifyNewContainer</a></div><div class="ttdeci">bool NotifyNewContainer(const MediaInfo &amp;media_info, uint32_t *id) override</div><div class="ttdef"><b>Definition:</b> <a href="../../d2/d7b/simple__mpd__notifier_8cc_source.html#l00036">simple_mpd_notifier.cc:36</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jun 28 2018 17:32:56 for Shaka Packager SDK by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="../../doxygen.png" alt="doxygen"/>
2018-02-10 23:37:42 +00:00
</a> 1.8.13
</small></address>
</body>
</html>