2015-10-16 00:33:37 +00:00
<!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" / >
2017-09-20 02:35:05 +00:00
< title > Shaka Packager SDK: packager/media/formats/mp4/box_definitions.cc Source File< / title >
2015-10-16 00:33:37 +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-16 00:33:37 +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-16 00:33:37 +00:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2018-02-10 23:37:42 +00:00
<!-- Generated by Doxygen 1.8.13 -->
2015-10-16 00:33:37 +00:00
< 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 >
2015-10-16 00:33:37 +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-16 00:33:37 +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 >
2017-09-20 02:35:05 +00:00
< li class = "navelem" > < a class = "el" href = "../../dir_3f8eec2fc361645de4b1ec14c19fffc7.html" > packager< / a > < / li > < li class = "navelem" > < a class = "el" href = "../../dir_f99dae54fe7170f791f339b952d5067a.html" > media< / a > < / li > < li class = "navelem" > < a class = "el" href = "../../dir_375ba2cfd8fd5b05c50b92d996b9d386.html" > formats< / a > < / li > < li class = "navelem" > < a class = "el" href = "../../dir_ae142483ff91a68c468a97c037f98d4d.html" > mp4< / a > < / li > < / ul >
2015-10-16 00:33:37 +00:00
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "headertitle" >
< div class = "title" > box_definitions.cc< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2018-06-07 23:05:00 +00:00
< div class = "fragment" > < div class = "line" > < a name = "l00001" > < / a > < span class = "lineno" > 1< / span >   < span class = "comment" > // Copyright (c) 2012 The Chromium Authors. All rights reserved.< / span > < / div > < div class = "line" > < a name = "l00002" > < / a > < span class = "lineno" > 2< / span >   < span class = "comment" > // Use of this source code is governed by a BSD-style license that can be< / span > < / div > < div class = "line" > < a name = "l00003" > < / a > < span class = "lineno" > 3< / span >   < span class = "comment" > // found in the LICENSE file.< / span > < / div > < div class = "line" > < a name = "l00004" > < / a > < span class = "lineno" > 4< / span >   < / div > < div class = "line" > < a name = "l00005" > < / a > < span class = "lineno" > 5< / span >   < span class = "preprocessor" > #include " packager/media/formats/mp4/box_definitions.h" < / span > < / div > < div class = "line" > < a name = "l00006" > < / a > < span class = "lineno" > 6< / span >   < / div > < div class = "line" > < a name = "l00007" > < / a > < span class = "lineno" > 7< / span >   < span class = "preprocessor" > #include < limits> < / span > < / div > < div class = "line" > < a name = "l00008" > < / a > < span class = "lineno" > 8< / span >   < / div > < div class = "line" > < a name = "l00009" > < / a > < span class = "lineno" > 9< / span >   < span class = "preprocessor" > #include " packager/base/logging.h" < / span > < / div > < div class = "line" > < a name = "l00010" > < / a > < span class = "lineno" > 10< / span >   < span class = "preprocessor" > #include " packager/media/base/bit_reader.h" < / span > < / div > < div class = "line" > < a name = "l00011" > < / a > < span class = "lineno" > 11< / span >   < span class = "preprocessor" > #include " packager/media/base/macros.h" < / span > < / div > < div class = "line" > < a name = "l00012" > < / a > < span class = "lineno" > 12< / span >   < span class = "preprocessor" > #include " packager/media/base/rcheck.h" < / span > < / div > < div class = "line" > < a name = "l00013" > < / a > < span class = "lineno" > 13< / span >   < span class = "preprocessor" > #include " packager/media/formats/mp4/box_buffer.h" < / span > < / div > < div class = "line" > < a name = "l00014" > < / a > < span class = "lineno" > 14< / span >   < / div > < div class = "line" > < a name = "l00015" > < / a > < span class = "lineno" > 15< / span >   < span class = "keyword" > namespace < / span > {< / div > < div class = "line" > < a name = "l00016" > < / a > < span class = "lineno" > 16< / span >   < span class = "keyword" > const< / span > uint32_t kFourCCSize = 4;< / div > < div class = "line" > < a name = "l00017" > < / a > < span class = "lineno" > 17< / span >   < / div > < div class = "line" > < a name = "l00018" > < / a > < span class = "lineno" > 18< / span >   < span class = "comment" > // Key Id size as defined in CENC spec.< / span > < / div > < div class = "line" > < a name = "l00019" > < / a > < span class = "lineno" > 19< / span >   < span class = "keyword" > const< / span > uint32_t kCencKeyIdSize = 16;< / div > < div class = "line" > < a name = "l00020" > < / a > < span class = "lineno" > 20< / span >   < / div > < div class = "line" > < a name = "l00021" > < / a > < span class = "lineno" > 21< / span >   < span class = "comment" > // 9 uint32_t in big endian formatted array.< / span > < / div > < div class = "line" > < a name = "l00022" > < / a > < span class = "lineno" > 22< / span >   < span class = "keyword" > const< / span > uint8_t kUnityMatrix[] = {0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,< / div > < div class = "line" > < a name = "l00023" > < / a > < span class = "lineno" > 23< / span >   0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0,< / div > < div class = "line" > < a name = "l00024" > < / a > < span class = "lineno" > 24< / span >   0, 0, 0, 0, 0, 0, 0, 0, 0x40, 0, 0, 0};< / div > < div class = "line" > < a name = "l00025" > < / a > < span class = "lineno" > 25< / span >   < / div > < div class = "line" > < a name = "l00026" > < / a > < span class = "lineno" > 26< / span >   < span class = "comment" > // Default entries for HandlerReference box.< / span > < / div > < div class = "line" > < a name = "l00027" > < / a > < span class = "lineno" > 27< / span >   < span class = "keyword" > const< / span > < span class = "keywordtype" > char< / span > kVideoHandlerName[] = < span class = "stringliteral" > " VideoHandler" < / span > ;< / div > < div class = "line" > < a name = "l00028" > < / a > < span class = "lineno" > 28< / span >   < span class = "keyword" > const< / span > < span class = "keywordtype" > char< / span > kAudioHandlerName[] = < span class = "stringlitera
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1CompositionTimeToSample_html_a53a999ce269642a6f6cb5b9301ca0740" > < div class = "ttname" > < a href = "../../df/d7b/structshaka_1_1media_1_1mp4_1_1CompositionTimeToSample.html#a53a999ce269642a6f6cb5b9301ca0740" > shaka::media::mp4::CompositionTimeToSample::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00708" > box_definitions.cc:708< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1CueSettingsBox_html_ab3ab5a5e7b1702bd713433046b380c8d" > < div class = "ttname" > < a href = "../../d0/dd0/structshaka_1_1media_1_1mp4_1_1CueSettingsBox.html#ab3ab5a5e7b1702bd713433046b380c8d" > shaka::media::mp4::CueSettingsBox::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02711" > box_definitions.cc:2711< / a > < / div > < / div >
2016-05-24 23:43:16 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1mp4_1_1BoxBuffer_html_a6e7c1f50071b52d7f68e094f0401d3d9" > < div class = "ttname" > < a href = "../../d1/da1/classshaka_1_1media_1_1mp4_1_1BoxBuffer.html#a6e7c1f50071b52d7f68e094f0401d3d9" > shaka::media::mp4::BoxBuffer::reader< / a > < / div > < div class = "ttdeci" > BoxReader * reader()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dc/dbf/box__buffer_8h_source.html#l00198" > box_buffer.h:198< / a > < / div > < / div >
2018-06-07 23:05:00 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1VideoMediaHeader_html_afcca5343a3de868510a53de508730813" > < div class = "ttname" > < a href = "../../d1/db0/structshaka_1_1media_1_1mp4_1_1VideoMediaHeader.html#afcca5343a3de868510a53de508730813" > shaka::media::mp4::VideoMediaHeader::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01949" > box_definitions.cc:1949< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1DataEntryUrl_html_a8d46c2ad8b3dd9ae07bc3a73bb45da06" > < div class = "ttname" > < a href = "../../df/d8a/structshaka_1_1media_1_1mp4_1_1DataEntryUrl.html#a8d46c2ad8b3dd9ae07bc3a73bb45da06" > shaka::media::mp4::DataEntryUrl::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02005" > box_definitions.cc:2005< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1MovieExtendsHeader_html_ab2afa24c2f0b694a141ebe58b06635aa" > < div class = "ttname" > < a href = "../../da/d50/structshaka_1_1media_1_1mp4_1_1MovieExtendsHeader.html#ab2afa24c2f0b694a141ebe58b06635aa" > shaka::media::mp4::MovieExtendsHeader::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02170" > box_definitions.cc:2170< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1DecodingTimeToSample_html_a16599ced0758987dec6d8678faa7a7b9" > < div class = "ttname" > < a href = "../../de/def/structshaka_1_1media_1_1mp4_1_1DecodingTimeToSample.html#a16599ced0758987dec6d8678faa7a7b9" > shaka::media::mp4::DecodingTimeToSample::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00684" > box_definitions.cc:684< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1DTSSpecific_html_aa84cd76627aaaf58e2137935b6116346" > < div class = "ttname" > < a href = "../../dc/da0/structshaka_1_1media_1_1mp4_1_1DTSSpecific.html#aa84cd76627aaaf58e2137935b6116346" > shaka::media::mp4::DTSSpecific::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01625" > box_definitions.cc:1625< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1MovieFragment_html_ac6fab326de1329f291c8e427e99ce971" > < div class = "ttname" > < a href = "../../d9/d1f/structshaka_1_1media_1_1mp4_1_1MovieFragment.html#ac6fab326de1329f291c8e427e99ce971" > shaka::media::mp4::MovieFragment::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02551" > box_definitions.cc:2551< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1WebVTTSourceLabelBox_html_a90a955dc811f20242aa03eea0758ae55" > < div class = "ttname" > < a href = "../../d4/d33/structshaka_1_1media_1_1mp4_1_1WebVTTSourceLabelBox.html#a90a955dc811f20242aa03eea0758ae55" > shaka::media::mp4::WebVTTSourceLabelBox::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01862" > box_definitions.cc:1862< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1CompactSampleSize_html" > < div class = "ttname" > < a href = "../../da/d59/structshaka_1_1media_1_1mp4_1_1CompactSampleSize.html" > shaka::media::mp4::CompactSampleSize< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../d5/d7b/box__definitions_8h_source.html#l00462" > box_definitions.h:462< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SampleEncryptionEntry_html_a247ca9987470a6c724f1e099a78d3460" > < div class = "ttname" > < a href = "../../d6/dcb/structshaka_1_1media_1_1mp4_1_1SampleEncryptionEntry.html#a247ca9987470a6c724f1e099a78d3460" > shaka::media::mp4::SampleEncryptionEntry::ParseFromBuffer< / a > < / div > < div class = "ttdeci" > bool ParseFromBuffer(uint8_t iv_size, bool has_subsamples, BufferReader *reader)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00265" > box_definitions.cc:265< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SampleEncryptionEntry_html_ad578c23c523988d21391ac61b88bcb5c" > < div class = "ttname" > < a href = "../../d6/dcb/structshaka_1_1media_1_1mp4_1_1SampleEncryptionEntry.html#ad578c23c523988d21391ac61b88bcb5c" > shaka::media::mp4::SampleEncryptionEntry::GetTotalSizeOfSubsamples< / a > < / div > < div class = "ttdeci" > uint32_t GetTotalSizeOfSubsamples() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00300" > box_definitions.cc:300< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1VTTEmptyCueBox_html_a0e463ad10c04f13125f146c5ef908f69" > < div class = "ttname" > < a href = "../../d9/d3c/structshaka_1_1media_1_1mp4_1_1VTTEmptyCueBox.html#a0e463ad10c04f13125f146c5ef908f69" > shaka::media::mp4::VTTEmptyCueBox::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02747" > box_definitions.cc:2747< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SegmentType_html_ab3c10a2cd4a8162a91265b0cfd53de09" > < div class = "ttname" > < a href = "../../d3/dd0/structshaka_1_1media_1_1mp4_1_1SegmentType.html#ab3c10a2cd4a8162a91265b0cfd53de09" > shaka::media::mp4::SegmentType::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00155" > box_definitions.cc:155< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1TrackExtends_html_adb2087c3c85693054596a26d6f31d4dd" > < div class = "ttname" > < a href = "../../de/d29/structshaka_1_1media_1_1mp4_1_1TrackExtends.html#adb2087c3c85693054596a26d6f31d4dd" > shaka::media::mp4::TrackExtends::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02192" > box_definitions.cc:2192< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1DecodingTime_html" > < div class = "ttname" > < a href = "../../d8/d12/structshaka_1_1media_1_1mp4_1_1DecodingTime.html" > shaka::media::mp4::DecodingTime< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../d5/d7b/box__definitions_8h_source.html#l00412" > box_definitions.h:412< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1TrackFragmentDecodeTime_html_a036a76de5bb9287116a9ad94f8895e84" > < div class = "ttname" > < a href = "../../df/d9a/structshaka_1_1media_1_1mp4_1_1TrackFragmentDecodeTime.html#a036a76de5bb9287116a9ad94f8895e84" > shaka::media::mp4::TrackFragmentDecodeTime::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02288" > box_definitions.cc:2288< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1OriginalFormat_html_a4901c12c42b47485da0a95e8671de686" > < div class = "ttname" > < a href = "../../d5/d05/structshaka_1_1media_1_1mp4_1_1OriginalFormat.html#a4901c12c42b47485da0a95e8671de686" > shaka::media::mp4::OriginalFormat::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00386" > box_definitions.cc:386< / a > < / div > < / div >
2018-02-10 23:37:42 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1BitReader_html" > < div class = "ttname" > < a href = "../../d6/da9/classshaka_1_1media_1_1BitReader.html" > shaka::media::BitReader< / a > < / div > < div class = "ttdoc" > A class to read bit streams. < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../d4/dd3/bit__reader_8h_source.html#l00017" > bit_reader.h:17< / a > < / div > < / div >
2018-06-07 23:05:00 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SampleSize_html_a18b9c0277deec16ff5ffef98c2dbadf3" > < div class = "ttname" > < a href = "../../d7/d42/structshaka_1_1media_1_1mp4_1_1SampleSize.html#a18b9c0277deec16ff5ffef98c2dbadf3" > shaka::media::mp4::SampleSize::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00789" > box_definitions.cc:789< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1TrackFragmentRun_html_a4484ad0299e15e642960702764427f2f" > < div class = "ttname" > < a href = "../../dd/df5/structshaka_1_1media_1_1mp4_1_1TrackFragmentRun.html#a4484ad0299e15e642960702764427f2f" > shaka::media::mp4::TrackFragmentRun::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02380" > box_definitions.cc:2380< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SyncSample_html_a9d03c709f7d1e51f8809322794756b3b" > < div class = "ttname" > < a href = "../../dd/d3f/structshaka_1_1media_1_1mp4_1_1SyncSample.html#a9d03c709f7d1e51f8809322794756b3b" > shaka::media::mp4::SyncSample::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00933" > box_definitions.cc:933< / a > < / div > < / div >
2016-11-30 03:23:55 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1mp4_1_1BoxReader_html_a3da91efd030e0d85a889b2c02fe96bea" > < div class = "ttname" > < a href = "../../d1/dee/classshaka_1_1media_1_1mp4_1_1BoxReader.html#a3da91efd030e0d85a889b2c02fe96bea" > shaka::media::mp4::BoxReader::TryReadChildren< / a > < / div > < div class = "ttdeci" > bool TryReadChildren(std::vector< T > *children) WARN_UNUSED_RESULT< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../d2/d92/box__reader_8h_source.html#l00134" > box_reader.h:134< / a > < / div > < / div >
2018-06-07 23:05:00 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1WebVTTConfigurationBox_html_a90c78b82d88afcce6bcb4f5c96fa08b9" > < div class = "ttname" > < a href = "../../d8/d20/structshaka_1_1media_1_1mp4_1_1WebVTTConfigurationBox.html#a90c78b82d88afcce6bcb4f5c96fa08b9" > shaka::media::mp4::WebVTTConfigurationBox::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01845" > box_definitions.cc:1845< / a > < / div > < / div >
2016-05-24 23:43:16 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1mp4_1_1BoxBuffer_html_a7aacff091ff415be3da48be4fc620654" > < div class = "ttname" > < a href = "../../d1/da1/classshaka_1_1media_1_1mp4_1_1BoxBuffer.html#a7aacff091ff415be3da48be4fc620654" > shaka::media::mp4::BoxBuffer::TryReadWriteChild< / a > < / div > < div class = "ttdeci" > bool TryReadWriteChild(Box *box)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dc/dbf/box__buffer_8h_source.html#l00177" > box_buffer.h:177< / a > < / div > < / div >
2018-06-07 23:05:00 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SoundMediaHeader_html_a0a546689f087197c1f9fa7db68887e76" > < div class = "ttname" > < a href = "../../d7/d07/structshaka_1_1media_1_1mp4_1_1SoundMediaHeader.html#a0a546689f087197c1f9fa7db68887e76" > shaka::media::mp4::SoundMediaHeader::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01969" > box_definitions.cc:1969< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1PixelAspectRatio_html_ae12482d2916a9e6b7ecdee1c944c3c91" > < div class = "ttname" > < a href = "../../dd/d71/structshaka_1_1media_1_1mp4_1_1PixelAspectRatio.html#ae12482d2916a9e6b7ecdee1c944c3c91" > shaka::media::mp4::PixelAspectRatio::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01440" > box_definitions.cc:1440< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1ID3v2_html_acb41577286eeba57541fed6cd0cabbf2" > < div class = "ttname" > < a href = "../../d3/dad/structshaka_1_1media_1_1mp4_1_1ID3v2.html#acb41577286eeba57541fed6cd0cabbf2" > shaka::media::mp4::ID3v2::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01359" > box_definitions.cc:1359< / a > < / div > < / div >
2018-02-10 23:37:42 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1mp4_1_1BoxReader_html_a8b5c7d5a487fb3063eae1495aa3a7566" > < div class = "ttname" > < a href = "../../d1/dee/classshaka_1_1media_1_1mp4_1_1BoxReader.html#a8b5c7d5a487fb3063eae1495aa3a7566" > shaka::media::mp4::BoxReader::ReadAllChildren< / a > < / div > < div class = "ttdeci" > bool ReadAllChildren(std::vector< T > *children) WARN_UNUSED_RESULT< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../d2/d92/box__reader_8h_source.html#l00157" > box_reader.h:157< / a > < / div > < / div >
2018-06-07 23:05:00 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1DataReference_html_ad4241f10042e77cb12b30c654746253b" > < div class = "ttname" > < a href = "../../d4/de3/structshaka_1_1media_1_1mp4_1_1DataReference.html#ad4241f10042e77cb12b30c654746253b" > shaka::media::mp4::DataReference::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02025" > box_definitions.cc:2025< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SampleEncryptionEntry_html_aded832d0c1f43718b12f3a3e16d9c476" > < div class = "ttname" > < a href = "../../d6/dcb/structshaka_1_1media_1_1mp4_1_1SampleEncryptionEntry.html#aded832d0c1f43718b12f3a3e16d9c476" > shaka::media::mp4::SampleEncryptionEntry::ComputeSize< / a > < / div > < div class = "ttdeci" > uint32_t ComputeSize() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00290" > box_definitions.cc:290< / a > < / div > < / div >
2016-05-24 23:43:16 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1mp4_1_1BoxBuffer_html" > < div class = "ttname" > < a href = "../../d1/da1/classshaka_1_1media_1_1mp4_1_1BoxBuffer.html" > shaka::media::mp4::BoxBuffer< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dc/dbf/box__buffer_8h_source.html#l00025" > box_buffer.h:25< / a > < / div > < / div >
2018-06-07 23:05:00 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1MediaInformation_html_a5536ed5769a974f5094c4120c66667fe" > < div class = "ttname" > < a href = "../../d5/d86/structshaka_1_1media_1_1mp4_1_1MediaInformation.html#a5536ed5769a974f5094c4120c66667fe" > shaka::media::mp4::MediaInformation::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02066" > box_definitions.cc:2066< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1CueTimeBox_html_ae027ee1285bc5d397c450df88d653ae1" > < div class = "ttname" > < a href = "../../d8/dc3/structshaka_1_1media_1_1mp4_1_1CueTimeBox.html#ae027ee1285bc5d397c450df88d653ae1" > shaka::media::mp4::CueTimeBox::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02672" > box_definitions.cc:2672< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1MediaData_html_a6b0601ae1defd84cda96d27e4659058a" > < div class = "ttname" > < a href = "../../d7/dae/structshaka_1_1media_1_1mp4_1_1MediaData.html#a6b0601ae1defd84cda96d27e4659058a" > shaka::media::mp4::MediaData::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02638" > box_definitions.cc:2638< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1TextSampleEntry_html_aa3471e1884adc4351293a18fb2ee33fb" > < div class = "ttname" > < a href = "../../d7/dc3/structshaka_1_1media_1_1mp4_1_1TextSampleEntry.html#aa3471e1884adc4351293a18fb2ee33fb" > shaka::media::mp4::TextSampleEntry::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01882" > box_definitions.cc:1882< / a > < / div > < / div >
2018-02-10 23:37:42 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1mp4_1_1BoxBuffer_html_aa3eca1248b1df48d23c0d66a6bc80b1f" > < div class = "ttname" > < a href = "../../d1/da1/classshaka_1_1media_1_1mp4_1_1BoxBuffer.html#aa3eca1248b1df48d23c0d66a6bc80b1f" > shaka::media::mp4::BoxBuffer::BytesLeft< / a > < / div > < div class = "ttdeci" > size_t BytesLeft() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dc/dbf/box__buffer_8h_source.html#l00062" > box_buffer.h:62< / a > < / div > < / div >
2018-06-07 23:05:00 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1AC3Specific_html_aa3d0fa9297d15d210f1529eeff8e3d09" > < div class = "ttname" > < a href = "../../d4/dfa/structshaka_1_1media_1_1mp4_1_1AC3Specific.html#aa3d0fa9297d15d210f1529eeff8e3d09" > shaka::media::mp4::AC3Specific::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01660" > box_definitions.cc:1660< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SampleDescription_html_a55c299ae4b388109dccc7b84feb45089" > < div class = "ttname" > < a href = "../../da/df5/structshaka_1_1media_1_1mp4_1_1SampleDescription.html#a55c299ae4b388109dccc7b84feb45089" > shaka::media::mp4::SampleDescription::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00609" > box_definitions.cc:609< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SubtitleMediaHeader_html_a66a134f3ab023831f569873177d4e727" > < div class = "ttname" > < a href = "../../db/d21/structshaka_1_1media_1_1mp4_1_1SubtitleMediaHeader.html#a66a134f3ab023831f569873177d4e727" > shaka::media::mp4::SubtitleMediaHeader::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01986" > box_definitions.cc:1986< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SampleTable_html_a2771a6a7d82c1f544bafaf0709043fc1" > < div class = "ttname" > < a href = "../../d1/dee/structshaka_1_1media_1_1mp4_1_1SampleTable.html#a2771a6a7d82c1f544bafaf0709043fc1" > shaka::media::mp4::SampleTable::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01135" > box_definitions.cc:1135< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1VideoSampleEntry_html_a56ed4864ffdb37094b5f3352f53bc755" > < div class = "ttname" > < a href = "../../d0/d73/structshaka_1_1media_1_1mp4_1_1VideoSampleEntry.html#a56ed4864ffdb37094b5f3352f53bc755" > shaka::media::mp4::VideoSampleEntry::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01463" > box_definitions.cc:1463< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1Box_html_a160958fd4dd933f8b760bf61ec0f72c6" > < div class = "ttname" > < a href = "../../d1/d2d/structshaka_1_1media_1_1mp4_1_1Box.html#a160958fd4dd933f8b760bf61ec0f72c6" > shaka::media::mp4::Box::ReadWriteHeaderInternal< / a > < / div > < div class = "ttdeci" > virtual bool ReadWriteHeaderInternal(BoxBuffer *buffer)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../d5/d4d/box_8cc_source.html#l00061" > box.cc:61< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1MovieExtends_html_a3a24ad79e39a6dd24268a90fa5e3d47f" > < div class = "ttname" > < a href = "../../d1/d3e/structshaka_1_1media_1_1mp4_1_1MovieExtends.html#a3a24ad79e39a6dd24268a90fa5e3d47f" > shaka::media::mp4::MovieExtends::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02216" > box_definitions.cc:2216< / a > < / div > < / div >
2018-02-10 23:37:42 +00:00
< 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 >
2016-05-24 23:43:16 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1BufferWriter_html_abd8854feedd8b45146eb04dacf7d5b2f" > < div class = "ttname" > < a href = "../../dc/d41/classshaka_1_1media_1_1BufferWriter.html#abd8854feedd8b45146eb04dacf7d5b2f" > shaka::media::BufferWriter::AppendInt< / a > < / div > < div class = "ttdeci" > void AppendInt(uint8_t v)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dd3/buffer__writer_8cc_source.html#l00025" > buffer_writer.cc:25< / a > < / div > < / div >
2018-06-07 23:05:00 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1Track_html_a9ab0be777c96c884b73d2bb85cbb482c" > < div class = "ttname" > < a href = "../../d3/db5/structshaka_1_1media_1_1mp4_1_1Track.html#a9ab0be777c96c884b73d2bb85cbb482c" > shaka::media::mp4::Track::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02150" > box_definitions.cc:2150< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1VTTAdditionalTextBox_html_ab22709c67041094daaaa6f0b42eca51d" > < div class = "ttname" > < a href = "../../d6/d79/structshaka_1_1media_1_1mp4_1_1VTTAdditionalTextBox.html#ab22709c67041094daaaa6f0b42eca51d" > shaka::media::mp4::VTTAdditionalTextBox::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02762" > box_definitions.cc:2762< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1TrackFragmentHeader_html_a227b3fd6cf16ac250ee08f1e41e27ef9" > < div class = "ttname" > < a href = "../../d1/d6e/structshaka_1_1media_1_1mp4_1_1TrackFragmentHeader.html#a227b3fd6cf16ac250ee08f1e41e27ef9" > shaka::media::mp4::TrackFragmentHeader::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02323" > box_definitions.cc:2323< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SampleEncryption_html_a51f7a69108ea6dc32ea4ea6d5147d5a1" > < div class = "ttname" > < a href = "../../d4/dad/structshaka_1_1media_1_1mp4_1_1SampleEncryption.html#a51f7a69108ea6dc32ea4ea6d5147d5a1" > shaka::media::mp4::SampleEncryption::ParseFromSampleEncryptionData< / a > < / div > < div class = "ttdeci" > bool ParseFromSampleEncryptionData(uint8_t iv_size, std::vector< SampleEncryptionEntry > *sample_encryption_entries) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00365" > box_definitions.cc:365< / a > < / div > < / div >
2017-07-17 20:19:45 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1BufferWriter_html" > < div class = "ttname" > < a href = "../../dc/d41/classshaka_1_1media_1_1BufferWriter.html" > shaka::media::BufferWriter< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dd2/buffer__writer_8h_source.html#l00023" > buffer_writer.h:23< / a > < / div > < / div >
2016-05-24 23:43:16 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1mp4_1_1BoxBuffer_html_a29158ec9769dafbdcf1192abf9a2aa2a" > < div class = "ttname" > < a href = "../../d1/da1/classshaka_1_1media_1_1mp4_1_1BoxBuffer.html#a29158ec9769dafbdcf1192abf9a2aa2a" > shaka::media::mp4::BoxBuffer::PrepareChildren< / a > < / div > < div class = "ttdeci" > bool PrepareChildren()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dc/dbf/box__buffer_8h_source.html#l00157" > box_buffer.h:157< / a > < / div > < / div >
2018-06-07 23:05:00 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SchemeInfo_html_a5a50e58f6dcd3969bdeb07fb66a9d4dc" > < div class = "ttname" > < a href = "../../d2/d70/structshaka_1_1media_1_1mp4_1_1SchemeInfo.html#a5a50e58f6dcd3969bdeb07fb66a9d4dc" > shaka::media::mp4::SchemeInfo::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00482" > box_definitions.cc:482< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SampleEncryption_html_a62cd7e5cc8c102db09cbd3d7947604dd" > < div class = "ttname" > < a href = "../../d4/dad/structshaka_1_1media_1_1mp4_1_1SampleEncryption.html#a62cd7e5cc8c102db09cbd3d7947604dd" > shaka::media::mp4::SampleEncryption::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00310" > box_definitions.cc:310< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1ChunkOffset_html" > < div class = "ttname" > < a href = "../../dd/d06/structshaka_1_1media_1_1mp4_1_1ChunkOffset.html" > shaka::media::mp4::ChunkOffset< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../d5/d7b/box__definitions_8h_source.html#l00477" > box_definitions.h:477< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1Box_html_aa4e47d0ba81e234707c76ca36e32c1d5" > < div class = "ttname" > < a href = "../../d1/d2d/structshaka_1_1media_1_1mp4_1_1Box.html#aa4e47d0ba81e234707c76ca36e32c1d5" > shaka::media::mp4::Box::ComputeSize< / a > < / div > < div class = "ttdeci" > uint32_t ComputeSize()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../d5/d4d/box_8cc_source.html#l00050" > box.cc:50< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SampleEncryptionEntry_html_ac32331c506252793b4447940abbeafd9" > < div class = "ttname" > < a href = "../../d6/dcb/structshaka_1_1media_1_1mp4_1_1SampleEncryptionEntry.html#ac32331c506252793b4447940abbeafd9" > shaka::media::mp4::SampleEncryptionEntry::ReadWrite< / a > < / div > < div class = "ttdeci" > bool ReadWrite(uint8_t iv_size, bool has_subsamples, BoxBuffer *buffer)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00241" > box_definitions.cc:241< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1DataInformation_html_ad590eaa2b74fc18d22044abdeafe04c8" > < div class = "ttname" > < a href = "../../d8/d6d/structshaka_1_1media_1_1mp4_1_1DataInformation.html#ad590eaa2b74fc18d22044abdeafe04c8" > shaka::media::mp4::DataInformation::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02050" > box_definitions.cc:2050< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1EditList_html_af8ba6778f3fa9b239126ae635d8e9703" > < div class = "ttname" > < a href = "../../d3/dbe/structshaka_1_1media_1_1mp4_1_1EditList.html#af8ba6778f3fa9b239126ae635d8e9703" > shaka::media::mp4::EditList::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01204" > box_definitions.cc:1204< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1Edit_html_a44e5523c2fa791cae8dd3e36feee81ac" > < div class = "ttname" > < a href = "../../da/dd0/structshaka_1_1media_1_1mp4_1_1Edit.html#a44e5523c2fa791cae8dd3e36feee81ac" > shaka::media::mp4::Edit::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01244" > box_definitions.cc:1244< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1CompactSampleSize_html_affe88ea3f7899a791b616dfa12f794ee" > < div class = "ttname" > < a href = "../../da/d59/structshaka_1_1media_1_1mp4_1_1CompactSampleSize.html#affe88ea3f7899a791b616dfa12f794ee" > shaka::media::mp4::CompactSampleSize::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00817" > box_definitions.cc:817< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1TrackEncryption_html_a702b5c406fdac82ea3e3cb4de88d1c55" > < div class = "ttname" > < a href = "../../db/db8/structshaka_1_1media_1_1mp4_1_1TrackEncryption.html#a702b5c406fdac82ea3e3cb4de88d1c55" > shaka::media::mp4::TrackEncryption::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00418" > box_definitions.cc:418< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SchemeType_html_a76da5fef2de39a070fe61055e013b7c1" > < div class = "ttname" > < a href = "../../d3/da2/structshaka_1_1media_1_1mp4_1_1SchemeType.html#a76da5fef2de39a070fe61055e013b7c1" > shaka::media::mp4::SchemeType::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00401" > box_definitions.cc:401< / a > < / div > < / div >
2016-11-30 03:23:55 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1mp4_1_1BoxReader_html_aedb3a49da398833cda1caa1ad01a364a" > < div class = "ttname" > < a href = "../../d1/dee/classshaka_1_1media_1_1mp4_1_1BoxReader.html#aedb3a49da398833cda1caa1ad01a364a" > shaka::media::mp4::BoxReader::ReadChildren< / a > < / div > < div class = "ttdeci" > bool ReadChildren(std::vector< T > *children) WARN_UNUSED_RESULT< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../d2/d92/box__reader_8h_source.html#l00128" > box_reader.h:128< / a > < / div > < / div >
2018-02-10 23:37:42 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1mp4_1_1BoxBuffer_html_ab644d8a65ae5acb37059a0fc50dc164a" > < div class = "ttname" > < a href = "../../d1/da1/classshaka_1_1media_1_1mp4_1_1BoxBuffer.html#ab644d8a65ae5acb37059a0fc50dc164a" > shaka::media::mp4::BoxBuffer::Reading< / a > < / div > < div class = "ttdeci" > bool Reading() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dc/dbf/box__buffer_8h_source.html#l00040" > box_buffer.h:40< / a > < / div > < / div >
2018-06-07 23:05:00 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SampleToGroup_html_a4bbaf4bfb39fb569eaeb78f1e9169794" > < div class = "ttname" > < a href = "../../d0/d7c/structshaka_1_1media_1_1mp4_1_1SampleToGroup.html#a4bbaf4bfb39fb569eaeb78f1e9169794" > shaka::media::mp4::SampleToGroup::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01096" > box_definitions.cc:1096< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1CodecConfiguration_html_a1e9cb483b993bff202ec6143f892972e" > < div class = "ttname" > < a href = "../../db/d11/structshaka_1_1media_1_1mp4_1_1CodecConfiguration.html#a1e9cb483b993bff202ec6143f892972e" > shaka::media::mp4::CodecConfiguration::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01401" > box_definitions.cc:1401< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1MovieFragmentHeader_html_a68efde9cb48af4236d106dbfa46e96b0" > < div class = "ttname" > < a href = "../../dc/d8f/structshaka_1_1media_1_1mp4_1_1MovieFragmentHeader.html#a68efde9cb48af4236d106dbfa46e96b0" > shaka::media::mp4::MovieFragmentHeader::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02307" > box_definitions.cc:2307< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SampleAuxiliaryInformationSize_html_a909bcffee3acdc7754539a22546d1c76" > < div class = "ttname" > < a href = "../../dd/d13/structshaka_1_1media_1_1mp4_1_1SampleAuxiliaryInformationSize.html#a909bcffee3acdc7754539a22546d1c76" > shaka::media::mp4::SampleAuxiliaryInformationSize::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00216" > box_definitions.cc:216< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1TrackHeader_html_a7880b5742f038be62ca83693883814d3" > < div class = "ttname" > < a href = "../../da/dc4/structshaka_1_1media_1_1mp4_1_1TrackHeader.html#a7880b5742f038be62ca83693883814d3" > shaka::media::mp4::TrackHeader::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00567" > box_definitions.cc:567< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1Box_html_ad0186e0f9301bd07c52a55a8b1db0419" > < div class = "ttname" > < a href = "../../d1/d2d/structshaka_1_1media_1_1mp4_1_1Box.html#ad0186e0f9301bd07c52a55a8b1db0419" > shaka::media::mp4::Box::box_size< / a > < / div > < div class = "ttdeci" > uint32_t box_size()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dc/d19/box_8h_source.html#l00055" > box.h:55< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1ProtectionSchemeInfo_html_a09f2c7d00252d23003506285b30d9267" > < div class = "ttname" > < a href = "../../da/de9/structshaka_1_1media_1_1mp4_1_1ProtectionSchemeInfo.html#a09f2c7d00252d23003506285b30d9267" > shaka::media::mp4::ProtectionSchemeInfo::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00499" > box_definitions.cc:499< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1OpusSpecific_html_a6d71265a8782db78c4ed3c2331179418" > < div class = "ttname" > < a href = "../../de/dfa/structshaka_1_1media_1_1mp4_1_1OpusSpecific.html#a6d71265a8782db78c4ed3c2331179418" > shaka::media::mp4::OpusSpecific::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01702" > box_definitions.cc:1702< / a > < / div > < / div >
2016-05-24 23:43:16 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1mp4_1_1BoxBuffer_html_a0b9aa5e5669d771e12563e168d5c967d" > < div class = "ttname" > < a href = "../../d1/da1/classshaka_1_1media_1_1mp4_1_1BoxBuffer.html#a0b9aa5e5669d771e12563e168d5c967d" > shaka::media::mp4::BoxBuffer::writer< / a > < / div > < div class = "ttdeci" > BufferWriter * writer()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dc/dbf/box__buffer_8h_source.html#l00200" > box_buffer.h:200< / a > < / div > < / div >
2018-06-07 23:05:00 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SegmentIndex_html_ac95186c204fe8aeffc6c41ca8181af35" > < div class = "ttname" > < a href = "../../d4/df9/structshaka_1_1media_1_1mp4_1_1SegmentIndex.html#ac95186c204fe8aeffc6c41ca8181af35" > shaka::media::mp4::SegmentIndex::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02583" > box_definitions.cc:2583< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1Metadata_html_aca63db6a124f0d0a62b6a355a89d9f1d" > < div class = "ttname" > < a href = "../../dd/df6/structshaka_1_1media_1_1mp4_1_1Metadata.html#aca63db6a124f0d0a62b6a355a89d9f1d" > shaka::media::mp4::Metadata::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01381" > box_definitions.cc:1381< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1CueSourceIDBox_html_a5a9cf523bd1f53f5d2abeaa5cfa20e4c" > < div class = "ttname" > < a href = "../../d9/d3e/structshaka_1_1media_1_1mp4_1_1CueSourceIDBox.html#a5a9cf523bd1f53f5d2abeaa5cfa20e4c" > shaka::media::mp4::CueSourceIDBox::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02654" > box_definitions.cc:2654< / a > < / div > < / div >
2016-05-24 23:43:16 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1mp4_1_1BoxBuffer_html_a1a0c70e3124677ae08164f7b89f6a1d4" > < div class = "ttname" > < a href = "../../d1/da1/classshaka_1_1media_1_1mp4_1_1BoxBuffer.html#a1a0c70e3124677ae08164f7b89f6a1d4" > shaka::media::mp4::BoxBuffer::IgnoreBytes< / a > < / div > < div class = "ttdeci" > bool IgnoreBytes(size_t num_bytes)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dc/dbf/box__buffer_8h_source.html#l00189" > box_buffer.h:189< / a > < / div > < / div >
2018-06-07 23:05:00 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SampleEncryptionEntry_html" > < div class = "ttname" > < a href = "../../d6/dcb/structshaka_1_1media_1_1mp4_1_1SampleEncryptionEntry.html" > shaka::media::mp4::SampleEncryptionEntry< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../d5/d7b/box__definitions_8h_source.html#l00078" > box_definitions.h:78< / a > < / div > < / div >
2016-11-30 03:23:55 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1mp4_1_1BoxReader_html" > < div class = "ttname" > < a href = "../../d1/dee/classshaka_1_1media_1_1mp4_1_1BoxReader.html" > shaka::media::mp4::BoxReader< / a > < / div > < div class = "ttdoc" > Class for reading MP4 boxes. < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../d2/d92/box__reader_8h_source.html#l00025" > box_reader.h:25< / a > < / div > < / div >
2016-05-24 23:43:16 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1mp4_1_1BoxBuffer_html_ac00df060effff87645b9508ba15fb67d" > < div class = "ttname" > < a href = "../../d1/da1/classshaka_1_1media_1_1mp4_1_1BoxBuffer.html#ac00df060effff87645b9508ba15fb67d" > shaka::media::mp4::BoxBuffer::ReadWriteString< / a > < / div > < div class = "ttdeci" > bool ReadWriteString(std::string *str, size_t size)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dc/dbf/box__buffer_8h_source.html#l00139" > box_buffer.h:139< / a > < / div > < / div >
2018-06-07 23:05:00 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1EC3Specific_html_a926ae9221e26938071abb3ec5988eaf5" > < div class = "ttname" > < a href = "../../d4/d8d/structshaka_1_1media_1_1mp4_1_1EC3Specific.html#a926ae9221e26938071abb3ec5988eaf5" > shaka::media::mp4::EC3Specific::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01681" > box_definitions.cc:1681< / a > < / div > < / div >
2018-05-23 23:12:00 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1mp4_1_1BoxReader_html_a68defcd9be85bbd5cbded3bee86aa03a" > < div class = "ttname" > < a href = "../../d1/dee/classshaka_1_1media_1_1mp4_1_1BoxReader.html#a68defcd9be85bbd5cbded3bee86aa03a" > shaka::media::mp4::BoxReader::ReadChild< / a > < / div > < div class = "ttdeci" > bool ReadChild(Box *child) WARN_UNUSED_RESULT< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../d3/df1/box__reader_8cc_source.html#l00090" > box_reader.cc:90< / a > < / div > < / div >
2018-06-07 23:05:00 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1Box_html_a07928a0497473150999ceaee018edaa2" > < div class = "ttname" > < a href = "../../d1/d2d/structshaka_1_1media_1_1mp4_1_1Box.html#a07928a0497473150999ceaee018edaa2" > shaka::media::mp4::Box::HeaderSize< / a > < / div > < div class = "ttdeci" > virtual uint32_t HeaderSize() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../d5/d4d/box_8cc_source.html#l00055" > box.cc:55< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1FlacSpecific_html_a03dbcc1a317207a677c155f74b255cd1" > < div class = "ttname" > < a href = "../../de/d54/structshaka_1_1media_1_1mp4_1_1FlacSpecific.html#a03dbcc1a317207a677c155f74b255cd1" > shaka::media::mp4::FlacSpecific::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01755" > box_definitions.cc:1755< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1HandlerReference_html_a71203a734c203f04967eaf1676440ad9" > < div class = "ttname" > < a href = "../../da/dbb/structshaka_1_1media_1_1mp4_1_1HandlerReference.html#a71203a734c203f04967eaf1676440ad9" > shaka::media::mp4::HandlerReference::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01263" > box_definitions.cc:1263< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SampleToChunk_html_a610c358480034e85cbea93b0b3406655" > < div class = "ttname" > < a href = "../../d3/d87/structshaka_1_1media_1_1mp4_1_1SampleToChunk.html#a610c358480034e85cbea93b0b3406655" > shaka::media::mp4::SampleToChunk::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00761" > box_definitions.cc:761< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1ChunkInfo_html" > < div class = "ttname" > < a href = "../../df/d38/structshaka_1_1media_1_1mp4_1_1ChunkInfo.html" > shaka::media::mp4::ChunkInfo< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../d5/d7b/box__definitions_8h_source.html#l00439" > box_definitions.h:439< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SampleAuxiliaryInformationOffset_html_a63843ee864061fef2d6f788ad240aa44" > < div class = "ttname" > < a href = "../../d5/dca/structshaka_1_1media_1_1mp4_1_1SampleAuxiliaryInformationOffset.html#a63843ee864061fef2d6f788ad240aa44" > shaka::media::mp4::SampleAuxiliaryInformationOffset::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00186" > box_definitions.cc:186< / a > < / div > < / div >
2016-05-24 23:43:16 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1mp4_1_1BoxBuffer_html_a53c6b6a9bce0bb0fa61b9ce95c3f5cef" > < div class = "ttname" > < a href = "../../d1/da1/classshaka_1_1media_1_1mp4_1_1BoxBuffer.html#a53c6b6a9bce0bb0fa61b9ce95c3f5cef" > shaka::media::mp4::BoxBuffer::ReadWriteUInt64NBytes< / a > < / div > < div class = "ttdeci" > bool ReadWriteUInt64NBytes(uint64_t *v, size_t num_bytes)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dc/dbf/box__buffer_8h_source.html#l00117" > box_buffer.h:117< / a > < / div > < / div >
2018-06-07 23:05:00 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1VTTCueBox_html_ae19e44ca727ff4ae010a8c62fc566f41" > < div class = "ttname" > < a href = "../../d6/daa/structshaka_1_1media_1_1mp4_1_1VTTCueBox.html#ae19e44ca727ff4ae010a8c62fc566f41" > shaka::media::mp4::VTTCueBox::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02780" > box_definitions.cc:2780< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1Media_html_a3a083251ea157e44befabf84b66b0c9e" > < div class = "ttname" > < a href = "../../dc/ddf/structshaka_1_1media_1_1mp4_1_1Media.html#a3a083251ea157e44befabf84b66b0c9e" > shaka::media::mp4::Media::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02113" > box_definitions.cc:2113< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1SampleGroupDescription_html_ad5d87ea02a51983fdb555f2e3638bfed" > < div class = "ttname" > < a href = "../../d7/d01/structshaka_1_1media_1_1mp4_1_1SampleGroupDescription.html#ad5d87ea02a51983fdb555f2e3638bfed" > shaka::media::mp4::SampleGroupDescription::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01014" > box_definitions.cc:1014< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1ChunkLargeOffset_html_a8215c57361432ca6459cb0333034614d" > < div class = "ttname" > < a href = "../../db/d95/structshaka_1_1media_1_1mp4_1_1ChunkLargeOffset.html#a8215c57361432ca6459cb0333034614d" > shaka::media::mp4::ChunkLargeOffset::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00895" > box_definitions.cc:895< / a > < / div > < / div >
2016-05-24 23:43:16 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1BufferReader_html" > < div class = "ttname" > < a href = "../../d9/d13/classshaka_1_1media_1_1BufferReader.html" > shaka::media::BufferReader< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../de/d3e/buffer__reader_8h_source.html#l00023" > buffer_reader.h:23< / a > < / div > < / div >
2018-06-07 23:05:00 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1MediaHeader_html_ad8edc72b3035e93b38ca51505ae01412" > < div class = "ttname" > < a href = "../../d4/db9/structshaka_1_1media_1_1mp4_1_1MediaHeader.html#ad8edc72b3035e93b38ca51505ae01412" > shaka::media::mp4::MediaHeader::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01917" > box_definitions.cc:1917< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1AudioSampleEntry_html_ab10582a2954863ffcc26ec7373d42d56" > < div class = "ttname" > < a href = "../../d8/d5b/structshaka_1_1media_1_1mp4_1_1AudioSampleEntry.html#ab10582a2954863ffcc26ec7373d42d56" > shaka::media::mp4::AudioSampleEntry::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01776" > box_definitions.cc:1776< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1ProtectionSystemSpecificHeader_html_aae81fc1f70a0cdb8161dbafdbe80b099" > < div class = "ttname" > < a href = "../../d0/d3c/structshaka_1_1media_1_1mp4_1_1ProtectionSystemSpecificHeader.html#aae81fc1f70a0cdb8161dbafdbe80b099" > shaka::media::mp4::ProtectionSystemSpecificHeader::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00162" > box_definitions.cc:162< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1ElementaryStreamDescriptor_html_a579ea111ae1e304e27cb0b8d9f52c99c" > < div class = "ttname" > < a href = "../../d5/d11/structshaka_1_1media_1_1mp4_1_1ElementaryStreamDescriptor.html#a579ea111ae1e304e27cb0b8d9f52c99c" > shaka::media::mp4::ElementaryStreamDescriptor::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l01593" > box_definitions.cc:1593< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1CueIDBox_html_a29fe876a3059aa2f7a936ff1bf49b0ff" > < div class = "ttname" > < a href = "../../d5/d09/structshaka_1_1media_1_1mp4_1_1CueIDBox.html#a29fe876a3059aa2f7a936ff1bf49b0ff" > shaka::media::mp4::CueIDBox::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02692" > box_definitions.cc:2692< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1MovieHeader_html_a0bbd09e7f0bc8effc1c1ba7f5b8d49d6" > < div class = "ttname" > < a href = "../../d6/d1a/structshaka_1_1media_1_1mp4_1_1MovieHeader.html#a0bbd09e7f0bc8effc1c1ba7f5b8d49d6" > shaka::media::mp4::MovieHeader::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00530" > box_definitions.cc:530< / a > < / div > < / div >
2016-05-24 23:43:16 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1Box_html_a15bd0622fdb129d921287e690f117bde" > < div class = "ttname" > < a href = "../../d1/d2d/structshaka_1_1media_1_1mp4_1_1Box.html#a15bd0622fdb129d921287e690f117bde" > shaka::media::mp4::Box::Write< / a > < / div > < div class = "ttdeci" > void Write(BufferWriter *writer)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../d5/d4d/box_8cc_source.html#l00025" > box.cc:25< / a > < / div > < / div >
2018-06-07 23:05:00 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1TrackFragment_html_a5776ac8e8cfd7fe2033432a4581e19ea" > < div class = "ttname" > < a href = "../../df/d7b/structshaka_1_1media_1_1mp4_1_1TrackFragment.html#a5776ac8e8cfd7fe2033432a4581e19ea" > shaka::media::mp4::TrackFragment::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02504" > box_definitions.cc:2504< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1Movie_html_a623b673fb897f68e9c4e55682d6114dc" > < div class = "ttname" > < a href = "../../d0/d9a/structshaka_1_1media_1_1mp4_1_1Movie.html#a623b673fb897f68e9c4e55682d6114dc" > shaka::media::mp4::Movie::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l02246" > box_definitions.cc:2246< / a > < / div > < / div >
2018-05-23 23:12:00 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1mp4_1_1BoxReader_html_a1a4457e9638e8cf3fb30b0031b513cec" > < div class = "ttname" > < a href = "../../d1/dee/classshaka_1_1media_1_1mp4_1_1BoxReader.html#a1a4457e9638e8cf3fb30b0031b513cec" > shaka::media::mp4::BoxReader::TryReadChild< / a > < / div > < div class = "ttdeci" > bool TryReadChild(Box *child) WARN_UNUSED_RESULT< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../d3/df1/box__reader_8cc_source.html#l00106" > box_reader.cc:106< / a > < / div > < / div >
2018-06-07 23:05:00 +00:00
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1FileType_html_a038c8454ffed2e8bf32c858ddae320e1" > < div class = "ttname" > < a href = "../../d5/d03/structshaka_1_1media_1_1mp4_1_1FileType.html#a038c8454ffed2e8bf32c858ddae320e1" > shaka::media::mp4::FileType::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00129" > box_definitions.cc:129< / a > < / div > < / div >
< div class = "ttc" id = "structshaka_1_1media_1_1mp4_1_1ChunkOffset_html_af4dd3a3ea67a2efb95ac3761b33a8fa0" > < div class = "ttname" > < a href = "../../dd/d06/structshaka_1_1media_1_1mp4_1_1ChunkOffset.html#af4dd3a3ea67a2efb95ac3761b33a8fa0" > shaka::media::mp4::ChunkOffset::BoxType< / a > < / div > < div class = "ttdeci" > FourCC BoxType() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dd/dee/box__definitions_8cc_source.html#l00874" > box_definitions.cc:874< / a > < / div > < / div >
2018-05-23 23:12:00 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1mp4_1_1BoxReader_html_aa65236a6b94ac59d5da409412992211c" > < div class = "ttname" > < a href = "../../d1/dee/classshaka_1_1media_1_1mp4_1_1BoxReader.html#aa65236a6b94ac59d5da409412992211c" > shaka::media::mp4::BoxReader::ChildExist< / a > < / div > < div class = "ttdeci" > bool ChildExist(Box *child) WARN_UNUSED_RESULT< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../d3/df1/box__reader_8cc_source.html#l00102" > box_reader.cc:102< / a > < / div > < / div >
2016-05-24 23:43:16 +00:00
< div class = "ttc" id = "classshaka_1_1media_1_1mp4_1_1BoxBuffer_html_af1a1b7ca8e4749e862abdda9ba4501cb" > < div class = "ttname" > < a href = "../../d1/da1/classshaka_1_1media_1_1mp4_1_1BoxBuffer.html#af1a1b7ca8e4749e862abdda9ba4501cb" > shaka::media::mp4::BoxBuffer::ReadWriteChild< / a > < / div > < div class = "ttdeci" > bool ReadWriteChild(Box *box)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "../../dc/dbf/box__buffer_8h_source.html#l00166" > box_buffer.h:166< / a > < / div > < / div >
2015-10-16 00:33:37 +00:00
< / div > <!-- fragment --> < / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
2018-08-20 17:47:59 +00:00
Generated on Mon Aug 20 2018 10:46:49 for Shaka Packager SDK by   < a href = "http://www.doxygen.org/index.html" >
2015-10-16 00:33:37 +00:00
< img class = "footer" src = "../../doxygen.png" alt = "doxygen" / >
2018-02-10 23:37:42 +00:00
< / a > 1.8.13
2015-10-16 00:33:37 +00:00
< / small > < / address >
< / body >
< / html >