ffmpeg-kit/docs/linux/html/d1/d8a/_chapter_8cpp_source.html
2022-09-17 18:38:44 +01:00

176 lines
23 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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=11"/>
<meta name="generator" content="Doxygen 1.9.4"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>FFmpegKit Linux API: Chapter.cpp 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"/>
<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 id="projectrow">
<td id="projectlogo"><img alt="Logo" src="../../ffmpeg-kit-icon-v9-small.png"/></td>
<td id="projectalign">
<div id="projectname">FFmpegKit Linux API<span id="projectnumber">&#160;5.1</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.4 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "../../search",'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="../../menudata.js"></script>
<script type="text/javascript" src="../../menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
$(function() {
initMenu('../../',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */
</script>
<div id="main-nav"></div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</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 class="header">
<div class="headertitle"><div class="title">Chapter.cpp</div></div>
</div><!--header-->
<div class="contents">
<a href="../../d1/d8a/_chapter_8cpp.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a id="l00001" name="l00001"></a><span class="lineno"> 1</span><span class="comment">/*</span></div>
<div class="line"><a id="l00002" name="l00002"></a><span class="lineno"> 2</span><span class="comment"> * Copyright (c) 2022 Taner Sener</span></div>
<div class="line"><a id="l00003" name="l00003"></a><span class="lineno"> 3</span><span class="comment"> *</span></div>
<div class="line"><a id="l00004" name="l00004"></a><span class="lineno"> 4</span><span class="comment"> * This file is part of FFmpegKit.</span></div>
<div class="line"><a id="l00005" name="l00005"></a><span class="lineno"> 5</span><span class="comment"> *</span></div>
<div class="line"><a id="l00006" name="l00006"></a><span class="lineno"> 6</span><span class="comment"> * FFmpegKit is free software: you can redistribute it and/or modify</span></div>
<div class="line"><a id="l00007" name="l00007"></a><span class="lineno"> 7</span><span class="comment"> * it under the terms of the GNU Lesser General Public License as published by</span></div>
<div class="line"><a id="l00008" name="l00008"></a><span class="lineno"> 8</span><span class="comment"> * the Free Software Foundation, either version 3 of the License, or</span></div>
<div class="line"><a id="l00009" name="l00009"></a><span class="lineno"> 9</span><span class="comment"> * (at your option) any later version.</span></div>
<div class="line"><a id="l00010" name="l00010"></a><span class="lineno"> 10</span><span class="comment"> *</span></div>
<div class="line"><a id="l00011" name="l00011"></a><span class="lineno"> 11</span><span class="comment"> * FFmpegKit is distributed in the hope that it will be useful,</span></div>
<div class="line"><a id="l00012" name="l00012"></a><span class="lineno"> 12</span><span class="comment"> * but WITHOUT ANY WARRANTY; without even the implied warranty of</span></div>
<div class="line"><a id="l00013" name="l00013"></a><span class="lineno"> 13</span><span class="comment"> * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span></div>
<div class="line"><a id="l00014" name="l00014"></a><span class="lineno"> 14</span><span class="comment"> * GNU Lesser General Public License for more details.</span></div>
<div class="line"><a id="l00015" name="l00015"></a><span class="lineno"> 15</span><span class="comment"> *</span></div>
<div class="line"><a id="l00016" name="l00016"></a><span class="lineno"> 16</span><span class="comment"> * You should have received a copy of the GNU Lesser General Public License</span></div>
<div class="line"><a id="l00017" name="l00017"></a><span class="lineno"> 17</span><span class="comment"> * along with FFmpegKit. If not, see &lt;http://www.gnu.org/licenses/&gt;.</span></div>
<div class="line"><a id="l00018" name="l00018"></a><span class="lineno"> 18</span><span class="comment"> */</span></div>
<div class="line"><a id="l00019" name="l00019"></a><span class="lineno"> 19</span> </div>
<div class="line"><a id="l00020" name="l00020"></a><span class="lineno"> 20</span><span class="preprocessor">#include &quot;<a class="code" href="../../dc/d8d/_chapter_8h.html">Chapter.h</a>&quot;</span></div>
<div class="line"><a id="l00021" name="l00021"></a><span class="lineno"> 21</span> </div>
<div class="line"><a id="l00022" name="l00022"></a><span class="lineno"><a class="line" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#a616c81b7dcd7d0f0a68671d3dd92c335"> 22</a></span><a class="code hl_function" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#a616c81b7dcd7d0f0a68671d3dd92c335">ffmpegkit::Chapter::Chapter</a>(std::shared_ptr&lt;rapidjson::Value&gt; chapterValue) : _chapterValue{chapterValue} {</div>
<div class="line"><a id="l00023" name="l00023"></a><span class="lineno"> 23</span>}</div>
<div class="line"><a id="l00024" name="l00024"></a><span class="lineno"> 24</span> </div>
<div class="line"><a id="l00025" name="l00025"></a><span class="lineno"><a class="line" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#ad06d908c0e64bfd2368ed62f257efc43"> 25</a></span>std::shared_ptr&lt;int64_t&gt; <a class="code hl_function" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#ad06d908c0e64bfd2368ed62f257efc43">ffmpegkit::Chapter::getId</a>() {</div>
<div class="line"><a id="l00026" name="l00026"></a><span class="lineno"> 26</span> <span class="keywordflow">return</span> getNumberProperty(KeyId);</div>
<div class="line"><a id="l00027" name="l00027"></a><span class="lineno"> 27</span>}</div>
<div class="line"><a id="l00028" name="l00028"></a><span class="lineno"> 28</span> </div>
<div class="line"><a id="l00029" name="l00029"></a><span class="lineno"><a class="line" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#ae7a7355ceb87873dba1061a4284b40b6"> 29</a></span>std::shared_ptr&lt;std::string&gt; <a class="code hl_function" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#ae7a7355ceb87873dba1061a4284b40b6">ffmpegkit::Chapter::getTimeBase</a>() {</div>
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span> <span class="keywordflow">return</span> getStringProperty(KeyTimeBase);</div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span>}</div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"><a class="line" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#a76874b4f2586039dc9ee7bbea5b547fa"> 33</a></span>std::shared_ptr&lt;int64_t&gt; <a class="code hl_function" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#a76874b4f2586039dc9ee7bbea5b547fa">ffmpegkit::Chapter::getStart</a>() {</div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span> <span class="keywordflow">return</span> getNumberProperty(KeyStart);</div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span>}</div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> </div>
<div class="line"><a id="l00037" name="l00037"></a><span class="lineno"><a class="line" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#a136f984b2c6e87099986ec37774fffed"> 37</a></span>std::shared_ptr&lt;std::string&gt; <a class="code hl_function" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#a136f984b2c6e87099986ec37774fffed">ffmpegkit::Chapter::getStartTime</a>() {</div>
<div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span> <span class="keywordflow">return</span> getStringProperty(KeyStartTime);</div>
<div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span>}</div>
<div class="line"><a id="l00040" name="l00040"></a><span class="lineno"> 40</span> </div>
<div class="line"><a id="l00041" name="l00041"></a><span class="lineno"><a class="line" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#aa6d603dc178c14733e385e57575310d3"> 41</a></span>std::shared_ptr&lt;int64_t&gt; <a class="code hl_function" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#aa6d603dc178c14733e385e57575310d3">ffmpegkit::Chapter::getEnd</a>() {</div>
<div class="line"><a id="l00042" name="l00042"></a><span class="lineno"> 42</span> <span class="keywordflow">return</span> getNumberProperty(KeyEnd);</div>
<div class="line"><a id="l00043" name="l00043"></a><span class="lineno"> 43</span>}</div>
<div class="line"><a id="l00044" name="l00044"></a><span class="lineno"> 44</span> </div>
<div class="line"><a id="l00045" name="l00045"></a><span class="lineno"><a class="line" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#abe4ba956fd4fa6895e89cf2298a09fa5"> 45</a></span>std::shared_ptr&lt;std::string&gt; <a class="code hl_function" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#abe4ba956fd4fa6895e89cf2298a09fa5">ffmpegkit::Chapter::getEndTime</a>() {</div>
<div class="line"><a id="l00046" name="l00046"></a><span class="lineno"> 46</span> <span class="keywordflow">return</span> getStringProperty(KeyEndTime);</div>
<div class="line"><a id="l00047" name="l00047"></a><span class="lineno"> 47</span>}</div>
<div class="line"><a id="l00048" name="l00048"></a><span class="lineno"> 48</span> </div>
<div class="line"><a id="l00049" name="l00049"></a><span class="lineno"><a class="line" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#afd452a2bad4365301caa2f4505021eb9"> 49</a></span>std::shared_ptr&lt;rapidjson::Value&gt; <a class="code hl_function" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#afd452a2bad4365301caa2f4505021eb9">ffmpegkit::Chapter::getTags</a>() {</div>
<div class="line"><a id="l00050" name="l00050"></a><span class="lineno"> 50</span> <span class="keywordflow">return</span> getProperty(KeyTags);</div>
<div class="line"><a id="l00051" name="l00051"></a><span class="lineno"> 51</span>}</div>
<div class="line"><a id="l00052" name="l00052"></a><span class="lineno"> 52</span> </div>
<div class="line"><a id="l00053" name="l00053"></a><span class="lineno"><a class="line" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#ae7290f1d87ae0e83d7e6ba0bae0a7810"> 53</a></span>std::shared_ptr&lt;std::string&gt; <a class="code hl_function" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#ae7290f1d87ae0e83d7e6ba0bae0a7810">ffmpegkit::Chapter::getStringProperty</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* key) {</div>
<div class="line"><a id="l00054" name="l00054"></a><span class="lineno"> 54</span> <span class="keywordflow">if</span> (_chapterValue-&gt;HasMember(key)) {</div>
<div class="line"><a id="l00055" name="l00055"></a><span class="lineno"> 55</span> <span class="keywordflow">return</span> std::make_shared&lt;std::string&gt;((*_chapterValue)[key].GetString());</div>
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> } <span class="keywordflow">else</span> {</div>
<div class="line"><a id="l00057" name="l00057"></a><span class="lineno"> 57</span> <span class="keywordflow">return</span> <span class="keyword">nullptr</span>;</div>
<div class="line"><a id="l00058" name="l00058"></a><span class="lineno"> 58</span> }</div>
<div class="line"><a id="l00059" name="l00059"></a><span class="lineno"> 59</span>}</div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span> </div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"><a class="line" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#a1427eb42943904d75f264006798ab1fa"> 61</a></span>std::shared_ptr&lt;int64_t&gt; <a class="code hl_function" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#a1427eb42943904d75f264006798ab1fa">ffmpegkit::Chapter::getNumberProperty</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* key) {</div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span> <span class="keywordflow">if</span> (_chapterValue-&gt;HasMember(key)) {</div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span> <span class="keywordflow">return</span> std::make_shared&lt;int64_t&gt;((*_chapterValue)[key].GetInt64());</div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span> } <span class="keywordflow">else</span> {</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> <span class="keywordflow">return</span> <span class="keyword">nullptr</span>;</div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span> }</div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span>}</div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span> </div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"><a class="line" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#a104127c7412c4c15c5d4b67541e37711"> 69</a></span>std::shared_ptr&lt;rapidjson::Value&gt; <a class="code hl_function" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#a104127c7412c4c15c5d4b67541e37711">ffmpegkit::Chapter::getProperty</a>(<span class="keyword">const</span> <span class="keywordtype">char</span>* key) {</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> <span class="keywordflow">if</span> (_chapterValue-&gt;HasMember(key)) {</div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span> <span class="keyword">auto</span> value = std::make_shared&lt;rapidjson::Value&gt;();</div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span> *value = (*_chapterValue)[key];</div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> <span class="keywordflow">return</span> value;</div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span> } <span class="keywordflow">else</span> {</div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> <span class="keywordflow">return</span> <span class="keyword">nullptr</span>;</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> }</div>
<div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span>}</div>
<div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> </div>
<div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#a170e52ca9bf97eb9aab0adda659962d2"> 79</a></span>std::shared_ptr&lt;rapidjson::Value&gt; <a class="code hl_function" href="../../d9/d9f/classffmpegkit_1_1_chapter.html#a170e52ca9bf97eb9aab0adda659962d2">ffmpegkit::Chapter::getAllProperties</a>() {</div>
<div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> <span class="keywordflow">if</span> (_chapterValue != <span class="keyword">nullptr</span>) {</div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"> 81</span> <span class="keyword">auto</span> all = std::make_shared&lt;rapidjson::Value&gt;();</div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> *all = (*_chapterValue);</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> <span class="keywordflow">return</span> all;</div>
<div class="line"><a id="l00084" name="l00084"></a><span class="lineno"> 84</span> } <span class="keywordflow">else</span> {</div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> <span class="keywordflow">return</span> <span class="keyword">nullptr</span>;</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> }</div>
<div class="line"><a id="l00087" name="l00087"></a><span class="lineno"> 87</span>}</div>
<div class="ttc" id="a_chapter_8h_html"><div class="ttname"><a href="../../dc/d8d/_chapter_8h.html">Chapter.h</a></div></div>
<div class="ttc" id="aclassffmpegkit_1_1_chapter_html_a104127c7412c4c15c5d4b67541e37711"><div class="ttname"><a href="../../d9/d9f/classffmpegkit_1_1_chapter.html#a104127c7412c4c15c5d4b67541e37711">ffmpegkit::Chapter::getProperty</a></div><div class="ttdeci">std::shared_ptr&lt; rapidjson::Value &gt; getProperty(const char *key)</div><div class="ttdef"><b>Definition:</b> <a href="../../d1/d8a/_chapter_8cpp_source.html#l00069">Chapter.cpp:69</a></div></div>
<div class="ttc" id="aclassffmpegkit_1_1_chapter_html_a136f984b2c6e87099986ec37774fffed"><div class="ttname"><a href="../../d9/d9f/classffmpegkit_1_1_chapter.html#a136f984b2c6e87099986ec37774fffed">ffmpegkit::Chapter::getStartTime</a></div><div class="ttdeci">std::shared_ptr&lt; std::string &gt; getStartTime()</div><div class="ttdef"><b>Definition:</b> <a href="../../d1/d8a/_chapter_8cpp_source.html#l00037">Chapter.cpp:37</a></div></div>
<div class="ttc" id="aclassffmpegkit_1_1_chapter_html_a1427eb42943904d75f264006798ab1fa"><div class="ttname"><a href="../../d9/d9f/classffmpegkit_1_1_chapter.html#a1427eb42943904d75f264006798ab1fa">ffmpegkit::Chapter::getNumberProperty</a></div><div class="ttdeci">std::shared_ptr&lt; int64_t &gt; getNumberProperty(const char *key)</div><div class="ttdef"><b>Definition:</b> <a href="../../d1/d8a/_chapter_8cpp_source.html#l00061">Chapter.cpp:61</a></div></div>
<div class="ttc" id="aclassffmpegkit_1_1_chapter_html_a170e52ca9bf97eb9aab0adda659962d2"><div class="ttname"><a href="../../d9/d9f/classffmpegkit_1_1_chapter.html#a170e52ca9bf97eb9aab0adda659962d2">ffmpegkit::Chapter::getAllProperties</a></div><div class="ttdeci">std::shared_ptr&lt; rapidjson::Value &gt; getAllProperties()</div><div class="ttdef"><b>Definition:</b> <a href="../../d1/d8a/_chapter_8cpp_source.html#l00079">Chapter.cpp:79</a></div></div>
<div class="ttc" id="aclassffmpegkit_1_1_chapter_html_a616c81b7dcd7d0f0a68671d3dd92c335"><div class="ttname"><a href="../../d9/d9f/classffmpegkit_1_1_chapter.html#a616c81b7dcd7d0f0a68671d3dd92c335">ffmpegkit::Chapter::Chapter</a></div><div class="ttdeci">Chapter(std::shared_ptr&lt; rapidjson::Value &gt; chapterValue)</div><div class="ttdef"><b>Definition:</b> <a href="../../d1/d8a/_chapter_8cpp_source.html#l00022">Chapter.cpp:22</a></div></div>
<div class="ttc" id="aclassffmpegkit_1_1_chapter_html_a76874b4f2586039dc9ee7bbea5b547fa"><div class="ttname"><a href="../../d9/d9f/classffmpegkit_1_1_chapter.html#a76874b4f2586039dc9ee7bbea5b547fa">ffmpegkit::Chapter::getStart</a></div><div class="ttdeci">std::shared_ptr&lt; int64_t &gt; getStart()</div><div class="ttdef"><b>Definition:</b> <a href="../../d1/d8a/_chapter_8cpp_source.html#l00033">Chapter.cpp:33</a></div></div>
<div class="ttc" id="aclassffmpegkit_1_1_chapter_html_aa6d603dc178c14733e385e57575310d3"><div class="ttname"><a href="../../d9/d9f/classffmpegkit_1_1_chapter.html#aa6d603dc178c14733e385e57575310d3">ffmpegkit::Chapter::getEnd</a></div><div class="ttdeci">std::shared_ptr&lt; int64_t &gt; getEnd()</div><div class="ttdef"><b>Definition:</b> <a href="../../d1/d8a/_chapter_8cpp_source.html#l00041">Chapter.cpp:41</a></div></div>
<div class="ttc" id="aclassffmpegkit_1_1_chapter_html_abe4ba956fd4fa6895e89cf2298a09fa5"><div class="ttname"><a href="../../d9/d9f/classffmpegkit_1_1_chapter.html#abe4ba956fd4fa6895e89cf2298a09fa5">ffmpegkit::Chapter::getEndTime</a></div><div class="ttdeci">std::shared_ptr&lt; std::string &gt; getEndTime()</div><div class="ttdef"><b>Definition:</b> <a href="../../d1/d8a/_chapter_8cpp_source.html#l00045">Chapter.cpp:45</a></div></div>
<div class="ttc" id="aclassffmpegkit_1_1_chapter_html_ad06d908c0e64bfd2368ed62f257efc43"><div class="ttname"><a href="../../d9/d9f/classffmpegkit_1_1_chapter.html#ad06d908c0e64bfd2368ed62f257efc43">ffmpegkit::Chapter::getId</a></div><div class="ttdeci">std::shared_ptr&lt; int64_t &gt; getId()</div><div class="ttdef"><b>Definition:</b> <a href="../../d1/d8a/_chapter_8cpp_source.html#l00025">Chapter.cpp:25</a></div></div>
<div class="ttc" id="aclassffmpegkit_1_1_chapter_html_ae7290f1d87ae0e83d7e6ba0bae0a7810"><div class="ttname"><a href="../../d9/d9f/classffmpegkit_1_1_chapter.html#ae7290f1d87ae0e83d7e6ba0bae0a7810">ffmpegkit::Chapter::getStringProperty</a></div><div class="ttdeci">std::shared_ptr&lt; std::string &gt; getStringProperty(const char *key)</div><div class="ttdef"><b>Definition:</b> <a href="../../d1/d8a/_chapter_8cpp_source.html#l00053">Chapter.cpp:53</a></div></div>
<div class="ttc" id="aclassffmpegkit_1_1_chapter_html_ae7a7355ceb87873dba1061a4284b40b6"><div class="ttname"><a href="../../d9/d9f/classffmpegkit_1_1_chapter.html#ae7a7355ceb87873dba1061a4284b40b6">ffmpegkit::Chapter::getTimeBase</a></div><div class="ttdeci">std::shared_ptr&lt; std::string &gt; getTimeBase()</div><div class="ttdef"><b>Definition:</b> <a href="../../d1/d8a/_chapter_8cpp_source.html#l00029">Chapter.cpp:29</a></div></div>
<div class="ttc" id="aclassffmpegkit_1_1_chapter_html_afd452a2bad4365301caa2f4505021eb9"><div class="ttname"><a href="../../d9/d9f/classffmpegkit_1_1_chapter.html#afd452a2bad4365301caa2f4505021eb9">ffmpegkit::Chapter::getTags</a></div><div class="ttdeci">std::shared_ptr&lt; rapidjson::Value &gt; getTags()</div><div class="ttdef"><b>Definition:</b> <a href="../../d1/d8a/_chapter_8cpp_source.html#l00049">Chapter.cpp:49</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Sat Sep 17 2022 18:38:15 for FFmpegKit Linux API by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="../../doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.4
</small></address>
</body>
</html>