11<!doctype html>
2- < html class ="no-js ">
2+ < html class ="no-js " lang =" en " >
33< head >
44 < meta name ="viewport " content ="width=device-width, initial-scale=1 " charset ="UTF-8 ">
55 < title > Av1Parser</ title >
6- < link href ="../../../images/logo-icon.svg " rel ="icon " type ="image/svg "> < script > var pathToRoot = "../../../" ; </ script >
7- < script > document . documentElement . classList . replace ( "no-js" , "js" ) ; </ script >
6+ < link href ="../../../images/logo-icon.svg " rel ="icon " type ="image/svg "> < script > var pathToRoot = "../../../" ; </ script >
7+ < script > document . documentElement . classList . replace ( "no-js" , "js" ) ; </ script >
88 < script > const storage = localStorage . getItem ( "dokka-dark-mode" )
9- if ( storage == null ) {
9+ if ( storage == null ) {
1010 const osDarkSchemePreferred = window . matchMedia && window . matchMedia ( '(prefers-color-scheme: dark)' ) . matches
1111 if ( osDarkSchemePreferred === true ) {
12- document . getElementsByTagName ( "html" ) [ 0 ] . classList . add ( "theme-dark" )
12+ document . getElementsByTagName ( "html" ) [ 0 ] . classList . add ( "theme-dark" )
1313 }
14- } else {
14+ } else {
1515 const savedDarkMode = JSON . parse ( storage )
16- if ( savedDarkMode === true ) {
17- document . getElementsByTagName ( "html" ) [ 0 ] . classList . add ( "theme-dark" )
16+ if ( savedDarkMode === true ) {
17+ document . getElementsByTagName ( "html" ) [ 0 ] . classList . add ( "theme-dark" )
1818 }
19- }
19+ }
2020 </ script >
2121< script type ="text/javascript " src ="https://unpkg.com/kotlin-playground@1/dist/playground.min.js " async > </ script >
2222< script type ="text/javascript " src ="../../../scripts/sourceset_dependencies.js " async > </ script >
2323< link href ="../../../styles/style.css " rel ="Stylesheet ">
2424< link href ="../../../styles/main.css " rel ="Stylesheet ">
2525< link href ="../../../styles/prism.css " rel ="Stylesheet ">
2626< link href ="../../../styles/logo-styles.css " rel ="Stylesheet ">
27- < link href ="../../../styles/font-jb-sans-auto.css " rel ="Stylesheet ">
2827< link href ="../../../ui-kit/ui-kit.min.css " rel ="Stylesheet ">
29- < script type ="text/javascript " src ="../../../scripts/clipboard .js " async > </ script >
28+ < script type ="text/javascript " src ="../../../scripts/safe-local-storage_blocking .js "> </ script >
3029< script type ="text/javascript " src ="../../../scripts/navigation-loader.js " async > </ script >
3130< script type ="text/javascript " src ="../../../scripts/platform-content-handler.js " async > </ script >
3231< script type ="text/javascript " src ="../../../scripts/main.js " defer > </ script >
3332< script type ="text/javascript " src ="../../../scripts/prism.js " async > </ script >
34- < script type ="text/javascript " src ="../../../ui-kit/ui-kit.min.js " defer > </ script >
35- < script type ="text/javascript " src ="../../../scripts/symbol-parameters-wrapper_deferred.js " defer > </ script > </ head >
33+ < script type ="text/javascript " src ="../../../ui-kit/ui-kit.min.js " defer > </ script > </ head >
3634< body >
37- < div class ="root ">
38- < nav class ="navigation theme-dark " id ="navigation-wrapper ">
39- < a class ="library-name--link " href ="../../../index.html ">
35+ < div class ="root ">
36+ < header class ="navigation theme-dark " id ="navigation-wrapper " role =" banner ">
37+ < a class ="library-name--link " href ="../../../index.html " tabindex =" 1 " >
4038 RootEncoder
4139 </ a > < button class ="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only " id ="toc-toggle " type ="button "> Toggle table of contents
4240 </ button >
4341 < div class ="navigation-controls--break ui-kit_mobile-only "> </ div >
44- < div class ="library-version " id ="library-version "> 2.6.5
42+ < div class ="library-version " id ="library-version "> 2.6.7
4543 </ div >
4644 < div class ="navigation-controls ">
47- < div class ="filter-section filter-section_loading " id ="filter-section ">
48- < button class ="platform-tag platform-selector jvm-like " data-active ="" data-filter =":common:dokkaHtmlPartial/release "> androidJvm</ button >
45+ < ul class ="filter-section filter-section_loading " id ="filter-section " aria-label =" Target filter ">
46+ < button class ="platform-tag platform-selector jvm-like " data-active ="" aria-pressed =" true " data-filter =":common/main "> androidJvm</ button >
4947 < div class ="dropdown filter-section--dropdown " data-role ="dropdown " id ="filter-section-dropdown ">
5048 < button class ="button button_dropdown filter-section--dropdown-toggle " role ="combobox " data-role ="dropdown-toggle " aria-controls ="platform-tags-listbox " aria-haspopup ="listbox " aria-expanded ="false " aria-label ="Toggle source sets "> </ button >
51- < ul role ="listbox " id ="platform-tags-listbox " class ="dropdown--list " data-role ="dropdown-listbox ">
52- < div class ="dropdown--header "> < span > Platform filter</ span >
53- < button class ="button " data-role ="dropdown-toggle " aria-label ="Close platform filter ">
49+ < ul role ="listbox " id ="platform-tags-listbox " class ="dropdown--list " data-role ="dropdown-listbox " aria-label =" Target filter " >
50+ < div class ="dropdown--header "> < span > Target filter</ span >
51+ < button class ="button " data-role ="dropdown-toggle " aria-label ="Close target filter ">
5452 < i class ="ui-kit-icon ui-kit-icon_cross "> </ i >
5553 </ button >
5654 </ div >
5755 < li role ="option " class ="dropdown--option platform-selector-option jvm-like " tabindex ="0 ">
5856 < label class ="checkbox ">
59- < input type ="checkbox " class ="checkbox--input " id =":common:dokkaHtmlPartial/release " data-filter =":common:dokkaHtmlPartial/release ">
57+ < input type ="checkbox " class ="checkbox--input " id =":common/main " data-filter =":common/main ">
6058 < span class ="checkbox--icon "> </ span >
6159 androidJvm
6260 </ label >
6361 </ li >
6462 </ ul >
6563 < div class ="dropdown--overlay "> </ div >
6664 </ div >
67- </ div >
65+ </ ul >
6866 < button class ="navigation-controls--btn navigation-controls--btn_theme " id ="theme-toggle-button " type ="button "> Switch theme
6967 </ button >
7068 < div class ="navigation-controls--btn navigation-controls--btn_search " id ="searchBar " role ="button "> Search in
7169 API
7270 </ div >
7371 </ div >
74- </ nav >
75- < div id ="container ">
76- < div class ="sidebar " id ="leftColumn ">
77- < div class ="dropdown theme-dark_mobile " data-role ="dropdown " id ="toc-dropdown ">
78- < ul role ="listbox " id ="toc-listbox " class ="dropdown--list dropdown--list_toc-list " data-role ="dropdown-listbox ">
79- < div class ="dropdown--header ">
72+ </ header >
73+ < div id ="container ">
74+ < nav id ="leftColumn " class ="sidebar " data-item-type ="SECTION " data-item-config ="{"defaultSize": 280, "minSize": 200, "maxSize": 400} ">
75+ < a class ="toc--skip-link " href ="#main "> Skip to content</ a >
76+ < div class ="dropdown theme-dark_mobile " data-role ="dropdown " id ="toc-dropdown ">
77+ < ul role ="listbox " id ="toc-listbox " class ="dropdown--list dropdown--list_toc-list " data-role ="dropdown-listbox " aria-label ="Table of contents ">
78+ < div class ="dropdown--header ">
8079 < span >
8180 RootEncoder
8281 </ span >
83- < button class ="button " data-role ="dropdown-toggle " aria-label ="Close table of contents ">
84- < i class ="ui-kit-icon ui-kit-icon_cross "> </ i >
85- </ button >
86- </ div >
87- < div class ="sidebar--inner " id ="sideMenu "> </ div >
88- </ ul >
89- < div class ="dropdown--overlay "> </ div >
90- </ div >
82+ < button class ="button " data-role ="dropdown-toggle " aria-label ="Close table of contents ">
83+ < i class ="ui-kit-icon ui-kit-icon_cross "> </ i >
84+ </ button >
85+ </ div >
86+ < div class ="sidebar--inner " id ="sideMenu "> </ div >
87+ </ ul >
88+ < div class ="dropdown--overlay "> </ div >
9189 </ div >
92- < div id ="main ">
93- < div class ="main-content " data-page-type ="member " id ="content " pageids ="common::com.pedro.common.av1/Av1Parser/Av1Parser/#/PointingToDeclaration//-719036216 ">
90+ </ nav >
91+ < div id ="resizer " class ="resizer " data-item-type ="BAR "> </ div >
92+ < div id ="main " data-item-type ="SECTION " role ="main ">
93+ < div class ="main-content " data-page-type ="member " id ="content " pageids ="common::com.pedro.common.av1/Av1Parser/Av1Parser/#/PointingToDeclaration//2060198302 ">
9494 < div class ="breadcrumbs "> < a href ="../../index.html "> common</ a > < span class ="delimiter "> /</ span > < a href ="../index.html "> com.pedro.common.av1</ a > < span class ="delimiter "> /</ span > < a href ="index.html "> Av1Parser</ a > < span class ="delimiter "> /</ span > < span class ="current "> Av1Parser</ span > </ div >
9595 < div class ="cover ">
9696 < h1 class ="cover "> < span > < span > Av1Parser</ span > </ span > </ h1 >
9797 </ div >
98- < div class ="platform-hinted " data-platform-hinted ="data-platform-hinted "> < div class ="content sourceset-dependent-content " data-active ="" data-togglable =":common:dokkaHtmlPartial/release "> < div class ="symbol monospace "> < span class ="token keyword "> constructor</ span > < span class ="token punctuation "> (</ span > < span class ="token punctuation "> )</ span > </ div > </ div > </ div >
98+ < div class ="platform-hinted " data-platform-hinted ="data-platform-hinted "> < div class ="content sourceset-dependent-content " data-active ="" data-togglable =":common/main "> < div class ="symbol monospace "> < span class ="token keyword "> constructor</ span > < span class ="token punctuation "> (</ span > < span class ="token punctuation "> )</ span > </ div > </ div > </ div >
9999</ div >
100100 < div class ="footer ">
101- < a href ="#content " id ="go-to-top-link " class ="footer--button footer--button_go-to-top "> </ a >
102- < span > © 2025 Copyright</ span >
103- < span class ="pull-right ">
104- < span > Generated by </ span >
105- < a class ="footer--link footer--link_external " href ="https://github.com/Kotlin/dokka ">
106- < span > dokka</ span >
107- </ a >
108- </ span >
109- </ div >
101+ < div class ="footer--container ">
102+ < a href ="#content " id ="go-to-top-link " class ="footer--button footer--button_go-to-top "> </ a >
103+ < div class ="footer--content ">
104+ < div >
105+ < span > Generated by </ span >
106+ < a class ="footer--link footer--link_external " href ="https://github.com/Kotlin/dokka ">
107+ Dokka
108+ </ a >
109+ < div > © 2025 Copyright</ div >
110+ </ div >
110111 </ div >
111112 </ div >
112113 </ div >
114+ </ div >
115+ </ div >
116+ </ div >
113117</ body >
114- </ html >
118+ </ html >
0 commit comments