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::WebMVideoClient 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 = "../../d3/d67/classshaka_1_1media_1_1WebMVideoClient.html" > WebMVideoClient< / 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 = "../../dd/dd6/classshaka_1_1media_1_1WebMVideoClient-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::WebMVideoClient 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 > Helper class used to parse a Video element inside a TrackEntry element.
2016-05-24 23:43:16 +00:00
< a href = "../../d3/d67/classshaka_1_1media_1_1WebMVideoClient.html#details" > More...< / a > < / p >
2015-10-19 19:22:31 +00:00
< p > < code > #include < < a class = "el" href = "../../d9/dcc/webm__video__client_8h_source.html" > webm_video_client.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::WebMVideoClient:< / 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 = "../../d3/d67/classshaka_1_1media_1_1WebMVideoClient.png" usemap = "#shaka::media::WebMVideoClient_map" alt = "" / >
< map id = "shaka::media::WebMVideoClient_map" name = "shaka::media::WebMVideoClient_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 >
2018-02-10 23:37:42 +00:00
< tr class = "memitem:af3ad16a6046f60abf43a798747fc1edc" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "af3ad16a6046f60abf43a798747fc1edc" > < / a >
2016-05-24 23:43:16 +00:00
void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "../../d3/d67/classshaka_1_1media_1_1WebMVideoClient.html#af3ad16a6046f60abf43a798747fc1edc" > Reset< / a > ()< / td > < / tr >
2018-02-10 23:37:42 +00:00
< tr class = "memdesc:af3ad16a6046f60abf43a798747fc1edc" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Reset this object's state so it can process a new video track element. < br / > < / td > < / tr >
2016-05-24 23:43:16 +00:00
< tr class = "separator:af3ad16a6046f60abf43a798747fc1edc" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2018-12-20 22:38:40 +00:00
< tr class = "memitem:ae71e739feadfb8e9207b8ceb9689ca66" > < td class = "memItemLeft" align = "right" valign = "top" > std::shared_ptr< < a class = "el" href = "../../d6/db1/classshaka_1_1media_1_1VideoStreamInfo.html" > VideoStreamInfo< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "../../d3/d67/classshaka_1_1media_1_1WebMVideoClient.html#ae71e739feadfb8e9207b8ceb9689ca66" > GetVideoStreamInfo< / a > (int64_t track_num, const std::string & codec_id, const std::vector< uint8_t > & codec_private, bool is_encrypted)< / td > < / tr >
< tr class = "separator:ae71e739feadfb8e9207b8ceb9689ca66" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2017-10-24 22:51:02 +00:00
< tr class = "memitem:aea98a1f803ed3d710a5d39fae089c5ea" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "../../d1/da5/classshaka_1_1media_1_1VPCodecConfigurationRecord.html" > VPCodecConfigurationRecord< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "../../d3/d67/classshaka_1_1media_1_1WebMVideoClient.html#aea98a1f803ed3d710a5d39fae089c5ea" > GetVpCodecConfig< / a > (const std::vector< uint8_t > & codec_private)< / td > < / tr >
< tr class = "separator:aea98a1f803ed3d710a5d39fae089c5ea" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2016-05-24 23:43:16 +00:00
< tr class = "inherit_header pub_methods_classshaka_1_1media_1_1WebMParserClient" > < td colspan = "2" onclick = "javascript:toggleInherit('pub_methods_classshaka_1_1media_1_1WebMParserClient')" > < img src = "../../closed.png" alt = "-" / >   Public 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:a59e9fddc974f0898a3127007780470e7 inherit pub_methods_classshaka_1_1media_1_1WebMParserClient" > < td class = "memItemLeft" align = "right" valign = "top" > < a id = "a59e9fddc974f0898a3127007780470e7" > < / a >
2015-10-19 17:27:30 +00:00
virtual bool  < / td > < td class = "memItemRight" valign = "bottom" > < b > OnString< / b > (int id, const std::string & str)< / td > < / tr >
2016-05-24 23:43:16 +00:00
< tr class = "separator:a59e9fddc974f0898a3127007780470e7 inherit pub_methods_classshaka_1_1media_1_1WebMParserClient" > < 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 > Helper class used to parse a Video element inside a TrackEntry element. < / p >
2018-02-10 23:37:42 +00:00
< p class = "definition" > Definition at line < a class = "el" href = "../../d9/dcc/webm__video__client_8h_source.html#l00021" > 21< / a > of file < a class = "el" href = "../../d9/dcc/webm__video__client_8h_source.html" > webm_video_client.h< / a > .< / p >
2015-10-19 19:22:31 +00:00
< / div > < h2 class = "groupheader" > Member Function Documentation< / h2 >
2018-12-20 22:38:40 +00:00
< a id = "ae71e739feadfb8e9207b8ceb9689ca66" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae71e739feadfb8e9207b8ceb9689ca66" > ◆ < / a > < / span > GetVideoStreamInfo()< / h2 >
2018-02-10 23:37:42 +00:00
2015-10-19 19:22:31 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2017-01-26 03:38:47 +00:00
< td class = "memname" > std::shared_ptr< < a class = "el" href = "../../d6/db1/classshaka_1_1media_1_1VideoStreamInfo.html" > VideoStreamInfo< / a > > shaka::media::WebMVideoClient::GetVideoStreamInfo < / td >
2015-10-19 19:22:31 +00:00
< td > (< / td >
< td class = "paramtype" > int64_t  < / td >
< td class = "paramname" > < em > track_num< / em > , < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const std::string &   < / td >
< td class = "paramname" > < em > codec_id< / em > , < / td >
< / tr >
2018-12-20 22:38:40 +00:00
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > const std::vector< uint8_t > &   < / td >
< td class = "paramname" > < em > codec_private< / em > , < / td >
< / tr >
2015-10-19 19:22:31 +00:00
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" > bool  < / td >
< td class = "paramname" > < em > is_encrypted< / em >   < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-10 04:00:37 +00:00
< p > Create a < a class = "el" href = "../../d6/db1/classshaka_1_1media_1_1VideoStreamInfo.html" title = "Holds video stream information." > VideoStreamInfo< / a > with the data in |track_num|, |codec_id|, |codec_private|, |is_encrypted| and the fields parsed from the last video track element this object was used to parse. < / p > < dl class = "section return" > < dt > Returns< / dt > < dd > A < a class = "el" href = "../../d6/db1/classshaka_1_1media_1_1VideoStreamInfo.html" title = "Holds video stream information." > VideoStreamInfo< / a > if successful. < / dd >
2015-10-19 19:22:31 +00:00
< dd >
2017-01-26 03:38:47 +00:00
An empty pointer if there was unexpected values in the provided parameters or video track element fields. < / dd > < / dl >
2015-10-19 19:22:31 +00:00
2020-01-22 00:59:16 +00:00
< p class = "definition" > Definition at line < a class = "el" href = "../../d1/d7d/webm__video__client_8cc_source.html#l00050" > 50< / a > of file < a class = "el" href = "../../d1/d7d/webm__video__client_8cc_source.html" > webm_video_client.cc< / a > .< / p >
2017-05-02 21:09:19 +00:00
< / div >
< / div >
2018-02-10 23:37:42 +00:00
< a id = "aea98a1f803ed3d710a5d39fae089c5ea" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aea98a1f803ed3d710a5d39fae089c5ea" > ◆ < / a > < / span > GetVpCodecConfig()< / h2 >
2017-05-02 21:09:19 +00:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2017-10-24 22:51:02 +00:00
< td class = "memname" > < a class = "el" href = "../../d1/da5/classshaka_1_1media_1_1VPCodecConfigurationRecord.html" > VPCodecConfigurationRecord< / a > shaka::media::WebMVideoClient::GetVpCodecConfig < / td >
2017-05-02 21:09:19 +00:00
< td > (< / td >
< td class = "paramtype" > const std::vector< uint8_t > &   < / td >
< td class = "paramname" > < em > codec_private< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
2021-04-10 04:00:37 +00:00
< p > Extracts < a class = "el" href = "../../d1/da5/classshaka_1_1media_1_1VPCodecConfigurationRecord.html" title = "Class for parsing or writing VP codec configuration record." > VPCodecConfigurationRecord< / a > parsed from codec private data and Colour element. < / p >
2017-05-02 21:09:19 +00:00
2020-01-22 00:59:16 +00:00
< p class = "definition" > Definition at line < a class = "el" href = "../../d1/d7d/webm__video__client_8cc_source.html#l00130" > 130< / a > of file < a class = "el" href = "../../d1/d7d/webm__video__client_8cc_source.html" > webm_video_client.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 = "../../d9/dcc/webm__video__client_8h_source.html" > webm_video_client.h< / a > < / li >
< li > packager/media/formats/webm/< a class = "el" href = "../../d1/d7d/webm__video__client_8cc_source.html" > webm_video_client.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 >