2021-04-10 04:00:37 +00:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2015-10-19 17:27:30 +00:00
< 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" / >
2021-06-22 00:16:40 +00:00
< meta name = "generator" content = "Doxygen 1.8.17" / >
2018-02-10 23:37:42 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2017-09-20 02:35:05 +00:00
< title > Shaka Packager SDK: shaka::media::WebMInfoParser Class Reference< / title >
2015-10-19 17:27:30 +00:00
< 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 >
2015-10-19 17:27:30 +00:00
< 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;" >
2017-09-20 02:35:05 +00:00
< div id = "projectname" > Shaka Packager SDK
2015-10-19 17:27:30 +00:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2021-06-22 00:16:40 +00:00
<!-- Generated by Doxygen 1.8.17 -->
2015-10-19 17:27:30 +00:00
< script type = "text/javascript" >
2021-04-10 04:00:37 +00:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2021-06-22 00:16:40 +00:00
var searchBox = new SearchBox("searchBox", "../../search",false,'Search');
2021-04-10 04:00:37 +00:00
/* @license-end */
2015-10-19 17:27:30 +00:00
< / 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" >
2021-04-10 04:00:37 +00:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2018-02-10 23:37:42 +00:00
$(function() {
initMenu('../../',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2021-04-10 04:00:37 +00:00
/* @license-end */< / script >
2018-02-10 23:37:42 +00:00
< div id = "main-nav" > < / div >
2015-10-19 17:27:30 +00:00
<!-- 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 >
2015-10-19 17:27:30 +00:00
<!-- 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 >
2016-05-24 23:43:16 +00:00
< li class = "navelem" > < a class = "el" href = "../../d8/daf/namespaceshaka.html" > shaka< / a > < / li > < li class = "navelem" > < b > media< / b > < / li > < li class = "navelem" > < a class = "el" href = "../../db/dae/classshaka_1_1media_1_1WebMInfoParser.html" > WebMInfoParser< / a > < / li > < / ul >
2015-10-19 17:27:30 +00:00
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#pub-methods" > Public Member Functions< / a > |
2016-05-24 23:43:16 +00:00
< a href = "../../d5/d11/classshaka_1_1media_1_1WebMInfoParser-members.html" > List of all members< / a > < / div >
2015-10-19 17:27:30 +00:00
< div class = "headertitle" >
2016-05-24 23:43:16 +00:00
< div class = "title" > shaka::media::WebMInfoParser Class Reference< / div > < / div >
2015-10-19 17:27:30 +00:00
< / div > <!-- header -->
< div class = "contents" >
2015-10-19 19:22:31 +00:00
< p > Parser for WebM Info element.
2016-05-24 23:43:16 +00:00
< a href = "../../db/dae/classshaka_1_1media_1_1WebMInfoParser.html#details" > More...< / a > < / p >
2015-10-19 19:22:31 +00:00
< p > < code > #include < < a class = "el" href = "../../da/dd0/webm__info__parser_8h_source.html" > webm_info_parser.h< / a > > < / code > < / p >
2015-10-19 17:27:30 +00:00
< div class = "dynheader" >
2016-05-24 23:43:16 +00:00
Inheritance diagram for shaka::media::WebMInfoParser:< / div >
2015-10-19 17:27:30 +00:00
< div class = "dyncontent" >
< div class = "center" >
2016-05-24 23:43:16 +00:00
< img src = "../../db/dae/classshaka_1_1media_1_1WebMInfoParser.png" usemap = "#shaka::media::WebMInfoParser_map" alt = "" / >
< map id = "shaka::media::WebMInfoParser_map" name = "shaka::media::WebMInfoParser_map" >
< area href = "../../d5/dec/classshaka_1_1media_1_1WebMParserClient.html" alt = "shaka::media::WebMParserClient" shape = "rect" coords = "0,0,196,24" / >
2021-04-10 04:00:37 +00:00
< / map >
< / div > < / div >
2015-10-19 17:27:30 +00:00
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2016-05-24 23:43:16 +00:00
< tr class = "memitem:ae0b4d37e02d43627b1bc9c64f43ee3f7" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "../../db/dae/classshaka_1_1media_1_1WebMInfoParser.html#ae0b4d37e02d43627b1bc9c64f43ee3f7" > Parse< / a > (const uint8_t *buf, int size)< / td > < / tr >
< tr class = "separator:ae0b4d37e02d43627b1bc9c64f43ee3f7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2018-02-10 23:37:42 +00:00
< tr class = "memitem:a491a796d225eef4145814c52930f8fae" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a491a796d225eef4145814c52930f8fae" > < / a >
int64_t  < / td > < td class = "memItemRight" valign = "bottom" > < b > timecode_scale< / b > () const< / td > < / tr >
< tr class = "separator:a491a796d225eef4145814c52930f8fae" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2038ec6df9023a1c6f63b8c944b80fae" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a2038ec6df9023a1c6f63b8c944b80fae" > < / a >
double  < / td > < td class = "memItemRight" valign = "bottom" > < b > duration< / b > () const< / td > < / tr >
< tr class = "separator:a2038ec6df9023a1c6f63b8c944b80fae" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ad53eb79183aa99da203fe01bc878e8e7" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "ad53eb79183aa99da203fe01bc878e8e7" > < / a >
base::Time  < / td > < td class = "memItemRight" valign = "bottom" > < b > date_utc< / b > () const< / td > < / tr >
< tr class = "separator:ad53eb79183aa99da203fe01bc878e8e7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2015-10-19 17:27:30 +00:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "inherited" > < / a >
Additional Inherited Members< / h2 > < / td > < / tr >
2016-05-24 23:43:16 +00:00
< tr class = "inherit_header pro_methods_classshaka_1_1media_1_1WebMParserClient" > < td colspan = "2" onclick = "javascript:toggleInherit('pro_methods_classshaka_1_1media_1_1WebMParserClient')" > < img src = "../../closed.png" alt = "-" / >   Protected Member Functions inherited from < a class = "el" href = "../../d5/dec/classshaka_1_1media_1_1WebMParserClient.html" > shaka::media::WebMParserClient< / a > < / td > < / tr >
2018-02-10 23:37:42 +00:00
< tr class = "memitem:ae8d4510591d9c8eb11a3f41180e11efc inherit pro_methods_classshaka_1_1media_1_1WebMParserClient" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "ae8d4510591d9c8eb11a3f41180e11efc" > < / a >
2016-05-24 23:43:16 +00:00
  < / td > < td class = "memItemRight" valign = "bottom" > < b > DISALLOW_COPY_AND_ASSIGN< / b > (< a class = "el" href = "../../d5/dec/classshaka_1_1media_1_1WebMParserClient.html" > WebMParserClient< / a > )< / td > < / tr >
< tr class = "separator:ae8d4510591d9c8eb11a3f41180e11efc inherit pro_methods_classshaka_1_1media_1_1WebMParserClient" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2015-10-19 17:27:30 +00:00
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2015-10-19 19:22:31 +00:00
< div class = "textblock" > < p > Parser for WebM Info element. < / p >
2018-02-10 23:37:42 +00:00
< p class = "definition" > Definition at line < a class = "el" href = "../../da/dd0/webm__info__parser_8h_source.html#l00016" > 16< / a > of file < a class = "el" href = "../../da/dd0/webm__info__parser_8h_source.html" > webm_info_parser.h< / a > .< / p >
2015-10-19 19:22:31 +00:00
< / div > < h2 class = "groupheader" > Member Function Documentation< / h2 >
2018-02-10 23:37:42 +00:00
< a id = "ae0b4d37e02d43627b1bc9c64f43ee3f7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae0b4d37e02d43627b1bc9c64f43ee3f7" > ◆ < / a > < / span > Parse()< / h2 >
2015-10-19 19:22:31 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2016-05-24 23:43:16 +00:00
< td class = "memname" > int shaka::media::WebMInfoParser::Parse < / td >
2015-10-19 19:22:31 +00:00
< td > (< / td >
< td class = "paramtype" > const uint8_t *  < / td >
< td class = "paramname" > < em > buf< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > size< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2018-02-10 23:37:42 +00:00
< p > Parses a WebM Info element in |buf|. < / p > < dl class = "section return" > < dt > Returns< / dt > < dd > -1 if the parse fails. < / dd >
2015-10-19 19:22:31 +00:00
< dd >
0 if more data is needed. < / dd >
< dd >
The number of bytes parsed on success. < / dd > < / dl >
2018-02-10 23:37:42 +00:00
< p class = "definition" > Definition at line < a class = "el" href = "../../df/d7d/webm__info__parser_8cc_source.html#l00024" > 24< / a > of file < a class = "el" href = "../../df/d7d/webm__info__parser_8cc_source.html" > webm_info_parser.cc< / a > .< / p >
2015-10-19 19:22:31 +00:00
< / div >
< / div >
< hr / > The documentation for this class was generated from the following files:< ul >
2017-09-20 02:35:05 +00:00
< li > packager/media/formats/webm/< a class = "el" href = "../../da/dd0/webm__info__parser_8h_source.html" > webm_info_parser.h< / a > < / li >
< li > packager/media/formats/webm/< a class = "el" href = "../../df/d7d/webm__info__parser_8cc_source.html" > webm_info_parser.cc< / a > < / li >
2015-10-19 17:27:30 +00:00
< / ul >
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
2021-06-22 00:16:40 +00:00
Generated on Tue Jun 22 2021 00:16:06 for Shaka Packager SDK by   < a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "../../doxygen.png" alt = "doxygen" / >
< / a > 1.8.17
2015-10-19 17:27:30 +00:00
< / small > < / address >
< / body >
< / html >