Skip to content

Commit

Permalink
Deploying to gh-pages from @ 11cf57f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Jan 23, 2025
0 parents commit 1a7d744
Show file tree
Hide file tree
Showing 1,430 changed files with 224,266 additions and 0 deletions.
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
android.pillarbox.ch
4 changes: 4 additions & 0 deletions api/images/anchor-copy-button.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions api/images/copy-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions api/images/copy-successful-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions api/images/footer-go-to-link.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions api/images/go-to-top-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions api/images/logo-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
184 changes: 184 additions & 0 deletions api/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,184 @@
<!DOCTYPE html>
<html class="no-js">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>Pillarbox</title>
<link href="images/logo-icon.svg" rel="icon" type="image/svg">
<script>var pathToRoot = "";</script>
<script>document.documentElement.classList.replace("no-js","js");</script>
<script>const storage = localStorage.getItem("dokka-dark-mode")
if (storage == null) {
const osDarkSchemePreferred = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches
if (osDarkSchemePreferred === true) {
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}
} else {
const savedDarkMode = JSON.parse(storage)
if(savedDarkMode === true) {
document.getElementsByTagName("html")[0].classList.add("theme-dark")
}
}
</script>
<script type="text/javascript" src="scripts/sourceset_dependencies.js" async="async"></script>
<link href="styles/style.css" rel="Stylesheet">
<link href="styles/main.css" rel="Stylesheet">
<link href="styles/prism.css" rel="Stylesheet">
<link href="styles/logo-styles.css" rel="Stylesheet">
<link href="styles/font-jb-sans-auto.css" rel="Stylesheet">
<link href="ui-kit/ui-kit.min.css" rel="Stylesheet">
<script type="text/javascript" src="scripts/clipboard.js" async="async"></script>
<script type="text/javascript" src="scripts/navigation-loader.js" async="async"></script>
<script type="text/javascript" src="scripts/platform-content-handler.js" async="async"></script>
<script type="text/javascript" src="scripts/main.js" defer="defer"></script>
<script type="text/javascript" src="scripts/prism.js" async="async"></script>
<script type="text/javascript" src="ui-kit/ui-kit.min.js" defer="defer"></script>
<script type="text/javascript" src="scripts/symbol-parameters-wrapper_deferred.js" defer="defer"></script>
<link href="images/logo-icon.svg">
<link href="styles/pillarbox.css" rel="Stylesheet">
</head>
<body>
<div class="root">
<nav class="navigation theme-dark" id="navigation-wrapper">
<a class="library-name--link" href="index.html">
Pillarbox
</a>
<button class="navigation-controls--btn navigation-controls--btn_toc ui-kit_mobile-only" id="toc-toggle"
type="button">Toggle table of contents
</button>
<div class="navigation-controls--break ui-kit_mobile-only"></div>
<div class="library-version" id="library-version">
4.0.0-TEST </div>
<div class="navigation-controls">
<button class="navigation-controls--btn navigation-controls--btn_theme" id="theme-toggle-button"
type="button">Switch theme
</button>
<div class="navigation-controls--btn navigation-controls--btn_search" id="searchBar" role="button">Search in
API
</div>
</div>
</nav>
<div id="container">
<div class="sidebar" id="leftColumn">
<div class="dropdown theme-dark_mobile" data-role="dropdown" id="toc-dropdown">
<ul role="listbox" id="toc-listbox" class="dropdown--list dropdown--list_toc-list"
data-role="dropdown-listbox">
<div class="dropdown--header">
<span>
Pillarbox
</span>
<button class="button" data-role="dropdown-toggle" aria-label="Close table of contents">
<i class="ui-kit-icon ui-kit-icon_cross"></i>
</button>
</div>
<div class="sidebar--inner" id="sideMenu"></div>
</ul>
<div class="dropdown--overlay"></div>
</div>
</div>
<div id="main">
<div class="main-content" id="content" pageIds="Pillarbox::.ext/allModules///PointingToDeclaration//0">
<div class="breadcrumbs"></div>
<div class="cover ">
<div class="cover "><!-- Workaround https://github.com/Kotlin/dokka/issues/3886 --><h1 class="cover"><span><span>Pillarbox Player for Android</span></span></h1>
<p class="paragraph">Pillarbox is the modern SRG SSR multimedia player ecosystem, built on top of <a href="https://developer.android.com/media/media3">AndroidX Media3</a>. Pillarbox has been designed with robustness, flexibility, and efficiency in mind, with many customization options available.</p>
<p class="paragraph">It is split in multiple modules, whose documentation is available from the side menu.</p>
<h2 class="">Additional resources:</h2>
<ul>
<li>
<p class="paragraph"><a href="https://github.com/SRGSSR/pillarbox-android">GitHub repository</a></p>
</li>
<li>
<p class="paragraph"><a href="https://github.com/SRGSSR/pillarbox-android/releases">Pillarbox releases</a></p>
</li>
<li>
<p class="paragraph"><a href="https://swiftpackageindex.com/SRGSSR/pillarbox-apple">Pillarbox for Apple</a></p>
</li>
<li>
<p class="paragraph"><a href="https://web.pillarbox.ch/api/">Pillarbox for the Web</a></p>
</li>
</ul>
</div>
<h2 class="">All modules:</h2>
<div class="table"><a data-name="2125936051%2FMain%2F0" anchor-label="pillarbox-analytics" id="2125936051%2FMain%2F0" data-filterable-set=""></a>
<div class="table-row">
<div class="main-subrow ">
<div class="w-100"><span class="inline-flex">
<div><a href="pillarbox-analytics/index.html">pillarbox-analytics</a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="2125936051%2FMain%2F0"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div><span class="brief-comment">
<p class="paragraph">Provides SRG SSR implementation for <a href="https://www.commandersact.com/">Commanders Act</a> and <a href="https://comscore.com/">ComScore</a> to send page view events and custom events.</p>
</span></div>
</div>
</div>
<a data-name="784206474%2FMain%2F0" anchor-label="pillarbox-cast" id="784206474%2FMain%2F0" data-filterable-set=""></a>
<div class="table-row">
<div class="main-subrow ">
<div class="w-100"><span class="inline-flex">
<div><a href="pillarbox-cast/index.html">pillarbox-cast</a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="784206474%2FMain%2F0"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div><span class="brief-comment">
<p class="paragraph">Provides helpers to integrate Cast with Pillarbox.</p>
</span></div>
</div>
</div>
<a data-name="1194886155%2FMain%2F0" anchor-label="pillarbox-core-business" id="1194886155%2FMain%2F0" data-filterable-set=""></a>
<div class="table-row">
<div class="main-subrow ">
<div class="w-100"><span class="inline-flex">
<div><a href="pillarbox-core-business/index.html">pillarbox-core-business</a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1194886155%2FMain%2F0"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div><span class="brief-comment">
<p class="paragraph">Provides a <a href="https://developer.android.com/reference/androidx/media3/exoplayer/source/MediaSource">MediaSource</a> for handling SRG SSR media URNs to Pillarbox. It basically converts an integration layer <a href="https://android.pillarbox.ch/api/pillarbox-core-business/ch.srgssr.pillarbox.core.business.integrationlayer.data/-media-composition/index.html">MediaComposition</a> to a playable <a href="https://developer.android.com/reference/androidx/media3/exoplayer/source/MediaSource">MediaSource</a>.</p>
</span></div>
</div>
</div>
<a data-name="-1676044504%2FMain%2F0" anchor-label="pillarbox-player" id="-1676044504%2FMain%2F0" data-filterable-set=""></a>
<div class="table-row">
<div class="main-subrow ">
<div class="w-100"><span class="inline-flex">
<div><a href="pillarbox-player/index.html">pillarbox-player</a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-1676044504%2FMain%2F0"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div><span class="brief-comment">
<p class="paragraph">Provides <a href="https://android.pillarbox.ch/api/pillarbox-player/ch.srgssr.pillarbox.player/-pillarbox-player/index.html">PillarboxPlayer</a>, an AndroidX Media3 <a href="https://developer.android.com/reference/androidx/media3/common/Player">Player</a> implementation for media playback on Android.</p>
</span></div>
</div>
</div>
<a data-name="-2068332843%2FMain%2F0" anchor-label="pillarbox-ui" id="-2068332843%2FMain%2F0" data-filterable-set=""></a>
<div class="table-row">
<div class="main-subrow ">
<div class="w-100"><span class="inline-flex">
<div><a href="pillarbox-ui/index.html">pillarbox-ui</a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="-2068332843%2FMain%2F0"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div><span class="brief-comment">
<p class="paragraph">Provides UI Compose components and helpers.</p>
</span></div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>
<span>© SRG SSR</span>
<span class="pull-right">
<span>Generated by </span>
<a class="footer--link footer--link_external" href="https://github.com/Kotlin/dokka">
<span>dokka</span>
</a>
</span>
</div>
</div>
</div>
</div>
</body>
</html>
Loading

0 comments on commit 1a7d744

Please sign in to comment.