Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3ce614a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Oct 9, 2023
1 parent 732d1cc commit d1496e7
Show file tree
Hide file tree
Showing 5 changed files with 93 additions and 3 deletions.
1 change: 1 addition & 0 deletions api.video -android player library/package-list
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ $dokka.location:video.api.player/ApiVideoPlayerController/addListener/#video.api
$dokka.location:video.api.player/ApiVideoPlayerController/autoplay/#/PointingToDeclaration/api.video -android player library/video.api.player/-api-video-player-controller/autoplay.html
$dokka.location:video.api.player/ApiVideoPlayerController/currentTime/#/PointingToDeclaration/api.video -android player library/video.api.player/-api-video-player-controller/current-time.html
$dokka.location:video.api.player/ApiVideoPlayerController/duration/#/PointingToDeclaration/api.video -android player library/video.api.player/-api-video-player-controller/duration.html
$dokka.location:video.api.player/ApiVideoPlayerController/isLive/#/PointingToDeclaration/api.video -android player library/video.api.player/-api-video-player-controller/is-live.html
$dokka.location:video.api.player/ApiVideoPlayerController/isLooping/#/PointingToDeclaration/api.video -android player library/video.api.player/-api-video-player-controller/is-looping.html
$dokka.location:video.api.player/ApiVideoPlayerController/isMuted/#/PointingToDeclaration/api.video -android player library/video.api.player/-api-video-player-controller/is-muted.html
$dokka.location:video.api.player/ApiVideoPlayerController/isPlaying/#/PointingToDeclaration/api.video -android player library/video.api.player/-api-video-player-controller/is-playing.html
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,21 @@ <h2 class="">Properties</h2>
</div>
</div>
</div>
<a data-name="1874330365%2FProperties%2F766909139" anchor-label="isLive" id="1874330365%2FProperties%2F766909139" data-filterable-set=":player:dokkaHtml/release"></a>
<div class="table-row" data-filterable-current=":player:dokkaHtml/release" data-filterable-set=":player:dokkaHtml/release">
<div class="main-subrow keyValue ">
<div class=""><span class="inline-flex">
<div><a href="is-live.html"><span>is</span><wbr></wbr><span><span>Live</span></span></a></div>
<span class="anchor-wrapper"><span class="anchor-icon" pointing-to="1874330365%2FProperties%2F766909139"></span>
<div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":player:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="is-live.html">isLive</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></div><div class="brief "><p class="paragraph">Gets if the current playing video is a live stream</p></div></div></div>
</div>
</div>
</div>
</div>
<a data-name="-1754236781%2FProperties%2F766909139" anchor-label="isLooping" id="-1754236781%2FProperties%2F766909139" data-filterable-set=":player:dokkaHtml/release"></a>
<div class="table-row" data-filterable-current=":player:dokkaHtml/release" data-filterable-set=":player:dokkaHtml/release">
<div class="main-subrow keyValue ">
Expand Down Expand Up @@ -215,7 +230,7 @@ <h2 class="">Properties</h2>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":player:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="is-playing.html">isPlaying</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></div><div class="brief "><p class="paragraph">Checks if player is playing</p></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":player:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="is-playing.html">isPlaying</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></div><div class="brief "><p class="paragraph">Gets if player is playing</p></div></div></div>
</div>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>isLive</title>
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
<script>var pathToRoot = "../../../";</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/jetbrains-mono.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">
<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="../../../scripts/symbol-parameters-wrapper_deferred.js" defer="defer"></script>
<link href="../../../images/docs_logo.svg">
<link href="../../../images/logo-icon.svg">
</head>
<body>
<div class="navigation-wrapper" id="navigation-wrapper">
<div id="leftToggler"><span class="icon-toggler"></span></div>
<div class="library-name">
<a href="../../../index.html">
<span>api.video Android player library</span>
</a>
</div>
<div>
</div>
<div class="pull-right d-flex">
<div class="filter-section" id="filter-section">
<button class="platform-tag platform-selector jvm-like" data-active="" data-filter=":player:dokkaHtml/release">androidJvm</button>
</div>
<button id="theme-toggle-button"><span id="theme-toggle"></span></button>
<div id="searchBar"></div>
</div>
</div>
<div id="container">
<div id="leftColumn">
<div id="sideMenu"></div>
</div>
<div id="main">
<div class="main-content" data-page-type="member" id="content" pageIds="api.video Android player library::video.api.player/ApiVideoPlayerController/isLive/#/PointingToDeclaration//766909139">
<div class="breadcrumbs"><a href="../../../index.html">api.video Android player library</a><span class="delimiter">/</span><a href="../index.html">video.api.player</a><span class="delimiter">/</span><a href="index.html">ApiVideoPlayerController</a><span class="delimiter">/</span><span class="current">isLive</span></div>
<div class="cover ">
<h1 class="cover"><span>is</span><wbr></wbr><span><span>Live</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":player:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="is-live.html">isLive</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></div><p class="paragraph">Gets if the current playing video is a live stream</p></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span
class="pull-right"><span>Generated by </span><a
href="https://github.com/Kotlin/dokka"><span>dokka</span><span class="padded-icon"></span></a></span>
</div>
</div>
</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<div class="cover ">
<h1 class="cover"><span>is</span><wbr></wbr><span><span>Playing</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":player:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="is-playing.html">isPlaying</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></div><p class="paragraph">Checks if player is playing</p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":player:dokkaHtml/release"><div class="symbol monospace"><span class="token keyword"></span><span class="token keyword">val </span><a href="is-playing.html">isPlaying</a><span class="token operator">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html">Boolean</a></div><p class="paragraph">Gets if player is playing</p></div></div>
</div>
<div class="footer">
<span class="go-to-top-icon"><a href="#content" id="go-to-top-link"></a></span><span>© 2023 Copyright</span><span
Expand Down
2 changes: 1 addition & 1 deletion scripts/pages.json

Large diffs are not rendered by default.

0 comments on commit d1496e7

Please sign in to comment.