<divclass="fragment"><divclass="line"><aname="l00001"></a><spanclass="lineno"> 1</span> <spanclass="comment">// Copyright 2015 Google Inc. All rights reserved.</span></div><divclass="line"><aname="l00002"></a><spanclass="lineno"> 2</span> <spanclass="comment">//</span></div><divclass="line"><aname="l00003"></a><spanclass="lineno"> 3</span> <spanclass="comment">// Use of this source code is governed by a BSD-style</span></div><divclass="line"><aname="l00004"></a><spanclass="lineno"> 4</span> <spanclass="comment">// license that can be found in the LICENSE file or at</span></div><divclass="line"><aname="l00005"></a><spanclass="lineno"> 5</span> <spanclass="comment">// https://developers.google.com/open-source/licenses/bsd</span></div><divclass="line"><aname="l00006"></a><spanclass="lineno"> 6</span> </div><divclass="line"><aname="l00007"></a><spanclass="lineno"> 7</span> <spanclass="preprocessor">#include "packager/media/formats/webm/webm_muxer.h"</span></div><divclass="line"><aname="l00008"></a><spanclass="lineno"> 8</span> </div><divclass="line"><aname="l00009"></a><spanclass="lineno"> 9</span> <spanclass="preprocessor">#include "packager/media/base/fourccs.h"</span></div><divclass="line"><aname="l00010"></a><spanclass="lineno"> 10</span> <spanclass="preprocessor">#include "packager/media/base/media_sample.h"</span></div><divclass="line"><aname="l00011"></a><spanclass="lineno"> 11</span> <spanclass="preprocessor">#include "packager/media/base/stream_info.h"</span></div><divclass="line"><aname="l00012"></a><spanclass="lineno"> 12</span> <spanclass="preprocessor">#include "packager/media/formats/webm/mkv_writer.h"</span></div><divclass="line"><aname="l00013"></a><spanclass="lineno"> 13</span> <spanclass="preprocessor">#include "packager/media/formats/webm/multi_segment_segmenter.h"</span></div><divclass="line"><aname="l00014"></a><spanclass="lineno"> 14</span> <spanclass="preprocessor">#include "packager/media/formats/webm/single_segment_segmenter.h"</span></div><divclass="line"><aname="l00015"></a><spanclass="lineno"> 15</span> <spanclass="preprocessor">#include "packager/media/formats/webm/two_pass_single_segment_segmenter.h"</span></div><divclass="line"><aname="l00016"></a><spanclass="lineno"> 16</span> </div><divclass="line"><aname="l00017"></a><spanclass="lineno"> 17</span> <spanclass="keyword">namespace </span><aclass="code"href="../../d8/daf/namespaceshaka.html">shaka</a> {</div><divclass="line"><aname="l00018"></a><spanclass="lineno"> 18</span> <spanclass="keyword">namespace </span>media {</div><divclass="line"><aname="l00019"></a><spanclass="lineno"> 19</span> <spanclass="keyword">namespace </span>webm {</div><divclass="line"><aname="l00020"></a><spanclass="lineno"> 20</span> </div><divclass="line"><aname="l00021"></a><spanclass="lineno"><aclass="line"href="../../d3/d73/classshaka_1_1media_1_1webm_1_1WebMMuxer.html#a17b47db217334b2ec328bdbf1a9c7e29"> 21</a></span> <aclass="code"href="../../d3/d73/classshaka_1_1media_1_1webm_1_1WebMMuxer.html#a17b47db217334b2ec328bdbf1a9c7e29">WebMMuxer::WebMMuxer</a>(<spanclass="keyword">const</span><aclass="code"href="../../d0/d27/structshaka_1_1media_1_1MuxerOptions.html">MuxerOptions</a>& options) : <aclass="code"href="../../df/d46/classshaka_1_1media_1_1Muxer.html">Muxer</a>(options) {}</div><divclass="line"><aname="l00022"></a><spanclass="lineno"> 22</span> WebMMuxer::~WebMMuxer() {}</div><divclass="line"><aname="l00023"></a><spanclass="lineno"> 23</span> </div><divclass="line"><aname="l00024"></a><spanclass="lineno"> 24</span> <aclass="code"href="../../d2/d20/classshaka_1_1Status.html">Status</a> WebMMuxer::InitializeMuxer() {</div><divclass="line"><aname="l00025"></a><spanclass="lineno"> 25</span>  CHECK_
<divclass="ttc"id="structshaka_1_1media_1_1MuxerListener_1_1MediaRanges_html_aa15231fb064efc4b56800df24b074b29"><divclass="ttname"><ahref="../../d1/d03/structshaka_1_1media_1_1MuxerListener_1_1MediaRanges.html#aa15231fb064efc4b56800df24b074b29">shaka::media::MuxerListener::MediaRanges::index_range</a></div><divclass="ttdeci">base::Optional< Range > index_range</div><divclass="ttdoc">Range of the index section of a segment. </div><divclass="ttdef"><b>Definition:</b><ahref="../../de/dfa/muxer__listener_8h_source.html#l00050">muxer_listener.h:50</a></div></div>
<divclass="ttc"id="structshaka_1_1media_1_1MuxerListener_1_1MediaRanges_html_a836626da601a9f6ea54502c7e5bdd7c9"><divclass="ttname"><ahref="../../d1/d03/structshaka_1_1media_1_1MuxerListener_1_1MediaRanges.html#a836626da601a9f6ea54502c7e5bdd7c9">shaka::media::MuxerListener::MediaRanges::subsegment_ranges</a></div><divclass="ttdeci">std::vector< Range > subsegment_ranges</div><divclass="ttdef"><b>Definition:</b><ahref="../../de/dfa/muxer__listener_8h_source.html#l00054">muxer_listener.h:54</a></div></div>
<divclass="ttc"id="namespaceshaka_html"><divclass="ttname"><ahref="../../d8/daf/namespaceshaka.html">shaka</a></div><divclass="ttdoc">All the methods that are virtual are virtual for mocking. </div><divclass="ttdef"><b>Definition:</b><ahref="../../d4/d15/gflags__hex__bytes_8cc_source.html#l00011">gflags_hex_bytes.cc:11</a></div></div>
<divclass="ttc"id="structshaka_1_1media_1_1MuxerOptions_html"><divclass="ttname"><ahref="../../d0/d27/structshaka_1_1media_1_1MuxerOptions.html">shaka::media::MuxerOptions</a></div><divclass="ttdoc">This structure contains the list of configuration options for Muxer. </div><divclass="ttdef"><b>Definition:</b><ahref="../../d0/d0e/muxer__options_8h_source.html#l00020">muxer_options.h:20</a></div></div>
<divclass="ttc"id="classshaka_1_1media_1_1MediaSample_html"><divclass="ttname"><ahref="../../d7/d6d/classshaka_1_1media_1_1MediaSample.html">shaka::media::MediaSample</a></div><divclass="ttdoc">Class to hold a media sample. </div><divclass="ttdef"><b>Definition:</b><ahref="../../dd/d80/media__sample_8h_source.html#l00022">media_sample.h:22</a></div></div>
<divclass="ttc"id="classshaka_1_1media_1_1webm_1_1WebMMuxer_html_a17b47db217334b2ec328bdbf1a9c7e29"><divclass="ttname"><ahref="../../d3/d73/classshaka_1_1media_1_1webm_1_1WebMMuxer.html#a17b47db217334b2ec328bdbf1a9c7e29">shaka::media::webm::WebMMuxer::WebMMuxer</a></div><divclass="ttdeci">WebMMuxer(const MuxerOptions &options)</div><divclass="ttdoc">Create a WebMMuxer object from MuxerOptions. </div><divclass="ttdef"><b>Definition:</b><ahref="../../d2/dae/webm__muxer_8cc_source.html#l00021">webm_muxer.cc:21</a></div></div>