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">
2016-02-17 01:09:50 +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::NaluReader Class Reference< / title >
2016-02-17 01:09:50 +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 >
2016-02-17 01:09:50 +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
2016-02-17 01:09:50 +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 -->
2016-02-17 01:09:50 +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 */
2016-02-17 01:09:50 +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 >
2016-02-17 01:09:50 +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 >
2016-02-17 01:09:50 +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/d86/classshaka_1_1media_1_1NaluReader.html" > NaluReader< / a > < / li > < / ul >
2016-02-17 01:09:50 +00:00
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-static-methods" > Static Public Member Functions< / a > |
2016-05-24 23:43:16 +00:00
< a href = "../../d8/da6/classshaka_1_1media_1_1NaluReader-members.html" > List of all members< / a > < / div >
2016-02-17 01:09:50 +00:00
< div class = "headertitle" >
2016-05-24 23:43:16 +00:00
< div class = "title" > shaka::media::NaluReader Class Reference< / div > < / div >
2016-02-17 01:09:50 +00:00
< / div > <!-- header -->
< div class = "contents" >
< p > < code > #include < < a class = "el" href = "../../d4/d87/nalu__reader_8h_source.html" > nalu_reader.h< / a > > < / code > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
2021-06-22 00:16:40 +00:00
< tr class = "memitem:aad5f0714659461429e2616f8186f4d53" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "aad5f0714659461429e2616f8186f4d53" > < / a > enum   < / td > < td class = "memItemRight" valign = "bottom" > < b > Result< / b > { < b > kOk< / b > ,
< b > kInvalidStream< / b > ,
< b > kEOStream< / b >
2016-02-17 01:09:50 +00:00
}< / td > < / tr >
2016-05-24 23:43:16 +00:00
< tr class = "separator:aad5f0714659461429e2616f8186f4d53" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2016-02-17 01:09:50 +00:00
< / table > < 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:a2d1611fe3e60fc6570fe0c21e13911b0" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "../../db/d86/classshaka_1_1media_1_1NaluReader.html#a2d1611fe3e60fc6570fe0c21e13911b0" > NaluReader< / a > (Nalu::CodecType type, uint8_t nal_length_size, const uint8_t *stream, uint64_t stream_size)< / td > < / tr >
< tr class = "separator:a2d1611fe3e60fc6570fe0c21e13911b0" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-06-22 22:14:30 +00:00
< tr class = "memitem:a6890eb05c83bb540af84494ed0590c6b" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "../../db/d86/classshaka_1_1media_1_1NaluReader.html#a6890eb05c83bb540af84494ed0590c6b" > NaluReader< / a > (Nalu::CodecType type, uint8_t nal_length_size, const uint8_t *stream, uint64_t stream_size, const std::vector< < a class = "el" href = "../../d1/d34/structshaka_1_1media_1_1SubsampleEntry.html" > SubsampleEntry< / a > > & subsamples)< / td > < / tr >
< tr class = "separator:a6890eb05c83bb540af84494ed0590c6b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2016-05-24 23:43:16 +00:00
< tr class = "memitem:ae051f1f92d84acfcd4cc159d972d647a" > < td class = "memItemLeft" align = "right" valign = "top" > Result  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "../../db/d86/classshaka_1_1media_1_1NaluReader.html#ae051f1f92d84acfcd4cc159d972d647a" > Advance< / a > (< a class = "el" href = "../../d6/dff/classshaka_1_1media_1_1Nalu.html" > Nalu< / a > *nalu)< / td > < / tr >
< tr class = "separator:ae051f1f92d84acfcd4cc159d972d647a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9ed9d56a06f43717cdb7035f86075975" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "../../db/d86/classshaka_1_1media_1_1NaluReader.html#a9ed9d56a06f43717cdb7035f86075975" > StartsWithStartCode< / a > ()< / td > < / tr >
< tr class = "separator:a9ed9d56a06f43717cdb7035f86075975" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2016-02-17 01:09:50 +00:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-static-methods" > < / a >
Static Public Member Functions< / h2 > < / td > < / tr >
2018-02-10 23:37:42 +00:00
< tr class = "memitem:ae7407c5437c807a51e8611a40a798966" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "ae7407c5437c807a51e8611a40a798966" > < / a >
2016-02-17 01:09:50 +00:00
static bool  < / td > < td class = "memItemRight" valign = "bottom" > < b > FindStartCode< / b > (const uint8_t *data, uint64_t data_size, uint64_t *offset, uint8_t *start_code_size)< / td > < / tr >
2016-05-24 23:43:16 +00:00
< tr class = "separator:ae7407c5437c807a51e8611a40a798966" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-06-22 22:14:30 +00:00
< tr class = "memitem:aa14b3cd5da5657d8a3d0ecfdf301a184" > < td class = "memItemLeft" align = "right" valign = "top" > static bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "../../db/d86/classshaka_1_1media_1_1NaluReader.html#aa14b3cd5da5657d8a3d0ecfdf301a184" > FindStartCodeInClearRange< / a > (const uint8_t *data, uint64_t data_size, uint64_t *offset, uint8_t *start_code_size, const std::vector< < a class = "el" href = "../../d1/d34/structshaka_1_1media_1_1SubsampleEntry.html" > SubsampleEntry< / a > > & subsamples)< / td > < / tr >
< tr class = "separator:aa14b3cd5da5657d8a3d0ecfdf301a184" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2016-02-17 01:09:50 +00:00
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
2018-02-10 23:37:42 +00:00
< div class = "textblock" > < p > Helper class used to read NAL units based on several formats:< / p > < ul >
2016-02-17 01:09:50 +00:00
< li > Annex B H.264/h.265< / li >
< li > NAL Unit Stream < / li >
< / ul >
2018-02-10 23:37:42 +00:00
< p class = "definition" > Definition at line < a class = "el" href = "../../d4/d87/nalu__reader_8h_source.html#l00149" > 149< / a > of file < a class = "el" href = "../../d4/d87/nalu__reader_8h_source.html" > nalu_reader.h< / a > .< / p >
2016-02-17 01:09:50 +00:00
< / div > < h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2018-02-10 23:37:42 +00:00
< a id = "a2d1611fe3e60fc6570fe0c21e13911b0" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2d1611fe3e60fc6570fe0c21e13911b0" > ◆ < / a > < / span > NaluReader() < span class = "overload" > [1/2]< / span > < / h2 >
2016-02-17 01:09:50 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2016-05-24 23:43:16 +00:00
< td class = "memname" > shaka::media::NaluReader::NaluReader < / td >
2016-02-17 01:09:50 +00:00
< td > (< / td >
2016-04-21 22:58:06 +00:00
< td class = "paramtype" > Nalu::CodecType  < / td >
2016-03-04 18:42:55 +00:00
< td class = "paramname" > < em > type< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
2016-02-17 01:09:50 +00:00
< td class = "paramtype" > uint8_t  < / td >
< td class = "paramname" > < em > nal_length_size< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const uint8_t *  < / td >
< td class = "paramname" > < em > stream< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > uint64_t  < / td >
< td class = "paramname" > < em > stream_size< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > nalu_length_size< / td > < td > should be set to 0 for AnnexB byte streams; otherwise, it indicates the size of NAL unit length for the NAL unit stream. < / td > < / tr >
< / table >
< / dd >
< / dl >
2020-01-22 00:59:16 +00:00
< p class = "definition" > Definition at line < a class = "el" href = "../../d1/df5/nalu__reader_8cc_source.html#l00214" > 214< / a > of file < a class = "el" href = "../../d1/df5/nalu__reader_8cc_source.html" > nalu_reader.cc< / a > .< / p >
2017-06-22 22:14:30 +00:00
< / div >
< / div >
2018-02-10 23:37:42 +00:00
< a id = "a6890eb05c83bb540af84494ed0590c6b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a6890eb05c83bb540af84494ed0590c6b" > ◆ < / a > < / span > NaluReader() < span class = "overload" > [2/2]< / span > < / h2 >
2017-06-22 22:14:30 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > shaka::media::NaluReader::NaluReader < / td >
< td > (< / td >
< td class = "paramtype" > Nalu::CodecType  < / td >
< td class = "paramname" > < em > type< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > uint8_t  < / td >
< td class = "paramname" > < em > nal_length_size< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const uint8_t *  < / td >
< td class = "paramname" > < em > stream< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > uint64_t  < / td >
< td class = "paramname" > < em > stream_size< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const std::vector< < a class = "el" href = "../../d1/d34/structshaka_1_1media_1_1SubsampleEntry.html" > SubsampleEntry< / a > > &   < / td >
< td class = "paramname" > < em > subsamples< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< dl class = "params" > < dt > Parameters< / dt > < dd >
< table class = "params" >
< tr > < td class = "paramname" > type< / td > < td > is the codec type of the NALU unit. < / td > < / tr >
< tr > < td class = "paramname" > nalu_length_size< / td > < td > should be set to 0 for AnnexB byte streams; otherwise, it indicates the size of NAL unit length for the NAL unit stream. < / td > < / tr >
< tr > < td class = "paramname" > stream< / td > < td > is the input stream. < / td > < / tr >
< tr > < td class = "paramname" > stream_size< / td > < td > is the size of < em > stream< / em > . < / td > < / tr >
< tr > < td class = "paramname" > subsamples< / td > < td > specifies the clear and encrypted sections of the < em > stream< / em > starting from the beginning of the < em > stream< / em > . If < em > subsamples< / em > doesn't cover the entire stream, then the rest is assumed to be in the clear. < / td > < / tr >
< / table >
< / dd >
< / dl >
2020-01-22 00:59:16 +00:00
< p class = "definition" > Definition at line < a class = "el" href = "../../d1/df5/nalu__reader_8cc_source.html#l00224" > 224< / a > of file < a class = "el" href = "../../d1/df5/nalu__reader_8cc_source.html" > nalu_reader.cc< / a > .< / p >
2016-02-17 01:09:50 +00:00
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2018-02-10 23:37:42 +00:00
< a id = "ae051f1f92d84acfcd4cc159d972d647a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae051f1f92d84acfcd4cc159d972d647a" > ◆ < / a > < / span > Advance()< / h2 >
2016-02-17 01:09:50 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2016-05-24 23:43:16 +00:00
< td class = "memname" > NaluReader::Result shaka::media::NaluReader::Advance < / td >
2016-02-17 01:09:50 +00:00
< td > (< / td >
2016-05-24 23:43:16 +00:00
< td class = "paramtype" > < a class = "el" href = "../../d6/dff/classshaka_1_1media_1_1Nalu.html" > Nalu< / a > *  < / td >
2016-02-17 01:09:50 +00:00
< td class = "paramname" > < em > nalu< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2018-02-10 23:37:42 +00:00
< p > Reads a NALU from the stream into |*nalu|, if one exists, and then advances to the next NALU. < / p > < dl class = "params" > < dt > Parameters< / dt > < dd >
2016-02-17 01:09:50 +00:00
< table class = "params" >
< tr > < td class = "paramname" > nalu< / td > < td > contains the NALU read if it exists. < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > kOk if a NALU is read; kEOStream if the stream is at the end-of-stream; kInvalidStream on error. < / dd > < / dl >
2020-01-22 00:59:16 +00:00
< p class = "definition" > Definition at line < a class = "el" href = "../../d1/df5/nalu__reader_8cc_source.html#l00241" > 241< / a > of file < a class = "el" href = "../../d1/df5/nalu__reader_8cc_source.html" > nalu_reader.cc< / a > .< / p >
2017-06-22 22:14:30 +00:00
< / div >
< / div >
2018-02-10 23:37:42 +00:00
< a id = "aa14b3cd5da5657d8a3d0ecfdf301a184" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa14b3cd5da5657d8a3d0ecfdf301a184" > ◆ < / a > < / span > FindStartCodeInClearRange()< / h2 >
2017-06-22 22:14:30 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > bool shaka::media::NaluReader::FindStartCodeInClearRange < / td >
< td > (< / td >
< td class = "paramtype" > const uint8_t *  < / td >
< td class = "paramname" > < em > data< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > uint64_t  < / td >
< td class = "paramname" > < em > data_size< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > uint64_t *  < / td >
< td class = "paramname" > < em > offset< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > uint8_t *  < / td >
< td class = "paramname" > < em > start_code_size< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const std::vector< < a class = "el" href = "../../d1/d34/structshaka_1_1media_1_1SubsampleEntry.html" > SubsampleEntry< / a > > &   < / td >
< td class = "paramname" > < em > subsamples< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2018-02-10 23:37:42 +00:00
< p > Same as FindStartCode() but also specify the subsamples. This searches for start codes in the clear section and will not scan for start codes in the encrypted section. Even if there is a real NALU start code in the encrypted section, this will skip them. < / p > < dl class = "params" > < dt > Parameters< / dt > < dd >
2017-06-22 22:14:30 +00:00
< table class = "params" >
< tr > < td class = "paramname" > subsamples< / td > < td > starting from the start of < em > data< / em > . If < em > subsamples< / em > does not cover the whole < em > data< / em > , the rest is assumed to be in the clear. < / td > < / tr >
< / table >
< / dd >
< / dl >
< dl class = "section return" > < dt > Returns< / dt > < dd > true if it finds a NALU. false otherwise. < / dd > < / dl >
2020-01-22 00:59:16 +00:00
< p class = "definition" > Definition at line < a class = "el" href = "../../d1/df5/nalu__reader_8cc_source.html#l00346" > 346< / a > of file < a class = "el" href = "../../d1/df5/nalu__reader_8cc_source.html" > nalu_reader.cc< / a > .< / p >
2016-02-23 19:58:24 +00:00
< / div >
< / div >
2018-02-10 23:37:42 +00:00
< a id = "a9ed9d56a06f43717cdb7035f86075975" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9ed9d56a06f43717cdb7035f86075975" > ◆ < / a > < / span > StartsWithStartCode()< / h2 >
2016-02-23 19:58:24 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2016-05-24 23:43:16 +00:00
< td class = "memname" > bool shaka::media::NaluReader::StartsWithStartCode < / td >
2016-02-23 19:58:24 +00:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< dl class = "section return" > < dt > Returns< / dt > < dd > true if the current position points to a start code. < / dd > < / dl >
2020-01-22 00:59:16 +00:00
< p class = "definition" > Definition at line < a class = "el" href = "../../d1/df5/nalu__reader_8cc_source.html#l00299" > 299< / a > of file < a class = "el" href = "../../d1/df5/nalu__reader_8cc_source.html" > nalu_reader.cc< / a > .< / p >
2016-02-17 01:09:50 +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/codecs/< a class = "el" href = "../../d4/d87/nalu__reader_8h_source.html" > nalu_reader.h< / a > < / li >
< li > packager/media/codecs/< a class = "el" href = "../../d1/df5/nalu__reader_8cc_source.html" > nalu_reader.cc< / a > < / li >
2016-02-17 01:09:50 +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:05 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
2016-02-17 01:09:50 +00:00
< / small > < / address >
< / body >
< / html >