doc: Update

This commit is contained in:
Rafał Dzięgiel
2024-02-14 20:35:46 +01:00
parent a386b26623
commit 36d62a3a1c
212 changed files with 21140 additions and 312 deletions

File diff suppressed because one or more lines are too long

View File

@@ -23,7 +23,7 @@ dependencies = ["Clapper-0.0", "Gtk-4.0"]
description = "The GTK toolkit"
docs_url = "https://docs.gtk.org/gtk4/"
related = ["GLib-2.0", "GObject-2.0", "Gst-1.0"]
related = ["GLib-2.0", "GObject-2.0", "Gio-2.0", "Gst-1.0"]
[related."GLib-2.0"]
name = "GLib"
@@ -35,6 +35,11 @@ related = ["GLib-2.0", "GObject-2.0", "Gst-1.0"]
description = "The base type system library"
docs_url = "https://docs.gtk.org/gobject/"
[related."Gio-2.0"]
name = "Gio"
description = "GObject Interfaces and Objects, Networking, IPC, and I/O"
docs_url = "https://docs.gtk.org/gio/"
[related."Gst-1.0"]
name = "Gst"
description = "GStreamer core library"

File diff suppressed because it is too large Load Diff

View File

@@ -105,6 +105,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Instance methods</h5>
<div class="links">
<a class="method" href="method.SimpleControls.get_extra_menu_button.html">get_extra_menu_button</a>
<a class="method" href="method.SimpleControls.get_fullscreenable.html">get_fullscreenable</a>
<a class="method" href="method.SimpleControls.get_seek_method.html">get_seek_method</a>
@@ -123,6 +125,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Properties</h5>
<div class="links">
<a class="property" href="property.SimpleControls.extra-menu-button.html">extra-menu-button</a>
<a class="property" href="property.SimpleControls.fullscreenable.html">fullscreenable</a>
<a class="property" href="property.SimpleControls.seek-method.html">seek-method</a>
@@ -420,6 +424,16 @@ widget consists of to build your own controls implementation&nbsp;instead.</p>
<div class="docblock">
<div class="">
<h6><a href="method.SimpleControls.get_extra_menu_button.html">clapper_gtk_simple_controls_get_extra_menu_button</a></h6>
<div class="docblock">
<p>Get <code>ClapperGtkExtraMenuButton</code> that resides within <code>controls</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.SimpleControls.get_fullscreenable.html">clapper_gtk_simple_controls_get_fullscreenable</a></h6>
<div class="docblock">
@@ -744,6 +758,16 @@ documentation for the value types of accessible&nbsp;states.</p>
<div class="docblock">
<div class="">
<h6><a href="property.SimpleControls.extra-menu-button.html">ClapperGtk.SimpleControls:extra-menu-button</a></h6>
<div class="docblock">
<p>Access to extra menu button within&nbsp;controls.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.SimpleControls.fullscreenable.html">ClapperGtk.SimpleControls:fullscreenable</a></h6>
<div class="docblock">

View File

@@ -208,7 +208,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<p><code>ClapperGtkVideo</code> is the main widget exposed by <code>ClapperGtk</code> <span class="caps">API</span>. All other widgets
exposed by this library are meant to be overlaid on top of this&nbsp;widget.</p>
<p>For example a button type of widget once placed anywhere on video (can also be
nested within another widget like <a href="javascript:void(0)" data-namespace="Gtk" data-link="class.Box.html" class="external"><code>GtkBox</code></a>) automatically works and controls
nested within another widget like <a href="javascript:void(0)" data-namespace="Gtk" data-link="class.Box.html" class="external"><code>GtkBox</code></a>) automatically controls
<code>ClapperGtkVideo</code> widget it was overlaid on top of. This allows freely creating custom
playback control panels best suited for specific application. Additionally, pre-made
widgets such as <a href="class.SimpleControls.html"><code>ClapperGtkSimpleControls</code></a> are also&nbsp;available.</p>
@@ -221,11 +221,25 @@ For more information please refer to the Clapper playback library&nbsp;documenta
content when interacting with the video. To do this, simply add your widgets with
<a href="method.Video.add_fading_overlay.html"><code>clapper_gtk_video_add_fading_overlay()</code></a>. If you want to display some static content
on top of video (or take care of visibility within overlaid widget itself) you can add
it to the video as a normal (static) overlay with <a href="method.Video.add_overlay.html"><code>clapper_gtk_video_add_overlay()</code></a>.</p>
it to the video as a normal overlay with <a href="method.Video.add_overlay.html"><code>clapper_gtk_video_add_overlay()</code></a>.</p>
<h1 id="clappergtkvideo-as-gtkbuildable">ClapperGtkVideo as GtkBuildable<a class="md-anchor" href="#clappergtkvideo-as-gtkbuildable" title="Permanent link"></a></h1>
<p><code>ClapperGtkVideo</code> implementation of the <a href="javascript:void(0)" data-namespace="Gtk" data-link="iface.Buildable.html" class="external"><code>GtkBuildable</code></a> interface supports
placing children as either normal overlay by specifying <code>overlay</code> or a fading
one by specifying <code>fading-overlay</code> as the <code>type</code> attribute of a <code>&lt;child&gt;</code> element.</p>
one by specifying <code>fading-overlay</code> as the <code>type</code> attribute of a <code>&lt;child&gt;</code> element.
Position of overlaid content is determined by <code>valign/halign</code> properties.</p>
<div class="codehilite"><pre><span></span><code><span class="nt">&lt;object</span><span class="w"> </span><span class="na">class=</span><span class="s">&quot;ClapperGtkVideo&quot;</span><span class="w"> </span><span class="na">id=</span><span class="s">&quot;video&quot;</span><span class="nt">&gt;</span>
<span class="w"> </span><span class="nt">&lt;child</span><span class="w"> </span><span class="na">type=</span><span class="s">&quot;fading-overlay&quot;</span><span class="nt">&gt;</span>
<span class="w"> </span><span class="nt">&lt;object</span><span class="w"> </span><span class="na">class=</span><span class="s">&quot;ClapperGtkTitleHeader&quot;</span><span class="nt">&gt;</span>
<span class="w"> </span><span class="nt">&lt;property</span><span class="w"> </span><span class="na">name=</span><span class="s">&quot;valign&quot;</span><span class="nt">&gt;</span>start<span class="nt">&lt;/property&gt;</span>
<span class="w"> </span><span class="nt">&lt;/object&gt;</span>
<span class="w"> </span><span class="nt">&lt;/child&gt;</span>
<span class="w"> </span><span class="nt">&lt;child</span><span class="w"> </span><span class="na">type=</span><span class="s">&quot;fading-overlay&quot;</span><span class="nt">&gt;</span>
<span class="w"> </span><span class="nt">&lt;object</span><span class="w"> </span><span class="na">class=</span><span class="s">&quot;ClapperGtkSimpleControls&quot;</span><span class="nt">&gt;</span>
<span class="w"> </span><span class="nt">&lt;property</span><span class="w"> </span><span class="na">name=</span><span class="s">&quot;valign&quot;</span><span class="nt">&gt;</span>end<span class="nt">&lt;/property&gt;</span>
<span class="w"> </span><span class="nt">&lt;/object&gt;</span>
<span class="w"> </span><span class="nt">&lt;/child&gt;</span>
<span class="nt">&lt;/object&gt;</span>
</code></pre></div>
</div>
<div class="docblock">

View File

@@ -120,6 +120,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</li>
</ul>
</li>
<li class="type"><a href="class.ExtraMenuButton.html"><code>ExtraMenuButton</code></a>
</li>
<li class="type"><a data-namespace="Gtk" data-link="class.Button.html" href="javascript:void(0)" class="external"><code>Gtk.Button</code></a>
<ul class="type">
<li class="type"><a href="class.SkipItemButton.html"><code>SkipItemButton</code></a>

View File

@@ -0,0 +1,197 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton.new</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
<meta property="og:title" content="ClapperGtk.ExtraMenuButton.new"/>
<meta property="og:description" content="Reference for ClapperGtk.ExtraMenuButton.new"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton.new"/>
<meta name="twitter:description" content="Reference for ClapperGtk.ExtraMenuButton.new"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Constructors</h5>
<div class="links">
<a class="method current" href="ctor.ExtraMenuButton.new.html">new</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Constructor</h3>
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a><span class="sep"></span>new</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration" style="display:flex;">
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.h#L37">[src]</a>
</h4>
<div class="docblock">
<pre><code><div class="highlight"><pre><span></span><span class="n">GtkWidget</span><span class="o">*</span>
<span class="n">clapper_gtk_extra_menu_button_new</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="kt">void</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 id="description" style="display:flex;">
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L306">[src]</a>
</h4>
<div class="docblock">
<p>Creates a new extra menu button <code>GtkWidget</code>.</p>
</div>
<div class="docblock">
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<a href="javascript:void(0)" data-link="class.Widget.html" data-namespace="Gtk" class="external"><code>GtkWidget</code></a></p>
<p><p>A new <code>GtkWidget</code> instance.</p></p>
</div>
<div>
<table>
<tr><td title="transfer: full">The caller of the function takes ownership of the data, and is responsible for freeing it.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -115,7 +115,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L37">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L38">[src]</a>
</h4>
@@ -134,7 +134,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L124">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L126">[src]</a>
</h4>

View File

@@ -134,7 +134,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L730">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L746">[src]</a>
</h4>

View File

@@ -0,0 +1,196 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.EXTRA_MENU_BUTTON_CAST</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
<meta property="og:title" content="ClapperGtk.EXTRA_MENU_BUTTON_CAST"/>
<meta property="og:description" content="Reference for ClapperGtk.EXTRA_MENU_BUTTON_CAST"/>
<meta name="twitter:title" content="ClapperGtk.EXTRA_MENU_BUTTON_CAST"/>
<meta name="twitter:description" content="Reference for ClapperGtk.EXTRA_MENU_BUTTON_CAST"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Function Macros</h5>
<div class="links">
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Function Macro</h3>
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span>EXTRA_MENU_BUTTON_CAST</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration" style="display:flex;">
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.h#L33">[src]</a>
</h4>
<div class="docblock">
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_GTK_EXTRA_MENU_BUTTON_CAST (</span>
<span class="w"> </span><span class="n">obj</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 id="description" style="display:flex;">
Description
<a href="#description" class="anchor"></a>
</h4>
<div class="docblock">
No description available.
</div>
<div class="docblock">
<p>This function is not directly available to language bindings.</p>
</div>
</div>
<div class="parameters toggle-wrapper">
<h4 id="parameters">
Parameters
<a href="#parameters" class="anchor"></a>
</h4>
<div class="docblock">
<dl class="arguments">
<dt class="arg-name"><code>obj</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>-</code></p>
<p>No description available.</p>
<table>
</table>
</dd>
</dl>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -109,7 +109,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L33">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L34">[src]</a>
</h4>

View File

@@ -133,7 +133,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</h4>
<div class="docblock">
<p>Get <code>ClapperPlayer</code> used by <code>ClapperGtkVideoPlayer</code> ancestor of <code>widget</code>.</p>
<p>Get <a href="javascript:void(0)" data-namespace="Clapper" data-link="class.Player.html" class="external"><code>ClapperPlayer</code></a> used by <a href="class.Video.html"><code>ClapperGtkVideo</code></a> ancestor of <code>widget</code>.</p>
<p>This utility is a convenience wrapper for calling <a href="javascript:void(0)" data-namespace="Gtk" data-link="method.Widget.get_ancestor.html" class="external"><code>gtk_widget_get_ancestor()</code></a>
of type <code>CLAPPER_GTK_TYPE_VIDEO</code> and <a href="method.Video.get_player.html"><code>clapper_gtk_video_get_player()</code></a> with
additional <code>NULL</code> checking and type&nbsp;casting.</p>

View File

@@ -312,6 +312,15 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<td><a href="https://docs.gtk.org/gobject/" class="external">Browse documentation</a></td>
</tr>
<tr>
<td><strong>Gio</strong></td>
<td>GObject Interfaces and Objects, Networking, IPC, and I/O</td>
</tr>
<tr>
<td></td>
<td><a href="https://docs.gtk.org/gio/" class="external">Browse documentation</a></td>
</tr>
<tr>
<td><strong>Gst</strong></td>
<td>GStreamer core library</td>
@@ -390,6 +399,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</tr>
<tr class="section-item">
<td><a title="ExtraMenuButton" class="symbol" href="class.ExtraMenuButton.html">ExtraMenuButton</a></td>
<td class="docblock-summary">
<p>A menu button with extra&nbsp;options.</p>
<p></p>
</td>
</tr>
<tr class="section-item">
<td><a title="LeadContainer" class="symbol" href="class.LeadContainer.html">LeadContainer</a></td>
@@ -557,7 +576,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<td><a title="get_player_from_ancestor" class="symbol" href="func.get_player_from_ancestor.html">get_player_from_ancestor</a></td>
<td class="docblock-summary">
<p>Get <code>ClapperPlayer</code> used by <code>ClapperGtkVideoPlayer</code> ancestor of <code>widget</code>.</p>
<p>Get <code>ClapperPlayer</code> used by <code>ClapperGtkVideo</code> ancestor of <code>widget</code>.</p>
<p></p>
</td>
@@ -641,6 +660,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</tr>
<tr class="section-item">
<td><a title="EXTRA_MENU_BUTTON_CAST" class="symbol" href="func.EXTRA_MENU_BUTTON_CAST.html">EXTRA_MENU_BUTTON_CAST</a></td>
<td class="docblock-summary">
<p></p>
</td>
</tr>
<tr class="section-item">
<td><a title="LEAD_CONTAINER_CAST" class="symbol" href="func.LEAD_CONTAINER_CAST.html">LEAD_CONTAINER_CAST</a></td>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,219 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton.get_can_open_subtitles</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
<meta priority="og:title" content="ClapperGtk.ExtraMenuButton.get_can_open_subtitles"/>
<meta priority="og:description" content="Reference for ClapperGtk.ExtraMenuButton.get_can_open_subtitles"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton.get_can_open_subtitles"/>
<meta name="twitter:description" content="Reference for ClapperGtk.ExtraMenuButton.get_can_open_subtitles"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method current" href="method.ExtraMenuButton.get_can_open_subtitles.html">get_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.get_speed_visible.html">get_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.get_volume_visible.html">get_volume_visible</a>
<a class="method" href="method.ExtraMenuButton.set_can_open_subtitles.html">set_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.set_speed_visible.html">set_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.set_volume_visible.html">set_volume_visible</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a><span class="sep"></span>get_can_open_subtitles</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.h#L49">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">gboolean</span>
<span class="n">clapper_gtk_extra_menu_button_get_can_open_subtitles</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperGtkExtraMenuButton</span><span class="o">*</span><span class="w"> </span><span class="n">button</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L419">[src]</a>
</h4>
<div class="docblock">
<p>Get whether an option to open external subtitle stream inside popover is&nbsp;visible.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.ExtraMenuButton.can-open-subtitles.html"><code>ClapperGtk.ExtraMenuButton:can-open-subtitles</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>gboolean</code></p>
<p><p><code>TRUE</code> if open subtitles is visible, <code>FALSE</code> otherwise.</p></p>
</div>
<div>
<table>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,219 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton.get_speed_visible</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
<meta priority="og:title" content="ClapperGtk.ExtraMenuButton.get_speed_visible"/>
<meta priority="og:description" content="Reference for ClapperGtk.ExtraMenuButton.get_speed_visible"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton.get_speed_visible"/>
<meta name="twitter:description" content="Reference for ClapperGtk.ExtraMenuButton.get_speed_visible"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.ExtraMenuButton.get_can_open_subtitles.html">get_can_open_subtitles</a>
<a class="method current" href="method.ExtraMenuButton.get_speed_visible.html">get_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.get_volume_visible.html">get_volume_visible</a>
<a class="method" href="method.ExtraMenuButton.set_can_open_subtitles.html">set_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.set_speed_visible.html">set_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.set_volume_visible.html">set_volume_visible</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a><span class="sep"></span>get_speed_visible</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.h#L45">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">gboolean</span>
<span class="n">clapper_gtk_extra_menu_button_get_speed_visible</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperGtkExtraMenuButton</span><span class="o">*</span><span class="w"> </span><span class="n">button</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L375">[src]</a>
</h4>
<div class="docblock">
<p>Get whether speed control inside popover is&nbsp;visible.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.ExtraMenuButton.speed-visible.html"><code>ClapperGtk.ExtraMenuButton:speed-visible</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>gboolean</code></p>
<p><p><code>TRUE</code> if speed control is visible, <code>FALSE</code> otherwise.</p></p>
</div>
<div>
<table>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,219 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton.get_volume_visible</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
<meta priority="og:title" content="ClapperGtk.ExtraMenuButton.get_volume_visible"/>
<meta priority="og:description" content="Reference for ClapperGtk.ExtraMenuButton.get_volume_visible"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton.get_volume_visible"/>
<meta name="twitter:description" content="Reference for ClapperGtk.ExtraMenuButton.get_volume_visible"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.ExtraMenuButton.get_can_open_subtitles.html">get_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.get_speed_visible.html">get_speed_visible</a>
<a class="method current" href="method.ExtraMenuButton.get_volume_visible.html">get_volume_visible</a>
<a class="method" href="method.ExtraMenuButton.set_can_open_subtitles.html">set_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.set_speed_visible.html">set_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.set_volume_visible.html">set_volume_visible</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a><span class="sep"></span>get_volume_visible</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.h#L41">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">gboolean</span>
<span class="n">clapper_gtk_extra_menu_button_get_volume_visible</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperGtkExtraMenuButton</span><span class="o">*</span><span class="w"> </span><span class="n">button</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L339">[src]</a>
</h4>
<div class="docblock">
<p>Get whether volume control inside popover is&nbsp;visible.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.ExtraMenuButton.volume-visible.html"><code>ClapperGtk.ExtraMenuButton:volume-visible</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>gboolean</code></p>
<p><p><span class="caps">TRUE</span> if volume control is visible, <code>FALSE</code> otherwise.</p></p>
</div>
<div>
<table>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,229 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton.set_can_open_subtitles</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
<meta priority="og:title" content="ClapperGtk.ExtraMenuButton.set_can_open_subtitles"/>
<meta priority="og:description" content="Reference for ClapperGtk.ExtraMenuButton.set_can_open_subtitles"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton.set_can_open_subtitles"/>
<meta name="twitter:description" content="Reference for ClapperGtk.ExtraMenuButton.set_can_open_subtitles"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.ExtraMenuButton.get_can_open_subtitles.html">get_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.get_speed_visible.html">get_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.get_volume_visible.html">get_volume_visible</a>
<a class="method current" href="method.ExtraMenuButton.set_can_open_subtitles.html">set_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.set_speed_visible.html">set_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.set_volume_visible.html">set_volume_visible</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a><span class="sep"></span>set_can_open_subtitles</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.h#L47">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="kt">void</span>
<span class="n">clapper_gtk_extra_menu_button_set_can_open_subtitles</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperGtkExtraMenuButton</span><span class="o">*</span><span class="w"> </span><span class="n">button</span><span class="p">,</span>
<span class="w"> </span><span class="n">gboolean</span><span class="w"> </span><span class="n">allowed</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L391">[src]</a>
</h4>
<div class="docblock">
<p>Set whether an option to open external subtitle stream should be&nbsp;allowed.</p>
<p>Note that this <a href="javascript:void(0)" data-namespace="Gtk" data-link="class.Widget.html" class="external"><code>GtkWidget</code></a> can only add subtitles to currently playing
<a href="javascript:void(0)" data-namespace="Clapper" data-link="class.MediaItem.html" class="external"><code>ClapperMediaItem</code></a>. When no media is selected, option to open subtitles
will not be shown regardless how this option is&nbsp;set.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Sets property</td><td><a href="property.ExtraMenuButton.can-open-subtitles.html"><code>ClapperGtk.ExtraMenuButton:can-open-subtitles</code></a></td></tr>
</table>
</div>
</div>
<div class="parameters toggle-wrapper">
<h4 id="parameters">
Parameters
<a href="#parameters" class="anchor"></a>
</h4>
<div class="docblock">
<dl class="arguments">
<dt class="arg-name"><code>allowed</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>gboolean</code></p>
<p><p>Whether opening subtitles should be&nbsp;allowed.</p></p>
<table>
</table>
</dd>
</dl>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,226 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton.set_speed_visible</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
<meta priority="og:title" content="ClapperGtk.ExtraMenuButton.set_speed_visible"/>
<meta priority="og:description" content="Reference for ClapperGtk.ExtraMenuButton.set_speed_visible"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton.set_speed_visible"/>
<meta name="twitter:description" content="Reference for ClapperGtk.ExtraMenuButton.set_speed_visible"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.ExtraMenuButton.get_can_open_subtitles.html">get_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.get_speed_visible.html">get_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.get_volume_visible.html">get_volume_visible</a>
<a class="method" href="method.ExtraMenuButton.set_can_open_subtitles.html">set_can_open_subtitles</a>
<a class="method current" href="method.ExtraMenuButton.set_speed_visible.html">set_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.set_volume_visible.html">set_volume_visible</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a><span class="sep"></span>set_speed_visible</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.h#L43">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="kt">void</span>
<span class="n">clapper_gtk_extra_menu_button_set_speed_visible</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperGtkExtraMenuButton</span><span class="o">*</span><span class="w"> </span><span class="n">button</span><span class="p">,</span>
<span class="w"> </span><span class="n">gboolean</span><span class="w"> </span><span class="n">visible</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L355">[src]</a>
</h4>
<div class="docblock">
<p>Set whether speed control inside popover should be&nbsp;visible.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Sets property</td><td><a href="property.ExtraMenuButton.speed-visible.html"><code>ClapperGtk.ExtraMenuButton:speed-visible</code></a></td></tr>
</table>
</div>
</div>
<div class="parameters toggle-wrapper">
<h4 id="parameters">
Parameters
<a href="#parameters" class="anchor"></a>
</h4>
<div class="docblock">
<dl class="arguments">
<dt class="arg-name"><code>visible</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>gboolean</code></p>
<p><p>Whether&nbsp;visible.</p></p>
<table>
</table>
</dd>
</dl>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,226 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton.set_volume_visible</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
<meta priority="og:title" content="ClapperGtk.ExtraMenuButton.set_volume_visible"/>
<meta priority="og:description" content="Reference for ClapperGtk.ExtraMenuButton.set_volume_visible"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton.set_volume_visible"/>
<meta name="twitter:description" content="Reference for ClapperGtk.ExtraMenuButton.set_volume_visible"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.ExtraMenuButton.get_can_open_subtitles.html">get_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.get_speed_visible.html">get_speed_visible</a>
<a class="method" href="method.ExtraMenuButton.get_volume_visible.html">get_volume_visible</a>
<a class="method" href="method.ExtraMenuButton.set_can_open_subtitles.html">set_can_open_subtitles</a>
<a class="method" href="method.ExtraMenuButton.set_speed_visible.html">set_speed_visible</a>
<a class="method current" href="method.ExtraMenuButton.set_volume_visible.html">set_volume_visible</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a><span class="sep"></span>set_volume_visible</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.h#L39">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="kt">void</span>
<span class="n">clapper_gtk_extra_menu_button_set_volume_visible</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperGtkExtraMenuButton</span><span class="o">*</span><span class="w"> </span><span class="n">button</span><span class="p">,</span>
<span class="w"> </span><span class="n">gboolean</span><span class="w"> </span><span class="n">visible</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L319">[src]</a>
</h4>
<div class="docblock">
<p>Set whether volume control inside popover should be&nbsp;visible.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Sets property</td><td><a href="property.ExtraMenuButton.volume-visible.html"><code>ClapperGtk.ExtraMenuButton:volume-visible</code></a></td></tr>
</table>
</div>
</div>
<div class="parameters toggle-wrapper">
<h4 id="parameters">
Parameters
<a href="#parameters" class="anchor"></a>
</h4>
<div class="docblock">
<dl class="arguments">
<dt class="arg-name"><code>visible</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>gboolean</code></p>
<p><p>Whether&nbsp;visible.</p></p>
<table>
</table>
</dd>
</dl>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,217 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.SimpleControls.get_extra_menu_button</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
<meta priority="og:title" content="ClapperGtk.SimpleControls.get_extra_menu_button"/>
<meta priority="og:description" content="Reference for ClapperGtk.SimpleControls.get_extra_menu_button"/>
<meta name="twitter:title" content="ClapperGtk.SimpleControls.get_extra_menu_button"/>
<meta name="twitter:description" content="Reference for ClapperGtk.SimpleControls.get_extra_menu_button"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.SimpleControls.html">SimpleControls</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method current" href="method.SimpleControls.get_extra_menu_button.html">get_extra_menu_button</a>
<a class="method" href="method.SimpleControls.get_fullscreenable.html">get_fullscreenable</a>
<a class="method" href="method.SimpleControls.get_seek_method.html">get_seek_method</a>
<a class="method" href="method.SimpleControls.set_fullscreenable.html">set_fullscreenable</a>
<a class="method" href="method.SimpleControls.set_seek_method.html">set_seek_method</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.SimpleControls.html">SimpleControls</a><span class="sep"></span>get_extra_menu_button</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L48">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">ClapperGtkExtraMenuButton</span><span class="o">*</span>
<span class="n">clapper_gtk_simple_controls_get_extra_menu_button</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperGtkSimpleControls</span><span class="o">*</span><span class="w"> </span><span class="n">controls</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L208">[src]</a>
</h4>
<div class="docblock">
<p>Get <a href="class.ExtraMenuButton.html"><code>ClapperGtkExtraMenuButton</code></a> that resides within <code>controls</code>.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.SimpleControls.extra-menu-button.html"><code>ClapperGtk.SimpleControls:extra-menu-button</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<a href="class.ExtraMenuButton.html"><code>ClapperGtkExtraMenuButton</code></a></p>
<p><p><code>ClapperGtkExtraMenuButton</code> within simple controls&nbsp;panel.</p></p>
</div>
<div>
<table>
<tr><td title="transfer: none">The data is owned by the instance.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -87,6 +87,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.SimpleControls.get_extra_menu_button.html">get_extra_menu_button</a>
<a class="method current" href="method.SimpleControls.get_fullscreenable.html">get_fullscreenable</a>
<a class="method" href="method.SimpleControls.get_seek_method.html">get_seek_method</a>
@@ -122,7 +124,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L41">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L42">[src]</a>
</h4>
@@ -141,7 +143,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L159">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L161">[src]</a>
</h4>

View File

@@ -87,6 +87,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.SimpleControls.get_extra_menu_button.html">get_extra_menu_button</a>
<a class="method" href="method.SimpleControls.get_fullscreenable.html">get_fullscreenable</a>
<a class="method current" href="method.SimpleControls.get_seek_method.html">get_seek_method</a>
@@ -122,7 +124,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L45">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L46">[src]</a>
</h4>
@@ -141,7 +143,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L190">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L192">[src]</a>
</h4>

View File

@@ -87,6 +87,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.SimpleControls.get_extra_menu_button.html">get_extra_menu_button</a>
<a class="method" href="method.SimpleControls.get_fullscreenable.html">get_fullscreenable</a>
<a class="method" href="method.SimpleControls.get_seek_method.html">get_seek_method</a>
@@ -122,7 +124,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L39">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L40">[src]</a>
</h4>
@@ -142,7 +144,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L137">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L139">[src]</a>
</h4>

View File

@@ -87,6 +87,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.SimpleControls.get_extra_menu_button.html">get_extra_menu_button</a>
<a class="method" href="method.SimpleControls.get_fullscreenable.html">get_fullscreenable</a>
<a class="method" href="method.SimpleControls.get_seek_method.html">get_seek_method</a>
@@ -122,7 +124,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L43">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.h#L44">[src]</a>
</h4>
@@ -142,7 +144,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L174">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L176">[src]</a>
</h4>

View File

@@ -154,7 +154,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L769">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L785">[src]</a>
</h4>

View File

@@ -154,7 +154,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L743">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L759">[src]</a>
</h4>

View File

@@ -153,7 +153,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L922">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L938">[src]</a>
</h4>

View File

@@ -153,7 +153,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L843">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L859">[src]</a>
</h4>

View File

@@ -153,7 +153,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L938">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L954">[src]</a>
</h4>

View File

@@ -153,7 +153,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L810">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L826">[src]</a>
</h4>

View File

@@ -153,7 +153,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L881">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L897">[src]</a>
</h4>

View File

@@ -154,7 +154,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L898">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L914">[src]</a>
</h4>

View File

@@ -154,7 +154,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L826">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L842">[src]</a>
</h4>

View File

@@ -154,7 +154,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L859">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L875">[src]</a>
</h4>

View File

@@ -0,0 +1,196 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton:can-open-subtitles</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
<meta property="og:title" content="ClapperGtk.ExtraMenuButton:can-open-subtitles"/>
<meta property="og:description" content="Reference for property ClapperGtk.ExtraMenuButton:can-open-subtitles"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton:can-open-subtitles"/>
<meta name="twitter:description" content="Reference for property ClapperGtk.ExtraMenuButton:can-open-subtitles"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property current"href="property.ExtraMenuButton.can-open-subtitles.html">can-open-subtitles</a>
<a class="property"href="property.ExtraMenuButton.speed-visible.html">speed-visible</a>
<a class="property"href="property.ExtraMenuButton.volume-visible.html">volume-visible</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Property</h3>
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a>:can-open-subtitles</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>property can-open-subtitles: gboolean [ read, write ]</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 id="description">
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L692">[src]</a>
</h4>
<div class="docblock">
<p>Visibility of open subtitles option inside&nbsp;popover.</p>
</div>
<div class="docblock">
<table>
<tr><td>Type:</td>
<td><code>gboolean</code></td>
</tr>
</table>
</div>
<div class="docblock">
<table>
<tr><td>Default value</td><td>FALSE</td></tr>
<tr><td>Getter method</td><td><a href="method.ExtraMenuButton.get_can_open_subtitles.html"><code>clapper_gtk_extra_menu_button_get_can_open_subtitles()</code></a></td></tr>
<tr><td>Setter method</td><td><a href="method.ExtraMenuButton.set_can_open_subtitles.html"><code>clapper_gtk_extra_menu_button_set_can_open_subtitles()</code></a></td></tr>
</table>
</div>
</div>
<div class="flags toggle-wrapper">
<h4 id="flags">
Flags
<a href="#flags" class="anchor"></a>
</h4>
<div class="docblock">
<table>
<tr><td>Readable</td><td><b>yes</b></td></tr>
<tr><td>Writable</td><td><b>yes</b></td></tr>
<tr><td>Construct</td><td><b>no</b></td></tr>
<tr><td>Construct only</td><td><b>no</b></td></tr>
</table>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,196 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton:speed-visible</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
<meta property="og:title" content="ClapperGtk.ExtraMenuButton:speed-visible"/>
<meta property="og:description" content="Reference for property ClapperGtk.ExtraMenuButton:speed-visible"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton:speed-visible"/>
<meta name="twitter:description" content="Reference for property ClapperGtk.ExtraMenuButton:speed-visible"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property"href="property.ExtraMenuButton.can-open-subtitles.html">can-open-subtitles</a>
<a class="property current"href="property.ExtraMenuButton.speed-visible.html">speed-visible</a>
<a class="property"href="property.ExtraMenuButton.volume-visible.html">volume-visible</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Property</h3>
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a>:speed-visible</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>property speed-visible: gboolean [ read, write ]</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 id="description">
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L683">[src]</a>
</h4>
<div class="docblock">
<p>Visibility of speed control inside&nbsp;popover.</p>
</div>
<div class="docblock">
<table>
<tr><td>Type:</td>
<td><code>gboolean</code></td>
</tr>
</table>
</div>
<div class="docblock">
<table>
<tr><td>Default value</td><td>TRUE</td></tr>
<tr><td>Getter method</td><td><a href="method.ExtraMenuButton.get_speed_visible.html"><code>clapper_gtk_extra_menu_button_get_speed_visible()</code></a></td></tr>
<tr><td>Setter method</td><td><a href="method.ExtraMenuButton.set_speed_visible.html"><code>clapper_gtk_extra_menu_button_set_speed_visible()</code></a></td></tr>
</table>
</div>
</div>
<div class="flags toggle-wrapper">
<h4 id="flags">
Flags
<a href="#flags" class="anchor"></a>
</h4>
<div class="docblock">
<table>
<tr><td>Readable</td><td><b>yes</b></td></tr>
<tr><td>Writable</td><td><b>yes</b></td></tr>
<tr><td>Construct</td><td><b>no</b></td></tr>
<tr><td>Construct only</td><td><b>no</b></td></tr>
</table>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,196 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton:volume-visible</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
<meta property="og:title" content="ClapperGtk.ExtraMenuButton:volume-visible"/>
<meta property="og:description" content="Reference for property ClapperGtk.ExtraMenuButton:volume-visible"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton:volume-visible"/>
<meta name="twitter:description" content="Reference for property ClapperGtk.ExtraMenuButton:volume-visible"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property"href="property.ExtraMenuButton.can-open-subtitles.html">can-open-subtitles</a>
<a class="property"href="property.ExtraMenuButton.speed-visible.html">speed-visible</a>
<a class="property current"href="property.ExtraMenuButton.volume-visible.html">volume-visible</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Property</h3>
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a>:volume-visible</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>property volume-visible: gboolean [ read, write ]</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 id="description">
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L674">[src]</a>
</h4>
<div class="docblock">
<p>Visibility of volume control inside&nbsp;popover.</p>
</div>
<div class="docblock">
<table>
<tr><td>Type:</td>
<td><code>gboolean</code></td>
</tr>
</table>
</div>
<div class="docblock">
<table>
<tr><td>Default value</td><td>TRUE</td></tr>
<tr><td>Getter method</td><td><a href="method.ExtraMenuButton.get_volume_visible.html"><code>clapper_gtk_extra_menu_button_get_volume_visible()</code></a></td></tr>
<tr><td>Setter method</td><td><a href="method.ExtraMenuButton.set_volume_visible.html"><code>clapper_gtk_extra_menu_button_set_volume_visible()</code></a></td></tr>
</table>
</div>
</div>
<div class="flags toggle-wrapper">
<h4 id="flags">
Flags
<a href="#flags" class="anchor"></a>
</h4>
<div class="docblock">
<table>
<tr><td>Readable</td><td><b>yes</b></td></tr>
<tr><td>Writable</td><td><b>yes</b></td></tr>
<tr><td>Construct</td><td><b>no</b></td></tr>
<tr><td>Construct only</td><td><b>no</b></td></tr>
</table>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,192 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.SimpleControls:extra-menu-button</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
<meta property="og:title" content="ClapperGtk.SimpleControls:extra-menu-button"/>
<meta property="og:description" content="Reference for property ClapperGtk.SimpleControls:extra-menu-button"/>
<meta name="twitter:title" content="ClapperGtk.SimpleControls:extra-menu-button"/>
<meta name="twitter:description" content="Reference for property ClapperGtk.SimpleControls:extra-menu-button"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.SimpleControls.html">SimpleControls</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property current"href="property.SimpleControls.extra-menu-button.html">extra-menu-button</a>
<a class="property"href="property.SimpleControls.fullscreenable.html">fullscreenable</a>
<a class="property"href="property.SimpleControls.seek-method.html">seek-method</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Property</h3>
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.SimpleControls.html">SimpleControls</a>:extra-menu-button</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>property extra-menu-button: ClapperGtk.ExtraMenuButton [ read ]</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 id="description">
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L317">[src]</a>
</h4>
<div class="docblock">
<p>Access to extra menu button within&nbsp;controls.</p>
</div>
<div class="docblock">
<table>
<tr><td>Type:</td>
<td><a href="class.ExtraMenuButton.html"><code>ClapperGtkExtraMenuButton</code></a></td>
</tr>
</table>
</div>
<div class="docblock">
<table>
<tr><td>Getter method</td><td><a href="method.SimpleControls.get_extra_menu_button.html"><code>clapper_gtk_simple_controls_get_extra_menu_button()</code></a></td></tr>
</table>
</div>
</div>
<div class="flags toggle-wrapper">
<h4 id="flags">
Flags
<a href="#flags" class="anchor"></a>
</h4>
<div class="docblock">
<table>
<tr><td>Readable</td><td><b>yes</b></td></tr>
<tr><td>Writable</td><td><b>no</b></td></tr>
<tr><td>Construct</td><td><b>no</b></td></tr>
<tr><td>Construct only</td><td><b>no</b></td></tr>
</table>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -87,6 +87,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Properties</h5>
<div class="links">
<a class="property"href="property.SimpleControls.extra-menu-button.html">extra-menu-button</a>
<a class="property current"href="property.SimpleControls.fullscreenable.html">fullscreenable</a>
<a class="property"href="property.SimpleControls.seek-method.html">seek-method</a>
@@ -128,7 +130,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L278">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L299">[src]</a>
</h4>

View File

@@ -87,6 +87,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Properties</h5>
<div class="links">
<a class="property"href="property.SimpleControls.extra-menu-button.html">extra-menu-button</a>
<a class="property"href="property.SimpleControls.fullscreenable.html">fullscreenable</a>
<a class="property current"href="property.SimpleControls.seek-method.html">seek-method</a>
@@ -128,7 +130,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L287">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-simple-controls.c#L308">[src]</a>
</h4>

View File

@@ -134,7 +134,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1175">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1191">[src]</a>
</h4>

View File

@@ -134,7 +134,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1156">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1172">[src]</a>
</h4>

View File

@@ -134,7 +134,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1184">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1200">[src]</a>
</h4>

View File

@@ -134,7 +134,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1147">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1163">[src]</a>
</h4>

View File

@@ -134,7 +134,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1165">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1181">[src]</a>
</h4>

View File

@@ -0,0 +1,225 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>ClapperGtk.ExtraMenuButton::open-subtitles</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="ClapperGtk-0.0"/>
<meta property="og:title" content="ClapperGtk.ExtraMenuButton::open-subtitles"/>
<meta property="og:description" content="Reference for signal ClapperGtk.ExtraMenuButton::open-subtitles"/>
<meta name="twitter:title" content="ClapperGtk.ExtraMenuButton::open-subtitles"/>
<meta name="twitter:description" content="Reference for signal ClapperGtk.ExtraMenuButton::open-subtitles"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="ClapperGtk" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">ClapperGtk</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.ExtraMenuButton.html">ExtraMenuButton</a>
</div>
</div>
<div class="section">
<h5>Signals</h5>
<div class="links">
<a class="signal current" href="signal.ExtraMenuButton.open-subtitles.html">open-subtitles</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Signal</h3>
<h1><a href="index.html">ClapperGtk</a><span class="sep"></span><a href="class.ExtraMenuButton.html">ExtraMenuButton</a>::open-subtitles</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code><div class="highlight"><pre><span></span><span class="kt">void</span>
<span class="n">open_subtitles</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperGtkExtraMenuButton</span><span class="o">*</span><span class="w"> </span><span class="n">self</span><span class="p">,</span>
<span class="w"> </span><span class="n">ClapperMediaItem</span><span class="o">*</span><span class="w"> </span><span class="n">item</span><span class="p">,</span>
<span class="w"> </span><span class="n">gpointer</span><span class="w"> </span><span class="n">user_data</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 id="description" style="display:flex;">
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-extra-menu-button.c#L701">[src]</a>
</h4>
<div class="docblock">
<p>A signal that user wants to open subtitles&nbsp;file.</p>
<p>Implementation should add a way for user to select subtitles to open
such as by e.g. using <a href="javascript:void(0)" data-namespace="Gtk" data-link="class.FileDialog.html" class="external"><code>GtkFileDialog</code></a> and then add them to the
<code>item</code> using <a href="javascript:void(0)" data-namespace="Clapper" data-link="method.MediaItem.set_suburi.html" class="external"><code>clapper_media_item_set_suburi()</code></a>&nbsp;method.</p>
<p>This signal will pass the <a href="javascript:void(0)" data-namespace="Clapper" data-link="class.MediaItem.html" class="external"><code>ClapperMediaItem</code></a> that was current when
user clicked the open button and subtitles should be added to this <code>item</code>.
This avoids situations where another item starts playing before user selects
subtitles file to be opened. When using asynchronous operations to open file,
implementation should <a href="javascript:void(0)" data-namespace="GObject" data-link="method.Object.ref.html" class="external"><code>g_object_ref()</code></a> the item to ensure that it
stays valid until&nbsp;finish.</p>
<p>Note that this signal will not be emitted if open button is not visible by
setting <a href="method.ExtraMenuButton.set_can_open_subtitles.html"><code>clapper_gtk_extra_menu_button_set_can_open_subtitles()</code></a> to <code>TRUE</code>,
so you do not have to implement handler for it&nbsp;otherwise.</p>
</div>
<div class="docblock">
<table>
<tr><td>Default handler: <p>The default handler is called after the handlers added via <code>g_signal_connect()</code>.</p></td></tr>
<tr><td>Signal emission will restart instead of <a href="https://docs.gtk.org/gobject/flags.SignalFlags.html#no_recurse" class="external">recursing</a></td></tr>
<tr><td><a href="https://docs.gtk.org/gobject/flags.SignalFlags.html#no_hooks" class="external">Hooks</a> are disabled for this signal</td></tr>
</table>
</div>
</div>
<div class="parameters toggle-wrapper">
<h4 id="parameters">
Parameters
<a href="#parameters" class="anchor"></a>
</h4>
<div class="docblock">
<dl class="arguments">
<dt class="arg-name"><code>item</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<a href="javascript:void(0)" data-link="class.MediaItem.html" data-namespace="Clapper" class="external"><code>ClapperMediaItem</code></a></p>
<p><p>A <code>ClapperMediaItem</code>.</p></p>
<table>
<tr><td title="transfer: none">The data is owned by the caller of the function.</td></tr>
</table>
</dd>
</dl>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -132,7 +132,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1193">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper-gtk/clapper-gtk-video.c#L1209">[src]</a>
</h4>

View File

@@ -1,6 +1,7 @@
baseURLs = [
['GLib', 'https://docs.gtk.org/glib/'],
['GObject', 'https://docs.gtk.org/gobject/'],
['Gio', 'https://docs.gtk.org/gio/'],
['Gtk', 'https://docs.gtk.org/gtk4/'],
['Gst', 'https://gstreamer.freedesktop.org/documentation/gstreamer/gi-index.html?'],
['Clapper', 'https://rafostar.github.io/clapper/doc/clapper/'],

File diff suppressed because one or more lines are too long

View File

@@ -11,7 +11,7 @@ description = "Clapper playback library"
devhelp = true
search_index = true
dependencies = ["GLib-2.0", "GObject-2.0", "Gio-2.0", "Gst-1.0"]
dependencies = ["GLib-2.0", "GObject-2.0", "Gio-2.0", "Gst-1.0", "GstBase-1.0", "GstAudio-1.0", "GstTag-1.0", "GstPbutils-1.0"]
[dependencies."GLib-2.0"]
name = "GLib"

View File

@@ -0,0 +1,743 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.AudioStream</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta property="og:title" content="Clapper.AudioStream"/>
<meta property="og:description" content="Reference for Clapper.AudioStream"/>
<meta name="twitter:title" content="Clapper.AudioStream"/>
<meta name="twitter:description" content="Reference for Clapper.AudioStream"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a class="current" href="class.AudioStream.html#description">AudioStream</a>
</div>
</div>
<div class="section">
<h5>Instance methods</h5>
<div class="links">
<a class="method" href="method.AudioStream.get_bitrate.html">get_bitrate</a>
<a class="method" href="method.AudioStream.get_channels.html">get_channels</a>
<a class="method" href="method.AudioStream.get_codec.html">get_codec</a>
<a class="method" href="method.AudioStream.get_lang_code.html">get_lang_code</a>
<a class="method" href="method.AudioStream.get_lang_name.html">get_lang_name</a>
<a class="method" href="method.AudioStream.get_sample_format.html">get_sample_format</a>
<a class="method" href="method.AudioStream.get_sample_rate.html">get_sample_rate</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property" href="property.AudioStream.bitrate.html">bitrate</a>
<a class="property" href="property.AudioStream.channels.html">channels</a>
<a class="property" href="property.AudioStream.codec.html">codec</a>
<a class="property" href="property.AudioStream.lang-code.html">lang-code</a>
<a class="property" href="property.AudioStream.lang-name.html">lang-name</a>
<a class="property" href="property.AudioStream.sample-format.html">sample-format</a>
<a class="property" href="property.AudioStream.sample-rate.html">sample-rate</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Class</h3>
<h1 aria-label="Name"><a href="index.html">Clapper</a><span class="sep" role="presentation"></span>AudioStream</h1>
</header>
<section>
<summary>
<div class="docblock">
<p></p>
</div>
<div class="toggle-wrapper">
<h4 id="description" style="display:flex;">
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-audio-stream.c#L20">[src]</a>
</h4>
<pre><code>final class Clapper.AudioStream : Clapper.Stream
{
/* No available fields */
}</pre></code>
<div class="docblock">
<p>Represents a audio stream within&nbsp;media.</p>
</div>
<div class="docblock">
</div>
</div>
</summary>
<div class="toggle-wrapper hierarchy">
<h4 id="hierarchy">
Hierarchy
<a href="#hierarchy" class="anchor"></a>
</h4>
<div class="docblock" alt="Hierarchy for Clapper.AudioStream">
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 7.1.0 (0)
-->
<!-- Title: hierarchy Pages: 1 -->
<svg width="140pt" height="332pt"
viewBox="0.00 0.00 140.00 332.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 328)">
<title>hierarchy</title>
<!-- this -->
<g id="node1" class="node">
<title>this</title>
<g id="a_node1"><a xlink:title="ClapperAudioStream">
<path fill="none" stroke="black" d="M120,-36C120,-36 12,-36 12,-36 6,-36 0,-30 0,-24 0,-24 0,-12 0,-12 0,-6 6,0 12,0 12,0 120,0 120,0 126,0 132,-6 132,-12 132,-12 132,-24 132,-24 132,-30 126,-36 120,-36"/>
<text text-anchor="middle" x="66" y="-14.3" font-family="Times,serif" font-size="14.00">ClapperAudioStream</text>
</a>
</g>
</g>
<!-- ancestor_0 -->
<g id="node2" class="node link">
<title>ancestor_0</title>
<g id="a_node2"><a xlink:href="class.Stream.html" xlink:title="ClapperStream">
<path fill="none" stroke="black" d="M103,-108C103,-108 29,-108 29,-108 23,-108 17,-102 17,-96 17,-96 17,-84 17,-84 17,-78 23,-72 29,-72 29,-72 103,-72 103,-72 109,-72 115,-78 115,-84 115,-84 115,-96 115,-96 115,-102 109,-108 103,-108"/>
<text text-anchor="middle" x="66" y="-86.3" font-family="Times,serif" font-size="14.00">ClapperStream</text>
</a>
</g>
</g>
<!-- ancestor_0&#45;&#45;this -->
<g id="edge4" class="edge">
<title>ancestor_0&#45;&#45;this</title>
<path fill="none" stroke="black" d="M66,-71.7C66,-60.85 66,-46.92 66,-36.1"/>
</g>
<!-- ancestor_1 -->
<g id="node3" class="node">
<title>ancestor_1</title>
<g id="a_node3"><a xlink:title="Gst.Object">
<path fill="none" stroke="black" d="M89.5,-180C89.5,-180 42.5,-180 42.5,-180 36.5,-180 30.5,-174 30.5,-168 30.5,-168 30.5,-156 30.5,-156 30.5,-150 36.5,-144 42.5,-144 42.5,-144 89.5,-144 89.5,-144 95.5,-144 101.5,-150 101.5,-156 101.5,-156 101.5,-168 101.5,-168 101.5,-174 95.5,-180 89.5,-180"/>
<text text-anchor="middle" x="66" y="-158.3" font-family="Times,serif" font-size="14.00">GstObject</text>
</a>
</g>
</g>
<!-- ancestor_1&#45;&#45;ancestor_0 -->
<g id="edge3" class="edge">
<title>ancestor_1&#45;&#45;ancestor_0</title>
<path fill="none" stroke="black" d="M66,-143.7C66,-132.85 66,-118.92 66,-108.1"/>
</g>
<!-- ancestor_2 -->
<g id="node4" class="node">
<title>ancestor_2</title>
<g id="a_node4"><a xlink:title="GObject.InitiallyUnowned">
<path fill="none" stroke="black" d="M115,-252C115,-252 17,-252 17,-252 11,-252 5,-246 5,-240 5,-240 5,-228 5,-228 5,-222 11,-216 17,-216 17,-216 115,-216 115,-216 121,-216 127,-222 127,-228 127,-228 127,-240 127,-240 127,-246 121,-252 115,-252"/>
<text text-anchor="middle" x="66" y="-230.3" font-family="Times,serif" font-size="14.00">GInitiallyUnowned</text>
</a>
</g>
</g>
<!-- ancestor_2&#45;&#45;ancestor_1 -->
<g id="edge2" class="edge">
<title>ancestor_2&#45;&#45;ancestor_1</title>
<path fill="none" stroke="black" d="M66,-215.7C66,-204.85 66,-190.92 66,-180.1"/>
</g>
<!-- ancestor_3 -->
<g id="node5" class="node">
<title>ancestor_3</title>
<g id="a_node5"><a xlink:title="GObject.Object">
<path fill="none" stroke="black" d="M85,-324C85,-324 47,-324 47,-324 41,-324 35,-318 35,-312 35,-312 35,-300 35,-300 35,-294 41,-288 47,-288 47,-288 85,-288 85,-288 91,-288 97,-294 97,-300 97,-300 97,-312 97,-312 97,-318 91,-324 85,-324"/>
<text text-anchor="middle" x="66" y="-302.3" font-family="Times,serif" font-size="14.00">GObject</text>
</a>
</g>
</g>
<!-- ancestor_3&#45;&#45;ancestor_2 -->
<g id="edge1" class="edge">
<title>ancestor_3&#45;&#45;ancestor_2</title>
<path fill="none" stroke="black" d="M66,-287.7C66,-276.85 66,-262.92 66,-252.1"/>
</g>
</g>
</svg>
</div>
</div>
<div class="toggle-wrapper ancestors">
<h4 id="ancestors">
Ancestors
<a href="#ancestors" class="anchor"></a>
</h4>
<div class="docblock">
<ul>
<li class="class"><a href="class.Stream.html" title="Stream">ClapperStream</a></li>
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a></li>
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.InitiallyUnowned.html" data-namespace="GObject">GInitiallyUnowned</a></li>
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a></li>
</ul>
</div>
</div>
<div class="toggle-wrapper methods">
<h4 id="methods">
Instance methods
<a href="#methods" class="anchor"></a>
</h4>
<div class="docblock">
<div class="">
<h6><a href="method.AudioStream.get_bitrate.html">clapper_audio_stream_get_bitrate</a></h6>
<div class="docblock">
<p>Get bitrate of audio <code>stream</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.AudioStream.get_channels.html">clapper_audio_stream_get_channels</a></h6>
<div class="docblock">
<p>Get number of audio channels in <code>stream</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.AudioStream.get_codec.html">clapper_audio_stream_get_codec</a></h6>
<div class="docblock">
<p>Get codec used to encode <code>stream</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.AudioStream.get_lang_code.html">clapper_audio_stream_get_lang_code</a></h6>
<div class="docblock">
<p>Get an <span class="caps">ISO</span>-639 language code of the <code>stream</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.AudioStream.get_lang_name.html">clapper_audio_stream_get_lang_name</a></h6>
<div class="docblock">
<p>Get an <span class="caps">ISO</span>-639 language code of the <code>stream</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.AudioStream.get_sample_format.html">clapper_audio_stream_get_sample_format</a></h6>
<div class="docblock">
<p>Get sample format of audio <code>stream</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.AudioStream.get_sample_rate.html">clapper_audio_stream_get_sample_rate</a></h6>
<div class="docblock">
<p>Get sample rate of audio <code>stream</code> (in&nbsp;Hz).</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-methods">
<h5 style="display:block;">Methods inherited from <a href="class.Stream.html">ClapperStream</a> (2)</h5><div class="docblock">
<h6><a href="method.Stream.get_stream_type.html">clapper_stream_get_stream_type</a></h6><div class="docblock">
<p>Get the <code>ClapperStreamType</code> of <code>stream</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
<h6><a href="method.Stream.get_title.html">clapper_stream_get_title</a></h6><div class="docblock">
<p>Get the title of <code>stream</code>, if&nbsp;any.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-methods"><h5 style="display:block;">Methods inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a> (25)</h5>
<div class="docblock">
<div class="docblock">
<p>Please see&nbsp;<a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="Gst">GstObject</a>&nbsp;for a full list of methods.</em></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-methods"><h5 style="display:block;">Methods inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a> (43)</h5>
<div class="docblock">
<div class="docblock">
<p>Please see&nbsp;<a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="GObject">GObject</a>&nbsp;for a full list of methods.</em></p>
</div>
</div>
</div>
</div>
<div class="toggle-wrapper properties">
<h4 id="properties">
Properties
<a href="#properties" class="anchor"></a>
</h4>
<div class="docblock">
<div class="">
<h6><a href="property.AudioStream.bitrate.html">Clapper.AudioStream:bitrate</a></h6>
<div class="docblock">
<p>Stream&nbsp;bitrate.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.AudioStream.channels.html">Clapper.AudioStream:channels</a></h6>
<div class="docblock">
<p>Stream number of audio&nbsp;channels.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.AudioStream.codec.html">Clapper.AudioStream:codec</a></h6>
<div class="docblock">
<p>Stream&nbsp;codec.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.AudioStream.lang-code.html">Clapper.AudioStream:lang-code</a></h6>
<div class="docblock">
<p>Stream language code in <span class="caps">ISO</span>-639&nbsp;format.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.AudioStream.lang-name.html">Clapper.AudioStream:lang-name</a></h6>
<div class="docblock">
<p>Stream full language name determined from lang&nbsp;code.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.AudioStream.sample-format.html">Clapper.AudioStream:sample-format</a></h6>
<div class="docblock">
<p>Stream sample&nbsp;format.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.AudioStream.sample-rate.html">Clapper.AudioStream:sample-rate</a></h6>
<div class="docblock">
<p>Stream sample rate (in&nbsp;Hz).</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-properties">
<h5 style="display:block;">Properties inherited from <a href="class.Stream.html">ClapperStream</a> (2)</h5><div class="docblock">
<h6><a href="property.Stream.stream-type.html">Clapper.Stream:stream-type</a></h6><div class="docblock">
<p>Type of&nbsp;stream.</p>
</div>
<div class="docblock">
<p></p>
</div>
<h6><a href="property.Stream.title.html">Clapper.Stream:title</a></h6><div class="docblock">
<p>Title of&nbsp;stream.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-properties"><h5 style="display:block;">Properties inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a> (2)</h5>
<div class="docblock">
<h6><a class="external" href="javascript:void(0)" data-namespace="Gst" data-link="property.Object.name.html">Gst.Object:name</a></h6>
<div class="docblock">
No description available.
</div>
<div class="docblock">
<p></p>
</div>
<h6><a class="external" href="javascript:void(0)" data-namespace="Gst" data-link="property.Object.parent.html">Gst.Object:parent</a></h6>
<div class="docblock">
<p>The parent of the object. Please note, that when changing the &#8216;parent&#8217;
property, we don&#8217;t emit <code>GObject::notify</code> and <code>GstObject::deep-notify</code>
signals due to locking issues. In some cases one can use
<code>GstBin::element-added</code> or <code>GstBin::element-removed</code> signals on the parent to
achieve a similar&nbsp;effect.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
</div>
<div class="signals toggle-wrapper">
<h4 id="signals">
Signals
<a href="#signals" class="anchor"></a>
</h4>
<div class="toggle-wrapper default-hide ancestor-signals"><h5 style="display:block;">Signals inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a> (1)</h5>
<div class="docblock">
<h6><a class="external" href="javascript:void(0)" data-namespace="Gst" data-link="signal.Object.deep-notify.html">GstObject::deep-notify</a></h6>
<div class="docblock">
<p>The deep notify signal is used to be notified of property changes. It is
typically attached to the toplevel bin to receive notifications from all
the elements contained in that&nbsp;bin.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-signals"><h5 style="display:block;">Signals inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a> (1)</h5>
<div class="docblock">
<h6><a class="external" href="javascript:void(0)" data-namespace="GObject" data-link="signal.Object.notify.html">GObject::notify</a></h6>
<div class="docblock">
<p>The notify signal is emitted on an object when one of its properties has
its value set through g_object_set_property(), g_object_set(), et&nbsp;al.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
</div>
<div class="class toggle-wrapper default-hide">
<h4 id="class-struct">
Class structure
<a href="#class-struct" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>struct ClapperAudioStreamClass {
ClapperStreamClass parent_class;
}</code></pre>
</div>
<div class="docblock">
No description available.
</div>
<div class="docblock">
<h6>Class members</h6>
<dl class="members">
<dt><code>parent_class: ClapperStreamClass</code></dt>
<dd>No description available.</dd>
</dd>
</div>
</div>
</section>
</section>
<div id="toc" class="toc">
<nav aria-labelledby="toc-title">
<p id="toc-title">Content</p>
<ul class="toc-list">
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
<li class="toc-list-item"><a href="#hierarchy"><span class="link-text">Hierarchy</span></a></li>
<li class="toc-list-item"><a href="#ancestors"><span class="link-text">Ancestors</span></a></li>
<li class="toc-list-item"><a href="#methods"><span class="link-text">Methods</span></a></li>
<li class="toc-list-item"><a href="#properties"><span class="link-text">Properties</span></a></li>
</ul>
</nav>
</div>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -180,7 +180,7 @@ this includes title, duration, chapters,&nbsp;etc.</p>
by the player itself. <code>ClapperDiscoverer</code> is useful in situations where
one wants to present to the user an updated media item before its
playback, such as an <span class="caps">UI</span> that displays playback&nbsp;queue.</p>
<p>Depending on your applicatation, you can select an optimal
<p>Depending on your application, you can select an optimal
<a href="enum.DiscovererDiscoveryMode.html"><code>ClapperDiscovererDiscoveryMode</code></a> that best suits your&nbsp;needs.</p>
<p>Use <a href="const.HAVE_DISCOVERER.html"><code>CLAPPER_HAVE_DISCOVERER</code></a> macro to check if Clapper <span class="caps">API</span>
was compiled with this&nbsp;feature.</p>

View File

@@ -94,8 +94,6 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="ctor" href="ctor.MediaItem.new_from_file.html">new_from_file</a>
<a class="ctor" href="ctor.MediaItem.new_take.html">new_take</a>
</div>
</div>
@@ -109,21 +107,19 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Instance methods</h5>
<div class="links">
<a class="method" href="method.MediaItem.get_audio_streams.html">get_audio_streams</a>
<a class="method" href="method.MediaItem.get_container_format.html">get_container_format</a>
<a class="method" href="method.MediaItem.get_duration.html">get_duration</a>
<a class="method" href="method.MediaItem.get_id.html">get_id</a>
<a class="method" href="method.MediaItem.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method" href="method.MediaItem.get_title.html">get_title</a>
<a class="method" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method" href="method.MediaItem.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
</div>
@@ -135,22 +131,18 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Properties</h5>
<div class="links">
<a class="property" href="property.MediaItem.audio-streams.html">audio-streams</a>
<a class="property" href="property.MediaItem.container-format.html">container-format</a>
<a class="property" href="property.MediaItem.duration.html">duration</a>
<a class="property" href="property.MediaItem.id.html">id</a>
<a class="property" href="property.MediaItem.subtitle-streams.html">subtitle-streams</a>
<a class="property" href="property.MediaItem.suburi.html">suburi</a>
<a class="property" href="property.MediaItem.title.html">title</a>
<a class="property" href="property.MediaItem.uri.html">uri</a>
<a class="property" href="property.MediaItem.video-streams.html">video-streams</a>
</div>
</div>
@@ -351,16 +343,6 @@ first in order to be&nbsp;played.</p>
</div>
</div>
<div class="">
<h6><a href="ctor.MediaItem.new_take.html">clapper_media_item_new_take</a></h6>
<div class="docblock">
<p>Creates new <code>ClapperMediaItem</code> from <span class="caps">URI</span>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
</div>
@@ -376,16 +358,6 @@ first in order to be&nbsp;played.</p>
<div class="docblock">
<div class="">
<h6><a href="method.MediaItem.get_audio_streams.html">clapper_media_item_get_audio_streams</a></h6>
<div class="docblock">
<p>Get a list of audio streams within media&nbsp;item.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.MediaItem.get_container_format.html">clapper_media_item_get_container_format</a></h6>
<div class="docblock">
@@ -417,9 +389,9 @@ first in order to be&nbsp;played.</p>
</div>
<div class="">
<h6><a href="method.MediaItem.get_subtitle_streams.html">clapper_media_item_get_subtitle_streams</a></h6>
<h6><a href="method.MediaItem.get_suburi.html">clapper_media_item_get_suburi</a></h6>
<div class="docblock">
<p>Get a list of subtitle streams within media&nbsp;item.</p>
<p>Get the additional <span class="caps">URI</span> of <code>ClapperMediaItem</code>.</p>
</div>
<div class="docblock">
<p></p>
@@ -449,9 +421,9 @@ of displaying it in the application <span class="caps">UI</span>.</p>
</div>
<div class="">
<h6><a href="method.MediaItem.get_video_streams.html">clapper_media_item_get_video_streams</a></h6>
<h6><a href="method.MediaItem.set_suburi.html">clapper_media_item_set_suburi</a></h6>
<div class="docblock">
<p>Get a list of video streams within media&nbsp;item.</p>
<p>Set the additional <span class="caps">URI</span> of <code>ClapperMediaItem</code>.</p>
</div>
<div class="docblock">
<p></p>
@@ -502,16 +474,6 @@ of displaying it in the application <span class="caps">UI</span>.</p>
<div class="docblock">
<div class="">
<h6><a href="property.MediaItem.audio-streams.html">Clapper.MediaItem:audio-streams</a></h6>
<div class="docblock">
<p>List of available audio&nbsp;streams.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.MediaItem.container-format.html">Clapper.MediaItem:container-format</a></h6>
<div class="docblock">
@@ -543,9 +505,9 @@ of displaying it in the application <span class="caps">UI</span>.</p>
</div>
<div class="">
<h6><a href="property.MediaItem.subtitle-streams.html">Clapper.MediaItem:subtitle-streams</a></h6>
<h6><a href="property.MediaItem.suburi.html">Clapper.MediaItem:suburi</a></h6>
<div class="docblock">
<p>List of available subtitle&nbsp;streams.</p>
<p>Media additional <span class="caps">URI</span>.</p>
</div>
<div class="docblock">
<p></p>
@@ -572,16 +534,6 @@ of displaying it in the application <span class="caps">UI</span>.</p>
</div>
</div>
<div class="">
<h6><a href="property.MediaItem.video-streams.html">Clapper.MediaItem:video-streams</a></h6>
<div class="docblock">
<p>List of available video&nbsp;streams.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>

View File

@@ -107,10 +107,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.add_feature.html">add_feature</a>
<a class="method" href="method.Player.get_audio_enabled.html">get_audio_enabled</a>
<a class="method" href="method.Player.get_audio_filter.html">get_audio_filter</a>
<a class="method" href="method.Player.get_audio_sink.html">get_audio_sink</a>
<a class="method" href="method.Player.get_audio_streams.html">get_audio_streams</a>
<a class="method" href="method.Player.get_autoplay.html">get_autoplay</a>
<a class="method" href="method.Player.get_current_audio_decoder.html">get_current_audio_decoder</a>
<a class="method" href="method.Player.get_current_video_decoder.html">get_current_video_decoder</a>
@@ -125,10 +131,18 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_state.html">get_state</a>
<a class="method" href="method.Player.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.Player.get_subtitles_enabled.html">get_subtitles_enabled</a>
<a class="method" href="method.Player.get_video_enabled.html">get_video_enabled</a>
<a class="method" href="method.Player.get_video_filter.html">get_video_filter</a>
<a class="method" href="method.Player.get_video_sink.html">get_video_sink</a>
<a class="method" href="method.Player.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.Player.get_volume.html">get_volume</a>
<a class="method" href="method.Player.pause.html">pause</a>
@@ -139,14 +153,22 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.seek_custom.html">seek_custom</a>
<a class="method" href="method.Player.set_audio_enabled.html">set_audio_enabled</a>
<a class="method" href="method.Player.set_audio_filter.html">set_audio_filter</a>
<a class="method" href="method.Player.set_audio_sink.html">set_audio_sink</a>
<a class="method" href="method.Player.set_autoplay.html">set_autoplay</a>
<a class="method" href="method.Player.set_mute.html">set_mute</a>
<a class="method" href="method.Player.set_speed.html">set_speed</a>
<a class="method" href="method.Player.set_subtitles_enabled.html">set_subtitles_enabled</a>
<a class="method" href="method.Player.set_video_enabled.html">set_video_enabled</a>
<a class="method" href="method.Player.set_video_filter.html">set_video_filter</a>
<a class="method" href="method.Player.set_video_sink.html">set_video_sink</a>
@@ -165,10 +187,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Properties</h5>
<div class="links">
<a class="property" href="property.Player.audio-enabled.html">audio-enabled</a>
<a class="property" href="property.Player.audio-filter.html">audio-filter</a>
<a class="property" href="property.Player.audio-sink.html">audio-sink</a>
<a class="property" href="property.Player.audio-streams.html">audio-streams</a>
<a class="property" href="property.Player.autoplay.html">autoplay</a>
<a class="property" href="property.Player.current-audio-decoder.html">current-audio-decoder</a>
<a class="property" href="property.Player.current-video-decoder.html">current-video-decoder</a>
@@ -183,10 +211,18 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="property" href="property.Player.state.html">state</a>
<a class="property" href="property.Player.subtitle-streams.html">subtitle-streams</a>
<a class="property" href="property.Player.subtitles-enabled.html">subtitles-enabled</a>
<a class="property" href="property.Player.video-enabled.html">video-enabled</a>
<a class="property" href="property.Player.video-filter.html">video-filter</a>
<a class="property" href="property.Player.video-sink.html">video-sink</a>
<a class="property" href="property.Player.video-streams.html">video-streams</a>
<a class="property" href="property.Player.volume.html">volume</a>
</div>
@@ -261,9 +297,7 @@ player&nbsp;operates.</p>
serializing all events/commands between player and the thread it was created upon
(usually main app thread). This makes it very easy to integrate with <span class="caps">UI</span> toolkits
that operate on a single thread like (but not limited to) <span class="caps">GTK</span>.</p>
<p>To listen for property changes, you can connect to property &#8220;notify&#8221; signal.
As previously mentioned, all signals will be dispatched from the thread player
was created&nbsp;on.</p>
<p>To listen for property changes, you can connect to property &#8220;notify&#8221;&nbsp;signal.</p>
</div>
<div class="docblock">
@@ -444,6 +478,16 @@ was created&nbsp;on.</p>
</div>
</div>
<div class="">
<h6><a href="method.Player.get_audio_enabled.html">clapper_player_get_audio_enabled</a></h6>
<div class="docblock">
<p>Get whether audio stream is&nbsp;enabled.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.Player.get_audio_filter.html">clapper_player_get_audio_filter</a></h6>
<div class="docblock">
@@ -464,6 +508,26 @@ was created&nbsp;on.</p>
</div>
</div>
<div class="">
<h6><a href="method.Player.get_audio_streams.html">clapper_player_get_audio_streams</a></h6>
<div class="docblock">
<p>Get a list of audio streams within media&nbsp;item.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.Player.get_autoplay.html">clapper_player_get_autoplay</a></h6>
<div class="docblock">
<p>Get the autoplay&nbsp;value.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.Player.get_current_audio_decoder.html">clapper_player_get_current_audio_decoder</a></h6>
<div class="docblock">
@@ -534,6 +598,36 @@ was created&nbsp;on.</p>
</div>
</div>
<div class="">
<h6><a href="method.Player.get_subtitle_streams.html">clapper_player_get_subtitle_streams</a></h6>
<div class="docblock">
<p>Get a list of subtitle streams within media&nbsp;item.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.Player.get_subtitles_enabled.html">clapper_player_get_subtitles_enabled</a></h6>
<div class="docblock">
<p>Get whether subtitles are to be shown if&nbsp;any.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.Player.get_video_enabled.html">clapper_player_get_video_enabled</a></h6>
<div class="docblock">
<p>Get whether video stream is&nbsp;enabled.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.Player.get_video_filter.html">clapper_player_get_video_filter</a></h6>
<div class="docblock">
@@ -554,6 +648,16 @@ was created&nbsp;on.</p>
</div>
</div>
<div class="">
<h6><a href="method.Player.get_video_streams.html">clapper_player_get_video_streams</a></h6>
<div class="docblock">
<p>Get a list of video streams within media&nbsp;item.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.Player.get_volume.html">clapper_player_get_volume</a></h6>
<div class="docblock">
@@ -604,6 +708,16 @@ was created&nbsp;on.</p>
</div>
</div>
<div class="">
<h6><a href="method.Player.set_audio_enabled.html">clapper_player_set_audio_enabled</a></h6>
<div class="docblock">
<p>Set whether enable audio&nbsp;stream.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.Player.set_audio_filter.html">clapper_player_set_audio_filter</a></h6>
<div class="docblock">
@@ -624,6 +738,16 @@ was created&nbsp;on.</p>
</div>
</div>
<div class="">
<h6><a href="method.Player.set_autoplay.html">clapper_player_set_autoplay</a></h6>
<div class="docblock">
<p>Set the autoplay state of the&nbsp;player.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.Player.set_mute.html">clapper_player_set_mute</a></h6>
<div class="docblock">
@@ -644,6 +768,26 @@ was created&nbsp;on.</p>
</div>
</div>
<div class="">
<h6><a href="method.Player.set_subtitles_enabled.html">clapper_player_set_subtitles_enabled</a></h6>
<div class="docblock">
<p>Set whether subtitles should be shown if&nbsp;any.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.Player.set_video_enabled.html">clapper_player_set_video_enabled</a></h6>
<div class="docblock">
<p>Set whether enable video&nbsp;stream.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.Player.set_video_filter.html">clapper_player_set_video_filter</a></h6>
<div class="docblock">
@@ -743,6 +887,16 @@ was created&nbsp;on.</p>
<div class="docblock">
<div class="">
<h6><a href="property.Player.audio-enabled.html">Clapper.Player:audio-enabled</a></h6>
<div class="docblock">
<p>Whether audio stream is&nbsp;enabled.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.Player.audio-filter.html">Clapper.Player:audio-filter</a></h6>
<div class="docblock">
@@ -763,6 +917,26 @@ was created&nbsp;on.</p>
</div>
</div>
<div class="">
<h6><a href="property.Player.audio-streams.html">Clapper.Player:audio-streams</a></h6>
<div class="docblock">
<p>List of currently available audio&nbsp;streams.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.Player.autoplay.html">Clapper.Player:autoplay</a></h6>
<div class="docblock">
<p>Always try to start playback after media item&nbsp;changes.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.Player.current-audio-decoder.html">Clapper.Player:current-audio-decoder</a></h6>
<div class="docblock">
@@ -833,6 +1007,36 @@ was created&nbsp;on.</p>
</div>
</div>
<div class="">
<h6><a href="property.Player.subtitle-streams.html">Clapper.Player:subtitle-streams</a></h6>
<div class="docblock">
<p>List of currently available subtitle&nbsp;streams.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.Player.subtitles-enabled.html">Clapper.Player:subtitles-enabled</a></h6>
<div class="docblock">
<p>Whether subtitles stream is&nbsp;enabled.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.Player.video-enabled.html">Clapper.Player:video-enabled</a></h6>
<div class="docblock">
<p>Whether video stream is&nbsp;enabled.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.Player.video-filter.html">Clapper.Player:video-filter</a></h6>
<div class="docblock">
@@ -853,6 +1057,16 @@ was created&nbsp;on.</p>
</div>
</div>
<div class="">
<h6><a href="property.Player.video-streams.html">Clapper.Player:video-streams</a></h6>
<div class="docblock">
<p>List of currently available video&nbsp;streams.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.Player.volume.html">Clapper.Player:volume</a></h6>
<div class="docblock">

View File

@@ -530,8 +530,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<div class="">
<h6><a href="method.Queue.select_index.html">clapper_queue_select_index</a></h6>
<div class="docblock">
<p>Selects <code>ClapperMediaItem</code> at <code>index</code> from <code>queue</code> as
current one and signals <code>ClapperPlayer</code> to play&nbsp;it.</p>
<p>Selects <code>ClapperMediaItem</code> at <code>index</code> from <code>queue</code> as current one or
unselects currently selected index when <code>index</code> is&nbsp;#CLAPPER_QUEUE_INVALID_POSITION.</p>
</div>
<div class="docblock">
<p></p>
@@ -541,8 +541,8 @@ current one and signals <code>ClapperPlayer</code> to play&nbsp;it.</p>
<div class="">
<h6><a href="method.Queue.select_item.html">clapper_queue_select_item</a></h6>
<div class="docblock">
<p>Selects <code>ClapperMediaItem</code> from <code>queue</code> as current one and
signals <code>ClapperPlayer</code> to play&nbsp;it.</p>
<p>Selects <code>ClapperMediaItem</code> from <code>queue</code> as current one or
unselects currently selected item when <code>item</code> is <code>NULL</code>.</p>
</div>
<div class="docblock">
<p></p>

View File

@@ -96,7 +96,9 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Instance methods</h5>
<div class="links">
<a class="method" href="method.Stream.get_caps.html">get_caps</a>
<a class="method" href="method.Stream.get_stream_type.html">get_stream_type</a>
<a class="method" href="method.Stream.get_title.html">get_title</a>
</div>
</div>
@@ -108,7 +110,9 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Properties</h5>
<div class="links">
<a class="property" href="property.Stream.caps.html">caps</a>
<a class="property" href="property.Stream.stream-type.html">stream-type</a>
<a class="property" href="property.Stream.title.html">title</a>
</div>
</div>
@@ -122,6 +126,15 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<div class="section">
<h5>Virtual methods</h5>
<div class="links">
<a class="method" href="vfunc.Stream.internal_stream_updated.html">internal_stream_updated</a>
</div>
</div>
@@ -276,6 +289,19 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<div class="descendants toggle-wrapper default-hide">
<h4 id="descendants">Descendants <a href="#descendants" class="anchor"></a></h4>
<div class="docblock">
<ul>
<li class="class"><a href="class.AudioStream.html" title="AudioStream">ClapperAudioStream</a></li>
<li class="class"><a href="class.SubtitleStream.html" title="SubtitleStream">ClapperSubtitleStream</a></li>
<li class="class"><a href="class.VideoStream.html" title="VideoStream">ClapperVideoStream</a></li>
</ul>
</div>
</div>
@@ -293,9 +319,19 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<div class="docblock">
<div class="">
<h6><a href="method.Stream.get_caps.html">clapper_stream_get_caps</a></h6>
<h6><a href="method.Stream.get_stream_type.html">clapper_stream_get_stream_type</a></h6>
<div class="docblock">
<p>Get the caps of <code>stream</code>, if&nbsp;any.</p>
<p>Get the <code>ClapperStreamType</code> of <code>stream</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.Stream.get_title.html">clapper_stream_get_title</a></h6>
<div class="docblock">
<p>Get the title of <code>stream</code>, if&nbsp;any.</p>
</div>
<div class="docblock">
<p></p>
@@ -347,9 +383,19 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<div class="docblock">
<div class="">
<h6><a href="property.Stream.caps.html">Clapper.Stream:caps</a></h6>
<h6><a href="property.Stream.stream-type.html">Clapper.Stream:stream-type</a></h6>
<div class="docblock">
<p>The <code>GstCaps</code> of&nbsp;stream.</p>
<p>Type of&nbsp;stream.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.Stream.title.html">Clapper.Stream:title</a></h6>
<div class="docblock">
<p>Title of&nbsp;stream.</p>
</div>
<div class="docblock">
<p></p>
@@ -457,6 +503,11 @@ its value set through g_object_set_property(), g_object_set(), et&nbsp;al.</p>
<div class="docblock">
<pre><code>struct ClapperStreamClass {
GstObjectClass parent_class;
void (* internal_stream_updated) (
ClapperStream* stream,
GstCaps* caps,
GstTagList* tags
);
}</code></pre>
</div>
@@ -474,6 +525,13 @@ its value set through g_object_set_property(), g_object_set(), et&nbsp;al.</p>
<dt><code>parent_class: GstObjectClass</code></dt>
<dd>No description available.</dd>
<dt><code>internal_stream_updated: void (* internal_stream_updated) (
ClapperStream* stream,
GstCaps* caps,
GstTagList* tags
)</code></dt>
<dd>No description available.</dd>
</dd>
</div>
@@ -481,6 +539,29 @@ its value set through g_object_set_property(), g_object_set(), et&nbsp;al.</p>
<div class="toggle-wrapper methods">
<h4 id="virtual-methods">
Virtual methods
<a href="#virtual-methods" class="anchor"></a>
</h4>
<div class="docblock">
<div class="">
<h6 id="vfunc-internal_stream_updated"><a href="vfunc.Stream.internal_stream_updated.html">Clapper.StreamClass.internal_stream_updated</a></h6>
<div class="docblock">
<p>This function is called when internal <code>GstStream</code> gets updated.
Meant for internal usage only. Used for subclasses to update
their properties&nbsp;accordingly.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
</div>
@@ -519,6 +600,8 @@ its value set through g_object_set_property(), g_object_set(), et&nbsp;al.</p>
<li class="toc-list-item"><a href="#virtual-methods"><span class="link-text">Virtual methods</span></a></li>
</ul>
</nav>

View File

@@ -166,7 +166,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</h4>
<pre><code>class Clapper.StreamList : Gst.Object
<pre><code>final class Clapper.StreamList : Gst.Object
implements Gio.ListModel {
/* No available fields */
}</pre></code>

View File

@@ -0,0 +1,623 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.SubtitleStream</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta property="og:title" content="Clapper.SubtitleStream"/>
<meta property="og:description" content="Reference for Clapper.SubtitleStream"/>
<meta name="twitter:title" content="Clapper.SubtitleStream"/>
<meta name="twitter:description" content="Reference for Clapper.SubtitleStream"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a class="current" href="class.SubtitleStream.html#description">SubtitleStream</a>
</div>
</div>
<div class="section">
<h5>Instance methods</h5>
<div class="links">
<a class="method" href="method.SubtitleStream.get_lang_code.html">get_lang_code</a>
<a class="method" href="method.SubtitleStream.get_lang_name.html">get_lang_name</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property" href="property.SubtitleStream.lang-code.html">lang-code</a>
<a class="property" href="property.SubtitleStream.lang-name.html">lang-name</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Class</h3>
<h1 aria-label="Name"><a href="index.html">Clapper</a><span class="sep" role="presentation"></span>SubtitleStream</h1>
</header>
<section>
<summary>
<div class="docblock">
<p></p>
</div>
<div class="toggle-wrapper">
<h4 id="description" style="display:flex;">
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-subtitle-stream.c#L20">[src]</a>
</h4>
<pre><code>final class Clapper.SubtitleStream : Clapper.Stream
{
/* No available fields */
}</pre></code>
<div class="docblock">
<p>Represents a subtitle stream within&nbsp;media.</p>
</div>
<div class="docblock">
</div>
</div>
</summary>
<div class="toggle-wrapper hierarchy">
<h4 id="hierarchy">
Hierarchy
<a href="#hierarchy" class="anchor"></a>
</h4>
<div class="docblock" alt="Hierarchy for Clapper.SubtitleStream">
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 7.1.0 (0)
-->
<!-- Title: hierarchy Pages: 1 -->
<svg width="148pt" height="332pt"
viewBox="0.00 0.00 148.00 332.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 328)">
<title>hierarchy</title>
<!-- this -->
<g id="node1" class="node">
<title>this</title>
<g id="a_node1"><a xlink:title="ClapperSubtitleStream">
<path fill="none" stroke="black" d="M128,-36C128,-36 12,-36 12,-36 6,-36 0,-30 0,-24 0,-24 0,-12 0,-12 0,-6 6,0 12,0 12,0 128,0 128,0 134,0 140,-6 140,-12 140,-12 140,-24 140,-24 140,-30 134,-36 128,-36"/>
<text text-anchor="middle" x="70" y="-14.3" font-family="Times,serif" font-size="14.00">ClapperSubtitleStream</text>
</a>
</g>
</g>
<!-- ancestor_0 -->
<g id="node2" class="node link">
<title>ancestor_0</title>
<g id="a_node2"><a xlink:href="class.Stream.html" xlink:title="ClapperStream">
<path fill="none" stroke="black" d="M107,-108C107,-108 33,-108 33,-108 27,-108 21,-102 21,-96 21,-96 21,-84 21,-84 21,-78 27,-72 33,-72 33,-72 107,-72 107,-72 113,-72 119,-78 119,-84 119,-84 119,-96 119,-96 119,-102 113,-108 107,-108"/>
<text text-anchor="middle" x="70" y="-86.3" font-family="Times,serif" font-size="14.00">ClapperStream</text>
</a>
</g>
</g>
<!-- ancestor_0&#45;&#45;this -->
<g id="edge4" class="edge">
<title>ancestor_0&#45;&#45;this</title>
<path fill="none" stroke="black" d="M70,-71.7C70,-60.85 70,-46.92 70,-36.1"/>
</g>
<!-- ancestor_1 -->
<g id="node3" class="node">
<title>ancestor_1</title>
<g id="a_node3"><a xlink:title="Gst.Object">
<path fill="none" stroke="black" d="M93.5,-180C93.5,-180 46.5,-180 46.5,-180 40.5,-180 34.5,-174 34.5,-168 34.5,-168 34.5,-156 34.5,-156 34.5,-150 40.5,-144 46.5,-144 46.5,-144 93.5,-144 93.5,-144 99.5,-144 105.5,-150 105.5,-156 105.5,-156 105.5,-168 105.5,-168 105.5,-174 99.5,-180 93.5,-180"/>
<text text-anchor="middle" x="70" y="-158.3" font-family="Times,serif" font-size="14.00">GstObject</text>
</a>
</g>
</g>
<!-- ancestor_1&#45;&#45;ancestor_0 -->
<g id="edge3" class="edge">
<title>ancestor_1&#45;&#45;ancestor_0</title>
<path fill="none" stroke="black" d="M70,-143.7C70,-132.85 70,-118.92 70,-108.1"/>
</g>
<!-- ancestor_2 -->
<g id="node4" class="node">
<title>ancestor_2</title>
<g id="a_node4"><a xlink:title="GObject.InitiallyUnowned">
<path fill="none" stroke="black" d="M119,-252C119,-252 21,-252 21,-252 15,-252 9,-246 9,-240 9,-240 9,-228 9,-228 9,-222 15,-216 21,-216 21,-216 119,-216 119,-216 125,-216 131,-222 131,-228 131,-228 131,-240 131,-240 131,-246 125,-252 119,-252"/>
<text text-anchor="middle" x="70" y="-230.3" font-family="Times,serif" font-size="14.00">GInitiallyUnowned</text>
</a>
</g>
</g>
<!-- ancestor_2&#45;&#45;ancestor_1 -->
<g id="edge2" class="edge">
<title>ancestor_2&#45;&#45;ancestor_1</title>
<path fill="none" stroke="black" d="M70,-215.7C70,-204.85 70,-190.92 70,-180.1"/>
</g>
<!-- ancestor_3 -->
<g id="node5" class="node">
<title>ancestor_3</title>
<g id="a_node5"><a xlink:title="GObject.Object">
<path fill="none" stroke="black" d="M89,-324C89,-324 51,-324 51,-324 45,-324 39,-318 39,-312 39,-312 39,-300 39,-300 39,-294 45,-288 51,-288 51,-288 89,-288 89,-288 95,-288 101,-294 101,-300 101,-300 101,-312 101,-312 101,-318 95,-324 89,-324"/>
<text text-anchor="middle" x="70" y="-302.3" font-family="Times,serif" font-size="14.00">GObject</text>
</a>
</g>
</g>
<!-- ancestor_3&#45;&#45;ancestor_2 -->
<g id="edge1" class="edge">
<title>ancestor_3&#45;&#45;ancestor_2</title>
<path fill="none" stroke="black" d="M70,-287.7C70,-276.85 70,-262.92 70,-252.1"/>
</g>
</g>
</svg>
</div>
</div>
<div class="toggle-wrapper ancestors">
<h4 id="ancestors">
Ancestors
<a href="#ancestors" class="anchor"></a>
</h4>
<div class="docblock">
<ul>
<li class="class"><a href="class.Stream.html" title="Stream">ClapperStream</a></li>
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a></li>
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.InitiallyUnowned.html" data-namespace="GObject">GInitiallyUnowned</a></li>
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a></li>
</ul>
</div>
</div>
<div class="toggle-wrapper methods">
<h4 id="methods">
Instance methods
<a href="#methods" class="anchor"></a>
</h4>
<div class="docblock">
<div class="">
<h6><a href="method.SubtitleStream.get_lang_code.html">clapper_subtitle_stream_get_lang_code</a></h6>
<div class="docblock">
<p>Get an <span class="caps">ISO</span>-639 language code of the <code>stream</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.SubtitleStream.get_lang_name.html">clapper_subtitle_stream_get_lang_name</a></h6>
<div class="docblock">
<p>Get an <span class="caps">ISO</span>-639 language code of the <code>stream</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-methods">
<h5 style="display:block;">Methods inherited from <a href="class.Stream.html">ClapperStream</a> (2)</h5><div class="docblock">
<h6><a href="method.Stream.get_stream_type.html">clapper_stream_get_stream_type</a></h6><div class="docblock">
<p>Get the <code>ClapperStreamType</code> of <code>stream</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
<h6><a href="method.Stream.get_title.html">clapper_stream_get_title</a></h6><div class="docblock">
<p>Get the title of <code>stream</code>, if&nbsp;any.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-methods"><h5 style="display:block;">Methods inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a> (25)</h5>
<div class="docblock">
<div class="docblock">
<p>Please see&nbsp;<a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="Gst">GstObject</a>&nbsp;for a full list of methods.</em></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-methods"><h5 style="display:block;">Methods inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a> (43)</h5>
<div class="docblock">
<div class="docblock">
<p>Please see&nbsp;<a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="GObject">GObject</a>&nbsp;for a full list of methods.</em></p>
</div>
</div>
</div>
</div>
<div class="toggle-wrapper properties">
<h4 id="properties">
Properties
<a href="#properties" class="anchor"></a>
</h4>
<div class="docblock">
<div class="">
<h6><a href="property.SubtitleStream.lang-code.html">Clapper.SubtitleStream:lang-code</a></h6>
<div class="docblock">
<p>Stream language code in <span class="caps">ISO</span>-639&nbsp;format.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.SubtitleStream.lang-name.html">Clapper.SubtitleStream:lang-name</a></h6>
<div class="docblock">
<p>Stream full language name determined from lang&nbsp;code.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-properties">
<h5 style="display:block;">Properties inherited from <a href="class.Stream.html">ClapperStream</a> (2)</h5><div class="docblock">
<h6><a href="property.Stream.stream-type.html">Clapper.Stream:stream-type</a></h6><div class="docblock">
<p>Type of&nbsp;stream.</p>
</div>
<div class="docblock">
<p></p>
</div>
<h6><a href="property.Stream.title.html">Clapper.Stream:title</a></h6><div class="docblock">
<p>Title of&nbsp;stream.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-properties"><h5 style="display:block;">Properties inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a> (2)</h5>
<div class="docblock">
<h6><a class="external" href="javascript:void(0)" data-namespace="Gst" data-link="property.Object.name.html">Gst.Object:name</a></h6>
<div class="docblock">
No description available.
</div>
<div class="docblock">
<p></p>
</div>
<h6><a class="external" href="javascript:void(0)" data-namespace="Gst" data-link="property.Object.parent.html">Gst.Object:parent</a></h6>
<div class="docblock">
<p>The parent of the object. Please note, that when changing the &#8216;parent&#8217;
property, we don&#8217;t emit <code>GObject::notify</code> and <code>GstObject::deep-notify</code>
signals due to locking issues. In some cases one can use
<code>GstBin::element-added</code> or <code>GstBin::element-removed</code> signals on the parent to
achieve a similar&nbsp;effect.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
</div>
<div class="signals toggle-wrapper">
<h4 id="signals">
Signals
<a href="#signals" class="anchor"></a>
</h4>
<div class="toggle-wrapper default-hide ancestor-signals"><h5 style="display:block;">Signals inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a> (1)</h5>
<div class="docblock">
<h6><a class="external" href="javascript:void(0)" data-namespace="Gst" data-link="signal.Object.deep-notify.html">GstObject::deep-notify</a></h6>
<div class="docblock">
<p>The deep notify signal is used to be notified of property changes. It is
typically attached to the toplevel bin to receive notifications from all
the elements contained in that&nbsp;bin.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-signals"><h5 style="display:block;">Signals inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a> (1)</h5>
<div class="docblock">
<h6><a class="external" href="javascript:void(0)" data-namespace="GObject" data-link="signal.Object.notify.html">GObject::notify</a></h6>
<div class="docblock">
<p>The notify signal is emitted on an object when one of its properties has
its value set through g_object_set_property(), g_object_set(), et&nbsp;al.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
</div>
<div class="class toggle-wrapper default-hide">
<h4 id="class-struct">
Class structure
<a href="#class-struct" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>struct ClapperSubtitleStreamClass {
ClapperStreamClass parent_class;
}</code></pre>
</div>
<div class="docblock">
No description available.
</div>
<div class="docblock">
<h6>Class members</h6>
<dl class="members">
<dt><code>parent_class: ClapperStreamClass</code></dt>
<dd>No description available.</dd>
</dd>
</div>
</div>
</section>
</section>
<div id="toc" class="toc">
<nav aria-labelledby="toc-title">
<p id="toc-title">Content</p>
<ul class="toc-list">
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
<li class="toc-list-item"><a href="#hierarchy"><span class="link-text">Hierarchy</span></a></li>
<li class="toc-list-item"><a href="#ancestors"><span class="link-text">Ancestors</span></a></li>
<li class="toc-list-item"><a href="#methods"><span class="link-text">Methods</span></a></li>
<li class="toc-list-item"><a href="#properties"><span class="link-text">Properties</span></a></li>
</ul>
</nav>
</div>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,719 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.VideoStream</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta property="og:title" content="Clapper.VideoStream"/>
<meta property="og:description" content="Reference for Clapper.VideoStream"/>
<meta name="twitter:title" content="Clapper.VideoStream"/>
<meta name="twitter:description" content="Reference for Clapper.VideoStream"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a class="current" href="class.VideoStream.html#description">VideoStream</a>
</div>
</div>
<div class="section">
<h5>Instance methods</h5>
<div class="links">
<a class="method" href="method.VideoStream.get_bitrate.html">get_bitrate</a>
<a class="method" href="method.VideoStream.get_codec.html">get_codec</a>
<a class="method" href="method.VideoStream.get_fps.html">get_fps</a>
<a class="method" href="method.VideoStream.get_height.html">get_height</a>
<a class="method" href="method.VideoStream.get_pixel_format.html">get_pixel_format</a>
<a class="method" href="method.VideoStream.get_width.html">get_width</a>
</div>
</div>
<div class="section">
<h5>Properties</h5>
<div class="links">
<a class="property" href="property.VideoStream.bitrate.html">bitrate</a>
<a class="property" href="property.VideoStream.codec.html">codec</a>
<a class="property" href="property.VideoStream.fps.html">fps</a>
<a class="property" href="property.VideoStream.height.html">height</a>
<a class="property" href="property.VideoStream.pixel-format.html">pixel-format</a>
<a class="property" href="property.VideoStream.width.html">width</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Class</h3>
<h1 aria-label="Name"><a href="index.html">Clapper</a><span class="sep" role="presentation"></span>VideoStream</h1>
</header>
<section>
<summary>
<div class="docblock">
<p></p>
</div>
<div class="toggle-wrapper">
<h4 id="description" style="display:flex;">
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-video-stream.c#L20">[src]</a>
</h4>
<pre><code>final class Clapper.VideoStream : Clapper.Stream
{
/* No available fields */
}</pre></code>
<div class="docblock">
<p>Represents a video stream within&nbsp;media.</p>
</div>
<div class="docblock">
</div>
</div>
</summary>
<div class="toggle-wrapper hierarchy">
<h4 id="hierarchy">
Hierarchy
<a href="#hierarchy" class="anchor"></a>
</h4>
<div class="docblock" alt="Hierarchy for Clapper.VideoStream">
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN"
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by graphviz version 7.1.0 (0)
-->
<!-- Title: hierarchy Pages: 1 -->
<svg width="139pt" height="332pt"
viewBox="0.00 0.00 139.00 332.00" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<g id="graph0" class="graph" transform="scale(1 1) rotate(0) translate(4 328)">
<title>hierarchy</title>
<!-- this -->
<g id="node1" class="node">
<title>this</title>
<g id="a_node1"><a xlink:title="ClapperVideoStream">
<path fill="none" stroke="black" d="M119,-36C119,-36 12,-36 12,-36 6,-36 0,-30 0,-24 0,-24 0,-12 0,-12 0,-6 6,0 12,0 12,0 119,0 119,0 125,0 131,-6 131,-12 131,-12 131,-24 131,-24 131,-30 125,-36 119,-36"/>
<text text-anchor="middle" x="65.5" y="-14.3" font-family="Times,serif" font-size="14.00">ClapperVideoStream</text>
</a>
</g>
</g>
<!-- ancestor_0 -->
<g id="node2" class="node link">
<title>ancestor_0</title>
<g id="a_node2"><a xlink:href="class.Stream.html" xlink:title="ClapperStream">
<path fill="none" stroke="black" d="M102.5,-108C102.5,-108 28.5,-108 28.5,-108 22.5,-108 16.5,-102 16.5,-96 16.5,-96 16.5,-84 16.5,-84 16.5,-78 22.5,-72 28.5,-72 28.5,-72 102.5,-72 102.5,-72 108.5,-72 114.5,-78 114.5,-84 114.5,-84 114.5,-96 114.5,-96 114.5,-102 108.5,-108 102.5,-108"/>
<text text-anchor="middle" x="65.5" y="-86.3" font-family="Times,serif" font-size="14.00">ClapperStream</text>
</a>
</g>
</g>
<!-- ancestor_0&#45;&#45;this -->
<g id="edge4" class="edge">
<title>ancestor_0&#45;&#45;this</title>
<path fill="none" stroke="black" d="M65.5,-71.7C65.5,-60.85 65.5,-46.92 65.5,-36.1"/>
</g>
<!-- ancestor_1 -->
<g id="node3" class="node">
<title>ancestor_1</title>
<g id="a_node3"><a xlink:title="Gst.Object">
<path fill="none" stroke="black" d="M89,-180C89,-180 42,-180 42,-180 36,-180 30,-174 30,-168 30,-168 30,-156 30,-156 30,-150 36,-144 42,-144 42,-144 89,-144 89,-144 95,-144 101,-150 101,-156 101,-156 101,-168 101,-168 101,-174 95,-180 89,-180"/>
<text text-anchor="middle" x="65.5" y="-158.3" font-family="Times,serif" font-size="14.00">GstObject</text>
</a>
</g>
</g>
<!-- ancestor_1&#45;&#45;ancestor_0 -->
<g id="edge3" class="edge">
<title>ancestor_1&#45;&#45;ancestor_0</title>
<path fill="none" stroke="black" d="M65.5,-143.7C65.5,-132.85 65.5,-118.92 65.5,-108.1"/>
</g>
<!-- ancestor_2 -->
<g id="node4" class="node">
<title>ancestor_2</title>
<g id="a_node4"><a xlink:title="GObject.InitiallyUnowned">
<path fill="none" stroke="black" d="M114.5,-252C114.5,-252 16.5,-252 16.5,-252 10.5,-252 4.5,-246 4.5,-240 4.5,-240 4.5,-228 4.5,-228 4.5,-222 10.5,-216 16.5,-216 16.5,-216 114.5,-216 114.5,-216 120.5,-216 126.5,-222 126.5,-228 126.5,-228 126.5,-240 126.5,-240 126.5,-246 120.5,-252 114.5,-252"/>
<text text-anchor="middle" x="65.5" y="-230.3" font-family="Times,serif" font-size="14.00">GInitiallyUnowned</text>
</a>
</g>
</g>
<!-- ancestor_2&#45;&#45;ancestor_1 -->
<g id="edge2" class="edge">
<title>ancestor_2&#45;&#45;ancestor_1</title>
<path fill="none" stroke="black" d="M65.5,-215.7C65.5,-204.85 65.5,-190.92 65.5,-180.1"/>
</g>
<!-- ancestor_3 -->
<g id="node5" class="node">
<title>ancestor_3</title>
<g id="a_node5"><a xlink:title="GObject.Object">
<path fill="none" stroke="black" d="M84.5,-324C84.5,-324 46.5,-324 46.5,-324 40.5,-324 34.5,-318 34.5,-312 34.5,-312 34.5,-300 34.5,-300 34.5,-294 40.5,-288 46.5,-288 46.5,-288 84.5,-288 84.5,-288 90.5,-288 96.5,-294 96.5,-300 96.5,-300 96.5,-312 96.5,-312 96.5,-318 90.5,-324 84.5,-324"/>
<text text-anchor="middle" x="65.5" y="-302.3" font-family="Times,serif" font-size="14.00">GObject</text>
</a>
</g>
</g>
<!-- ancestor_3&#45;&#45;ancestor_2 -->
<g id="edge1" class="edge">
<title>ancestor_3&#45;&#45;ancestor_2</title>
<path fill="none" stroke="black" d="M65.5,-287.7C65.5,-276.85 65.5,-262.92 65.5,-252.1"/>
</g>
</g>
</svg>
</div>
</div>
<div class="toggle-wrapper ancestors">
<h4 id="ancestors">
Ancestors
<a href="#ancestors" class="anchor"></a>
</h4>
<div class="docblock">
<ul>
<li class="class"><a href="class.Stream.html" title="Stream">ClapperStream</a></li>
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a></li>
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.InitiallyUnowned.html" data-namespace="GObject">GInitiallyUnowned</a></li>
<li class="class"><a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a></li>
</ul>
</div>
</div>
<div class="toggle-wrapper methods">
<h4 id="methods">
Instance methods
<a href="#methods" class="anchor"></a>
</h4>
<div class="docblock">
<div class="">
<h6><a href="method.VideoStream.get_bitrate.html">clapper_video_stream_get_bitrate</a></h6>
<div class="docblock">
<p>Get bitrate of video <code>stream</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.VideoStream.get_codec.html">clapper_video_stream_get_codec</a></h6>
<div class="docblock">
<p>Get codec used to encode <code>stream</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.VideoStream.get_fps.html">clapper_video_stream_get_fps</a></h6>
<div class="docblock">
<p>Get number of frames per second in video <code>stream</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.VideoStream.get_height.html">clapper_video_stream_get_height</a></h6>
<div class="docblock">
<p>Get height of video <code>stream</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.VideoStream.get_pixel_format.html">clapper_video_stream_get_pixel_format</a></h6>
<div class="docblock">
<p>Get pixel format of video <code>stream</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="method.VideoStream.get_width.html">clapper_video_stream_get_width</a></h6>
<div class="docblock">
<p>Get width of video <code>stream</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-methods">
<h5 style="display:block;">Methods inherited from <a href="class.Stream.html">ClapperStream</a> (2)</h5><div class="docblock">
<h6><a href="method.Stream.get_stream_type.html">clapper_stream_get_stream_type</a></h6><div class="docblock">
<p>Get the <code>ClapperStreamType</code> of <code>stream</code>.</p>
</div>
<div class="docblock">
<p></p>
</div>
<h6><a href="method.Stream.get_title.html">clapper_stream_get_title</a></h6><div class="docblock">
<p>Get the title of <code>stream</code>, if&nbsp;any.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-methods"><h5 style="display:block;">Methods inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a> (25)</h5>
<div class="docblock">
<div class="docblock">
<p>Please see&nbsp;<a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="Gst">GstObject</a>&nbsp;for a full list of methods.</em></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-methods"><h5 style="display:block;">Methods inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a> (43)</h5>
<div class="docblock">
<div class="docblock">
<p>Please see&nbsp;<a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="GObject">GObject</a>&nbsp;for a full list of methods.</em></p>
</div>
</div>
</div>
</div>
<div class="toggle-wrapper properties">
<h4 id="properties">
Properties
<a href="#properties" class="anchor"></a>
</h4>
<div class="docblock">
<div class="">
<h6><a href="property.VideoStream.bitrate.html">Clapper.VideoStream:bitrate</a></h6>
<div class="docblock">
<p>Stream&nbsp;bitrate.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.VideoStream.codec.html">Clapper.VideoStream:codec</a></h6>
<div class="docblock">
<p>Stream&nbsp;codec.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.VideoStream.fps.html">Clapper.VideoStream:fps</a></h6>
<div class="docblock">
<p>Stream <span class="caps">FPS</span>.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.VideoStream.height.html">Clapper.VideoStream:height</a></h6>
<div class="docblock">
<p>Stream&nbsp;height.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.VideoStream.pixel-format.html">Clapper.VideoStream:pixel-format</a></h6>
<div class="docblock">
<p>Stream pixel&nbsp;format.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
<div class="">
<h6><a href="property.VideoStream.width.html">Clapper.VideoStream:width</a></h6>
<div class="docblock">
<p>Stream&nbsp;width.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-properties">
<h5 style="display:block;">Properties inherited from <a href="class.Stream.html">ClapperStream</a> (2)</h5><div class="docblock">
<h6><a href="property.Stream.stream-type.html">Clapper.Stream:stream-type</a></h6><div class="docblock">
<p>Type of&nbsp;stream.</p>
</div>
<div class="docblock">
<p></p>
</div>
<h6><a href="property.Stream.title.html">Clapper.Stream:title</a></h6><div class="docblock">
<p>Title of&nbsp;stream.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-properties"><h5 style="display:block;">Properties inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a> (2)</h5>
<div class="docblock">
<h6><a class="external" href="javascript:void(0)" data-namespace="Gst" data-link="property.Object.name.html">Gst.Object:name</a></h6>
<div class="docblock">
No description available.
</div>
<div class="docblock">
<p></p>
</div>
<h6><a class="external" href="javascript:void(0)" data-namespace="Gst" data-link="property.Object.parent.html">Gst.Object:parent</a></h6>
<div class="docblock">
<p>The parent of the object. Please note, that when changing the &#8216;parent&#8217;
property, we don&#8217;t emit <code>GObject::notify</code> and <code>GstObject::deep-notify</code>
signals due to locking issues. In some cases one can use
<code>GstBin::element-added</code> or <code>GstBin::element-removed</code> signals on the parent to
achieve a similar&nbsp;effect.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
</div>
<div class="signals toggle-wrapper">
<h4 id="signals">
Signals
<a href="#signals" class="anchor"></a>
</h4>
<div class="toggle-wrapper default-hide ancestor-signals"><h5 style="display:block;">Signals inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="Gst">GstObject</a> (1)</h5>
<div class="docblock">
<h6><a class="external" href="javascript:void(0)" data-namespace="Gst" data-link="signal.Object.deep-notify.html">GstObject::deep-notify</a></h6>
<div class="docblock">
<p>The deep notify signal is used to be notified of property changes. It is
typically attached to the toplevel bin to receive notifications from all
the elements contained in that&nbsp;bin.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
<div class="toggle-wrapper default-hide ancestor-signals"><h5 style="display:block;">Signals inherited from <a class="external" href="javascript:void(0)" data-link="class.Object.html" data-namespace="GObject">GObject</a> (1)</h5>
<div class="docblock">
<h6><a class="external" href="javascript:void(0)" data-namespace="GObject" data-link="signal.Object.notify.html">GObject::notify</a></h6>
<div class="docblock">
<p>The notify signal is emitted on an object when one of its properties has
its value set through g_object_set_property(), g_object_set(), et&nbsp;al.</p>
</div>
<div class="docblock">
<p></p>
</div>
</div>
</div>
</div>
<div class="class toggle-wrapper default-hide">
<h4 id="class-struct">
Class structure
<a href="#class-struct" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>struct ClapperVideoStreamClass {
ClapperStreamClass parent_class;
}</code></pre>
</div>
<div class="docblock">
No description available.
</div>
<div class="docblock">
<h6>Class members</h6>
<dl class="members">
<dt><code>parent_class: ClapperStreamClass</code></dt>
<dd>No description available.</dd>
</dd>
</div>
</div>
</section>
</section>
<div id="toc" class="toc">
<nav aria-labelledby="toc-title">
<p id="toc-title">Content</p>
<ul class="toc-list">
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
<li class="toc-list-item"><a href="#hierarchy"><span class="link-text">Hierarchy</span></a></li>
<li class="toc-list-item"><a href="#ancestors"><span class="link-text">Ancestors</span></a></li>
<li class="toc-list-item"><a href="#methods"><span class="link-text">Methods</span></a></li>
<li class="toc-list-item"><a href="#properties"><span class="link-text">Properties</span></a></li>
</ul>
</nav>
</div>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -104,6 +104,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<ul class="type">
<li class="type"><a data-namespace="Gst" data-link="class.Object.html" href="javascript:void(0)" class="external"><code>Gst.Object</code></a>
<ul class="type">
<li class="type"><a href="class.Stream.html"><code>Stream</code></a>
<ul class="type">
<li class="type"><a href="class.AudioStream.html"><code>AudioStream</code></a>
</li>
<li class="type"><a href="class.SubtitleStream.html"><code>SubtitleStream</code></a>
</li>
<li class="type"><a href="class.VideoStream.html"><code>VideoStream</code></a>
</li>
</ul>
</li>
<li class="type"><a href="class.Feature.html"><code>Feature</code></a>
<ul class="type">
<li class="type"><a href="class.Discoverer.html"><code>Discoverer</code></a>
@@ -124,8 +134,6 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</li>
<li class="type"><a href="class.Queue.html"><code>Queue</code></a>
</li>
<li class="type"><a href="class.Stream.html"><code>Stream</code></a>
</li>
<li class="type"><a href="class.StreamList.html"><code>StreamList</code></a>
</li>
</ul>

View File

@@ -91,8 +91,6 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="ctor.MediaItem.new_from_file.html">new_from_file</a>
<a class="method" href="ctor.MediaItem.new_take.html">new_take</a>
</div>
</div>
@@ -119,7 +117,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.h#L40">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.h#L38">[src]</a>
</h4>
@@ -138,7 +136,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.c#L214">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.c#L70">[src]</a>
</h4>
@@ -146,11 +144,11 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<p>Creates new <code>ClapperMediaItem</code> from <span class="caps">URI</span>.</p>
<p>Use one of the <span class="caps">URI</span> protocols supported by plugins in <code>GStreamer</code>
installation. For local files you can use either &#8220;file&#8221; protocol
or <code>clapper_media_item_new_from_file()</code> method.</p>
<p>This method can only fail when no <span class="caps">URI</span> is provided. It is considered
a programmer error trying to create new media item from invalid <span class="caps">URI</span>.
If <span class="caps">URI</span> is valid, but unsupported by user installed plugins, <code>ClapperPlayer</code>
will emit a <code>ClapperPlayer::missing-plugin</code> signal upon&nbsp;playback.</p>
or <a href="ctor.MediaItem.new_from_file.html"><code>clapper_media_item_new_from_file()</code></a>&nbsp;method.</p>
<p>It is considered a programmer error trying to create new media item from
invalid <span class="caps">URI</span>. If <span class="caps">URI</span> is valid, but unsupported by installed plugins on user
system, <a href="class.Player.html"><code>ClapperPlayer</code></a> will emit a <a href="signal.Player.missing-plugin.html"><code>ClapperPlayer::missing-plugin</code></a>
signal upon&nbsp;playback.</p>
</div>
<div class="docblock">
@@ -208,8 +206,7 @@ will emit a <code>ClapperPlayer::missing-plugin</code> signal upon&nbsp;playback
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<a href="class.MediaItem.html"><code>ClapperMediaItem</code></a></p>
<p><p>A new <code>ClapperMediaItem</code>,
<code>NULL</code> when no <span class="caps">URI</span>&nbsp;provided.</p></p>
<p><p>A new <code>ClapperMediaItem</code>.</p></p>
</div>
<div>
<table>
@@ -217,7 +214,7 @@ will emit a <code>ClapperPlayer::missing-plugin</code> signal upon&nbsp;playback
<tr><td title="transfer: full">The caller of the function takes ownership of the data, and is responsible for freeing it.</td></tr>
<tr><td>The return value can be <code>NULL</code>.</td></tr>
</table>
</div>

View File

@@ -91,8 +91,6 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method current" href="ctor.MediaItem.new_from_file.html">new_from_file</a>
<a class="method" href="ctor.MediaItem.new_take.html">new_take</a>
</div>
</div>
@@ -119,7 +117,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.h#L44">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.h#L40">[src]</a>
</h4>
@@ -138,14 +136,14 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.c#L278">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.c#L110">[src]</a>
</h4>
<div class="docblock">
<p>Creates new <code>ClapperMediaItem</code> from <code>GFile</code>.</p>
<p>Same as clapper_media_item_new(), but uses a <code>GFile</code> for convenience
in some situations instead of an <span class="caps">URI</span>.</p>
<p>Same as <a href="ctor.MediaItem.new.html"><code>clapper_media_item_new()</code></a>, but uses a <a href="javascript:void(0)" data-namespace="Gio" data-link="iface.File.html" class="external"><code>GFile</code></a>
for convenience in some situations instead of an <span class="caps">URI</span>.</p>
</div>
<div class="docblock">
@@ -203,8 +201,7 @@ in some situations instead of an <span class="caps">URI</span>.</p>
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<a href="class.MediaItem.html"><code>ClapperMediaItem</code></a></p>
<p><p>A new <code>ClapperMediaItem</code>,
<code>NULL</code> when no <code>GFile</code> provided.</p></p>
<p><p>A new <code>ClapperMediaItem</code>.</p></p>
</div>
<div>
<table>
@@ -212,7 +209,7 @@ in some situations instead of an <span class="caps">URI</span>.</p>
<tr><td title="transfer: full">The caller of the function takes ownership of the data, and is responsible for freeing it.</td></tr>
<tr><td>The return value can be <code>NULL</code>.</td></tr>
</table>
</div>

View File

@@ -115,7 +115,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L39">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L40">[src]</a>
</h4>
@@ -134,7 +134,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a href="#description" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L433">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L868">[src]</a>
</h4>

View File

@@ -0,0 +1,225 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.StreamType</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta property="og:title" content="Clapper.StreamType"/>
<meta property="og:description" content="Reference for Clapper.StreamType"/>
<meta name="twitter:title" content="Clapper.StreamType"/>
<meta name="twitter:description" content="Reference for Clapper.StreamType"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a class="current" href="enum.StreamType.html">StreamType</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Enumeration</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span>StreamType</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a href="#declaration" class="anchor"></a>
</h4>
<div class="docblock">
<pre><code>enum Clapper.StreamType</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a href="#description" class="anchor"></a>
</h4>
<div class="docblock">
No description available.
</div>
<div class="docblock">
</div>
</div>
<div class="members toggle-wrapper">
<h4 id="members">
Members
<a href="#members" class="anchor"></a>
</h4>
<div class="docblock">
<dl class="enum-members">
<dt><a id="unknown" href="#unknown"><code>CLAPPER_STREAM_TYPE_UNKNOWN</code></a></dt>
<dd>
<div><p>Unknown stream&nbsp;type.</p></div>
<ul>
<li>Value: <code>0</code></li>
<li>Nickname: <code>unknown</code></li>
<li>Available since: 0.0</li>
</ul>
</dd>
<dt><a id="video" href="#video"><code>CLAPPER_STREAM_TYPE_VIDEO</code></a></dt>
<dd>
<div><p>Stream is a <code>ClapperVideoStream</code>.</p></div>
<ul>
<li>Value: <code>1</code></li>
<li>Nickname: <code>video</code></li>
<li>Available since: 0.0</li>
</ul>
</dd>
<dt><a id="audio" href="#audio"><code>CLAPPER_STREAM_TYPE_AUDIO</code></a></dt>
<dd>
<div><p>Stream is a <code>ClapperAudioStream</code>.</p></div>
<ul>
<li>Value: <code>2</code></li>
<li>Nickname: <code>audio</code></li>
<li>Available since: 0.0</li>
</ul>
</dd>
<dt><a id="subtitle" href="#subtitle"><code>CLAPPER_STREAM_TYPE_SUBTITLE</code></a></dt>
<dd>
<div><p>Stream is a <code>ClapperSubtitleStream</code>.</p></div>
<ul>
<li>Value: <code>3</code></li>
<li>Nickname: <code>subtitle</code></li>
<li>Available since: 0.0</li>
</ul>
</dd>
</dl>
</div>
</div>
</section>
</section>
<div id="toc" class="toc">
<nav aria-labelledby="toc-title">
<p id="toc-title">Content</p>
<ul class="toc-list">
<li class="toc-list-item"><a href="#description"><span class="link-text">Description</span></a></li>
<li class="toc-list-item"><a href="#members"><span class="link-text">Members</span></a></li>
</ul>
</nav>
</div>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,196 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.AUDIO_STREAM_CAST</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta property="og:title" content="Clapper.AUDIO_STREAM_CAST"/>
<meta property="og:description" content="Reference for Clapper.AUDIO_STREAM_CAST"/>
<meta name="twitter:title" content="Clapper.AUDIO_STREAM_CAST"/>
<meta name="twitter:description" content="Reference for Clapper.AUDIO_STREAM_CAST"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Function Macros</h5>
<div class="links">
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Function Macro</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span>AUDIO_STREAM_CAST</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration" style="display:flex;">
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-audio-stream.h#L33">[src]</a>
</h4>
<div class="docblock">
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_AUDIO_STREAM_CAST (</span>
<span class="w"> </span><span class="n">obj</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 id="description" style="display:flex;">
Description
<a href="#description" class="anchor"></a>
</h4>
<div class="docblock">
No description available.
</div>
<div class="docblock">
<p>This function is not directly available to language bindings.</p>
</div>
</div>
<div class="parameters toggle-wrapper">
<h4 id="parameters">
Parameters
<a href="#parameters" class="anchor"></a>
</h4>
<div class="docblock">
<dl class="arguments">
<dt class="arg-name"><code>obj</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>-</code></p>
<p>No description available.</p>
<table>
</table>
</dd>
</dl>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -109,7 +109,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.h#L36">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.h#L34">[src]</a>
</h4>

View File

@@ -109,7 +109,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L35">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L36">[src]</a>
</h4>

View File

@@ -109,7 +109,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-stream.h#L33">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-stream.h#L35">[src]</a>
</h4>

View File

@@ -0,0 +1,196 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.SUBTITLE_STREAM_CAST</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta property="og:title" content="Clapper.SUBTITLE_STREAM_CAST"/>
<meta property="og:description" content="Reference for Clapper.SUBTITLE_STREAM_CAST"/>
<meta name="twitter:title" content="Clapper.SUBTITLE_STREAM_CAST"/>
<meta name="twitter:description" content="Reference for Clapper.SUBTITLE_STREAM_CAST"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Function Macros</h5>
<div class="links">
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Function Macro</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span>SUBTITLE_STREAM_CAST</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration" style="display:flex;">
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-subtitle-stream.h#L33">[src]</a>
</h4>
<div class="docblock">
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_SUBTITLE_STREAM_CAST (</span>
<span class="w"> </span><span class="n">obj</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 id="description" style="display:flex;">
Description
<a href="#description" class="anchor"></a>
</h4>
<div class="docblock">
No description available.
</div>
<div class="docblock">
<p>This function is not directly available to language bindings.</p>
</div>
</div>
<div class="parameters toggle-wrapper">
<h4 id="parameters">
Parameters
<a href="#parameters" class="anchor"></a>
</h4>
<div class="docblock">
<dl class="arguments">
<dt class="arg-name"><code>obj</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>-</code></p>
<p>No description available.</p>
<table>
</table>
</dd>
</dl>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,196 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.VIDEO_STREAM_CAST</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta property="og:title" content="Clapper.VIDEO_STREAM_CAST"/>
<meta property="og:description" content="Reference for Clapper.VIDEO_STREAM_CAST"/>
<meta name="twitter:title" content="Clapper.VIDEO_STREAM_CAST"/>
<meta name="twitter:description" content="Reference for Clapper.VIDEO_STREAM_CAST"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Function Macros</h5>
<div class="links">
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Function Macro</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span>VIDEO_STREAM_CAST</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 id="declaration" style="display:flex;">
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-video-stream.h#L33">[src]</a>
</h4>
<div class="docblock">
<pre><code><div class="highlight"><pre><span></span><span class="cp">#define CLAPPER_VIDEO_STREAM_CAST (</span>
<span class="w"> </span><span class="n">obj</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 id="description" style="display:flex;">
Description
<a href="#description" class="anchor"></a>
</h4>
<div class="docblock">
No description available.
</div>
<div class="docblock">
<p>This function is not directly available to language bindings.</p>
</div>
</div>
<div class="parameters toggle-wrapper">
<h4 id="parameters">
Parameters
<a href="#parameters" class="anchor"></a>
</h4>
<div class="docblock">
<dl class="arguments">
<dt class="arg-name"><code>obj</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>-</code></p>
<p>No description available.</p>
<table>
</table>
</dd>
</dl>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -109,7 +109,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper.h#L48">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper.h#L51">[src]</a>
</h4>

View File

@@ -109,7 +109,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a href="#declaration" class="anchor"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper.h#L50">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper.h#L53">[src]</a>
</h4>

View File

@@ -340,6 +340,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<table style="display:block;">
<tbody>
<tr class="section-item">
<td><a title="AudioStream" class="symbol" href="class.AudioStream.html">AudioStream</a></td>
<td class="docblock-summary">
<p>Represents a audio stream within&nbsp;media.</p>
<p></p>
</td>
</tr>
<tr class="section-item">
<td><a title="Discoverer" class="symbol" href="class.Discoverer.html">Discoverer</a></td>
@@ -430,6 +440,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</tr>
<tr class="section-item">
<td><a title="SubtitleStream" class="symbol" href="class.SubtitleStream.html">SubtitleStream</a></td>
<td class="docblock-summary">
<p>Represents a subtitle stream within&nbsp;media.</p>
<p></p>
</td>
</tr>
<tr class="section-item">
<td><a title="ThreadedObject" class="symbol" href="class.ThreadedObject.html">ThreadedObject</a></td>
@@ -440,6 +460,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</tr>
<tr class="section-item">
<td><a title="VideoStream" class="symbol" href="class.VideoStream.html">VideoStream</a></td>
<td class="docblock-summary">
<p>Represents a video stream within&nbsp;media.</p>
<p></p>
</td>
</tr>
</tbody>
</table>
</div>
@@ -502,6 +532,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
</tr>
<tr class="section-item">
<td><a title="StreamType" class="symbol" href="enum.StreamType.html">StreamType</a></td>
<td class="docblock-summary">
<p></p>
</td>
</tr>
</tbody>
</table>
</div>
@@ -563,6 +603,16 @@ terminating on failure it returns <code>FALSE</code> with <code>error</code> set
<table style="display:block;">
<tbody>
<tr class="section-item">
<td><a title="AUDIO_STREAM_CAST" class="symbol" href="func.AUDIO_STREAM_CAST.html">AUDIO_STREAM_CAST</a></td>
<td class="docblock-summary">
<p></p>
</td>
</tr>
<tr class="section-item">
<td><a title="CHECK_VERSION" class="symbol" href="func.CHECK_VERSION.html">CHECK_VERSION</a></td>
@@ -673,6 +723,16 @@ terminating on failure it returns <code>FALSE</code> with <code>error</code> set
</tr>
<tr class="section-item">
<td><a title="SUBTITLE_STREAM_CAST" class="symbol" href="func.SUBTITLE_STREAM_CAST.html">SUBTITLE_STREAM_CAST</a></td>
<td class="docblock-summary">
<p></p>
</td>
</tr>
<tr class="section-item">
<td><a title="THREADED_OBJECT_CAST" class="symbol" href="func.THREADED_OBJECT_CAST.html">THREADED_OBJECT_CAST</a></td>
@@ -703,6 +763,16 @@ terminating on failure it returns <code>FALSE</code> with <code>error</code> set
</tr>
<tr class="section-item">
<td><a title="VIDEO_STREAM_CAST" class="symbol" href="func.VIDEO_STREAM_CAST.html">VIDEO_STREAM_CAST</a></td>
<td class="docblock-summary">
<p></p>
</td>
</tr>
</tbody>
</table>
</div>

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,221 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.AudioStream.get_bitrate</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta priority="og:title" content="Clapper.AudioStream.get_bitrate"/>
<meta priority="og:description" content="Reference for Clapper.AudioStream.get_bitrate"/>
<meta name="twitter:title" content="Clapper.AudioStream.get_bitrate"/>
<meta name="twitter:description" content="Reference for Clapper.AudioStream.get_bitrate"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.AudioStream.html">AudioStream</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method current" href="method.AudioStream.get_bitrate.html">get_bitrate</a>
<a class="method" href="method.AudioStream.get_channels.html">get_channels</a>
<a class="method" href="method.AudioStream.get_codec.html">get_codec</a>
<a class="method" href="method.AudioStream.get_lang_code.html">get_lang_code</a>
<a class="method" href="method.AudioStream.get_lang_name.html">get_lang_name</a>
<a class="method" href="method.AudioStream.get_sample_format.html">get_sample_format</a>
<a class="method" href="method.AudioStream.get_sample_rate.html">get_sample_rate</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.AudioStream.html">AudioStream</a><span class="sep"></span>get_bitrate</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-audio-stream.h#L39">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">guint</span>
<span class="n">clapper_audio_stream_get_bitrate</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperAudioStream</span><span class="o">*</span><span class="w"> </span><span class="n">stream</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-audio-stream.c#L145">[src]</a>
</h4>
<div class="docblock">
<p>Get bitrate of audio <code>stream</code>.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.AudioStream.bitrate.html"><code>Clapper.AudioStream:bitrate</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>guint</code></p>
<p><p>The bitrate of audio&nbsp;stream.</p></p>
</div>
<div>
<table>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,221 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.AudioStream.get_channels</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta priority="og:title" content="Clapper.AudioStream.get_channels"/>
<meta priority="og:description" content="Reference for Clapper.AudioStream.get_channels"/>
<meta name="twitter:title" content="Clapper.AudioStream.get_channels"/>
<meta name="twitter:description" content="Reference for Clapper.AudioStream.get_channels"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.AudioStream.html">AudioStream</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.AudioStream.get_bitrate.html">get_bitrate</a>
<a class="method current" href="method.AudioStream.get_channels.html">get_channels</a>
<a class="method" href="method.AudioStream.get_codec.html">get_codec</a>
<a class="method" href="method.AudioStream.get_lang_code.html">get_lang_code</a>
<a class="method" href="method.AudioStream.get_lang_name.html">get_lang_name</a>
<a class="method" href="method.AudioStream.get_sample_format.html">get_sample_format</a>
<a class="method" href="method.AudioStream.get_sample_rate.html">get_sample_rate</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.AudioStream.html">AudioStream</a><span class="sep"></span>get_channels</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-audio-stream.h#L45">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">gint</span>
<span class="n">clapper_audio_stream_get_channels</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperAudioStream</span><span class="o">*</span><span class="w"> </span><span class="n">stream</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-audio-stream.c#L212">[src]</a>
</h4>
<div class="docblock">
<p>Get number of audio channels in <code>stream</code>.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.AudioStream.channels.html"><code>Clapper.AudioStream:channels</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>gint</code></p>
<p><p>The number of audio&nbsp;channels.</p></p>
</div>
<div>
<table>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,222 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.AudioStream.get_codec</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta priority="og:title" content="Clapper.AudioStream.get_codec"/>
<meta priority="og:description" content="Reference for Clapper.AudioStream.get_codec"/>
<meta name="twitter:title" content="Clapper.AudioStream.get_codec"/>
<meta name="twitter:description" content="Reference for Clapper.AudioStream.get_codec"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.AudioStream.html">AudioStream</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.AudioStream.get_bitrate.html">get_bitrate</a>
<a class="method" href="method.AudioStream.get_channels.html">get_channels</a>
<a class="method current" href="method.AudioStream.get_codec.html">get_codec</a>
<a class="method" href="method.AudioStream.get_lang_code.html">get_lang_code</a>
<a class="method" href="method.AudioStream.get_lang_name.html">get_lang_name</a>
<a class="method" href="method.AudioStream.get_sample_format.html">get_sample_format</a>
<a class="method" href="method.AudioStream.get_sample_rate.html">get_sample_rate</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.AudioStream.html">AudioStream</a><span class="sep"></span>get_codec</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-audio-stream.h#L37">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">gchar</span><span class="o">*</span>
<span class="n">clapper_audio_stream_get_codec</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperAudioStream</span><span class="o">*</span><span class="w"> </span><span class="n">stream</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-audio-stream.c#L122">[src]</a>
</h4>
<div class="docblock">
<p>Get codec used to encode <code>stream</code>.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.AudioStream.codec.html"><code>Clapper.AudioStream:codec</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>gchar*</code></p>
<p><p>The audio codec of stream
or <code>NULL</code> if&nbsp;undetermined.</p></p>
</div>
<div>
<table>
<tr><td title="transfer: full">The caller of the method takes ownership of the data, and is responsible for freeing it.</td></tr>
<tr><td>The return value can be <code>NULL</code>.</td></tr>
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,221 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.AudioStream.get_lang_code</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta priority="og:title" content="Clapper.AudioStream.get_lang_code"/>
<meta priority="og:description" content="Reference for Clapper.AudioStream.get_lang_code"/>
<meta name="twitter:title" content="Clapper.AudioStream.get_lang_code"/>
<meta name="twitter:description" content="Reference for Clapper.AudioStream.get_lang_code"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.AudioStream.html">AudioStream</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.AudioStream.get_bitrate.html">get_bitrate</a>
<a class="method" href="method.AudioStream.get_channels.html">get_channels</a>
<a class="method" href="method.AudioStream.get_codec.html">get_codec</a>
<a class="method current" href="method.AudioStream.get_lang_code.html">get_lang_code</a>
<a class="method" href="method.AudioStream.get_lang_name.html">get_lang_name</a>
<a class="method" href="method.AudioStream.get_sample_format.html">get_sample_format</a>
<a class="method" href="method.AudioStream.get_sample_rate.html">get_sample_rate</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.AudioStream.html">AudioStream</a><span class="sep"></span>get_lang_code</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-audio-stream.h#L47">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">gchar</span><span class="o">*</span>
<span class="n">clapper_audio_stream_get_lang_code</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperAudioStream</span><span class="o">*</span><span class="w"> </span><span class="n">stream</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-audio-stream.c#L234">[src]</a>
</h4>
<div class="docblock">
<p>Get an <span class="caps">ISO</span>-639 language code of the <code>stream</code>.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.AudioStream.lang-code.html"><code>Clapper.AudioStream:lang-code</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>gchar*</code></p>
<p><p>The language code of audio&nbsp;stream.</p></p>
</div>
<div>
<table>
<tr><td title="transfer: full">The caller of the method takes ownership of the data, and is responsible for freeing it.</td></tr>
<tr><td>The return value can be <code>NULL</code>.</td></tr>
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,221 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.AudioStream.get_lang_name</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta priority="og:title" content="Clapper.AudioStream.get_lang_name"/>
<meta priority="og:description" content="Reference for Clapper.AudioStream.get_lang_name"/>
<meta name="twitter:title" content="Clapper.AudioStream.get_lang_name"/>
<meta name="twitter:description" content="Reference for Clapper.AudioStream.get_lang_name"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.AudioStream.html">AudioStream</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.AudioStream.get_bitrate.html">get_bitrate</a>
<a class="method" href="method.AudioStream.get_channels.html">get_channels</a>
<a class="method" href="method.AudioStream.get_codec.html">get_codec</a>
<a class="method" href="method.AudioStream.get_lang_code.html">get_lang_code</a>
<a class="method current" href="method.AudioStream.get_lang_name.html">get_lang_name</a>
<a class="method" href="method.AudioStream.get_sample_format.html">get_sample_format</a>
<a class="method" href="method.AudioStream.get_sample_rate.html">get_sample_rate</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.AudioStream.html">AudioStream</a><span class="sep"></span>get_lang_name</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-audio-stream.h#L49">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">gchar</span><span class="o">*</span>
<span class="n">clapper_audio_stream_get_lang_name</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperAudioStream</span><span class="o">*</span><span class="w"> </span><span class="n">stream</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-audio-stream.c#L256">[src]</a>
</h4>
<div class="docblock">
<p>Get an <span class="caps">ISO</span>-639 language code of the <code>stream</code>.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.AudioStream.lang-name.html"><code>Clapper.AudioStream:lang-name</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>gchar*</code></p>
<p><p>The language code of audio&nbsp;stream.</p></p>
</div>
<div>
<table>
<tr><td title="transfer: full">The caller of the method takes ownership of the data, and is responsible for freeing it.</td></tr>
<tr><td>The return value can be <code>NULL</code>.</td></tr>
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,222 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.AudioStream.get_sample_format</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta priority="og:title" content="Clapper.AudioStream.get_sample_format"/>
<meta priority="og:description" content="Reference for Clapper.AudioStream.get_sample_format"/>
<meta name="twitter:title" content="Clapper.AudioStream.get_sample_format"/>
<meta name="twitter:description" content="Reference for Clapper.AudioStream.get_sample_format"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.AudioStream.html">AudioStream</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.AudioStream.get_bitrate.html">get_bitrate</a>
<a class="method" href="method.AudioStream.get_channels.html">get_channels</a>
<a class="method" href="method.AudioStream.get_codec.html">get_codec</a>
<a class="method" href="method.AudioStream.get_lang_code.html">get_lang_code</a>
<a class="method" href="method.AudioStream.get_lang_name.html">get_lang_name</a>
<a class="method current" href="method.AudioStream.get_sample_format.html">get_sample_format</a>
<a class="method" href="method.AudioStream.get_sample_rate.html">get_sample_rate</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.AudioStream.html">AudioStream</a><span class="sep"></span>get_sample_format</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-audio-stream.h#L41">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">gchar</span><span class="o">*</span>
<span class="n">clapper_audio_stream_get_sample_format</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperAudioStream</span><span class="o">*</span><span class="w"> </span><span class="n">stream</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-audio-stream.c#L167">[src]</a>
</h4>
<div class="docblock">
<p>Get sample format of audio <code>stream</code>.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.AudioStream.sample-format.html"><code>Clapper.AudioStream:sample-format</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>gchar*</code></p>
<p><p>The sample format of stream
or <code>NULL</code> if&nbsp;undetermined.</p></p>
</div>
<div>
<table>
<tr><td title="transfer: full">The caller of the method takes ownership of the data, and is responsible for freeing it.</td></tr>
<tr><td>The return value can be <code>NULL</code>.</td></tr>
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,221 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.AudioStream.get_sample_rate</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta priority="og:title" content="Clapper.AudioStream.get_sample_rate"/>
<meta priority="og:description" content="Reference for Clapper.AudioStream.get_sample_rate"/>
<meta name="twitter:title" content="Clapper.AudioStream.get_sample_rate"/>
<meta name="twitter:description" content="Reference for Clapper.AudioStream.get_sample_rate"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.AudioStream.html">AudioStream</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.AudioStream.get_bitrate.html">get_bitrate</a>
<a class="method" href="method.AudioStream.get_channels.html">get_channels</a>
<a class="method" href="method.AudioStream.get_codec.html">get_codec</a>
<a class="method" href="method.AudioStream.get_lang_code.html">get_lang_code</a>
<a class="method" href="method.AudioStream.get_lang_name.html">get_lang_name</a>
<a class="method" href="method.AudioStream.get_sample_format.html">get_sample_format</a>
<a class="method current" href="method.AudioStream.get_sample_rate.html">get_sample_rate</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.AudioStream.html">AudioStream</a><span class="sep"></span>get_sample_rate</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-audio-stream.h#L43">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">gint</span>
<span class="n">clapper_audio_stream_get_sample_rate</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperAudioStream</span><span class="o">*</span><span class="w"> </span><span class="n">stream</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-audio-stream.c#L190">[src]</a>
</h4>
<div class="docblock">
<p>Get sample rate of audio <code>stream</code> (in&nbsp;Hz).</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.AudioStream.sample-rate.html"><code>Clapper.AudioStream:sample-rate</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>gint</code></p>
<p><p>The sample rate of audio&nbsp;stream.</p></p>
</div>
<div>
<table>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -87,21 +87,19 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.MediaItem.get_audio_streams.html">get_audio_streams</a>
<a class="method current" href="method.MediaItem.get_container_format.html">get_container_format</a>
<a class="method" href="method.MediaItem.get_duration.html">get_duration</a>
<a class="method" href="method.MediaItem.get_id.html">get_id</a>
<a class="method" href="method.MediaItem.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method" href="method.MediaItem.get_title.html">get_title</a>
<a class="method" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method" href="method.MediaItem.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
</div>
@@ -149,7 +147,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.c#L408">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.c#L291">[src]</a>
</h4>

View File

@@ -87,21 +87,19 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.MediaItem.get_audio_streams.html">get_audio_streams</a>
<a class="method" href="method.MediaItem.get_container_format.html">get_container_format</a>
<a class="method current" href="method.MediaItem.get_duration.html">get_duration</a>
<a class="method" href="method.MediaItem.get_id.html">get_id</a>
<a class="method" href="method.MediaItem.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method" href="method.MediaItem.get_title.html">get_title</a>
<a class="method" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method" href="method.MediaItem.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
</div>
@@ -149,7 +147,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.c#L449">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.c#L332">[src]</a>
</h4>

View File

@@ -87,21 +87,19 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.MediaItem.get_audio_streams.html">get_audio_streams</a>
<a class="method" href="method.MediaItem.get_container_format.html">get_container_format</a>
<a class="method" href="method.MediaItem.get_duration.html">get_duration</a>
<a class="method current" href="method.MediaItem.get_id.html">get_id</a>
<a class="method" href="method.MediaItem.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method" href="method.MediaItem.get_title.html">get_title</a>
<a class="method" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method" href="method.MediaItem.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
</div>
@@ -130,7 +128,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.h#L46">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.h#L42">[src]</a>
</h4>
@@ -149,7 +147,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.c#L317">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.c#L137">[src]</a>
</h4>

View File

@@ -0,0 +1,221 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.MediaItem.get_suburi</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta priority="og:title" content="Clapper.MediaItem.get_suburi"/>
<meta priority="og:description" content="Reference for Clapper.MediaItem.get_suburi"/>
<meta name="twitter:title" content="Clapper.MediaItem.get_suburi"/>
<meta name="twitter:description" content="Reference for Clapper.MediaItem.get_suburi"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.MediaItem.html">MediaItem</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.MediaItem.get_container_format.html">get_container_format</a>
<a class="method" href="method.MediaItem.get_duration.html">get_duration</a>
<a class="method" href="method.MediaItem.get_id.html">get_id</a>
<a class="method current" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method" href="method.MediaItem.get_title.html">get_title</a>
<a class="method" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.MediaItem.html">MediaItem</a><span class="sep"></span>get_suburi</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.h#L48">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">gchar</span><span class="o">*</span>
<span class="n">clapper_media_item_get_suburi</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperMediaItem</span><span class="o">*</span><span class="w"> </span><span class="n">item</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.c#L200">[src]</a>
</h4>
<div class="docblock">
<p>Get the additional <span class="caps">URI</span> of <code>ClapperMediaItem</code>.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.MediaItem.suburi.html"><code>Clapper.MediaItem:suburi</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>gchar*</code></p>
<p><p>An additional <span class="caps">URI</span> of <code>ClapperMediaItem</code>.</p></p>
</div>
<div>
<table>
<tr><td title="transfer: full">The caller of the method takes ownership of the data, and is responsible for freeing it.</td></tr>
<tr><td>The return value can be <code>NULL</code>.</td></tr>
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -87,21 +87,19 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.MediaItem.get_audio_streams.html">get_audio_streams</a>
<a class="method" href="method.MediaItem.get_container_format.html">get_container_format</a>
<a class="method" href="method.MediaItem.get_duration.html">get_duration</a>
<a class="method" href="method.MediaItem.get_id.html">get_id</a>
<a class="method" href="method.MediaItem.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method current" href="method.MediaItem.get_title.html">get_title</a>
<a class="method" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method" href="method.MediaItem.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
</div>
@@ -149,7 +147,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.c#L365">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.c#L243">[src]</a>
</h4>

View File

@@ -87,21 +87,19 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.MediaItem.get_audio_streams.html">get_audio_streams</a>
<a class="method" href="method.MediaItem.get_container_format.html">get_container_format</a>
<a class="method" href="method.MediaItem.get_duration.html">get_duration</a>
<a class="method" href="method.MediaItem.get_id.html">get_id</a>
<a class="method" href="method.MediaItem.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method" href="method.MediaItem.get_title.html">get_title</a>
<a class="method current" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method" href="method.MediaItem.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
</div>
@@ -130,7 +128,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.h#L48">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.h#L44">[src]</a>
</h4>
@@ -149,7 +147,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.c#L333">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.c#L153">[src]</a>
</h4>

View File

@@ -0,0 +1,230 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.MediaItem.set_suburi</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta priority="og:title" content="Clapper.MediaItem.set_suburi"/>
<meta priority="og:description" content="Reference for Clapper.MediaItem.set_suburi"/>
<meta name="twitter:title" content="Clapper.MediaItem.set_suburi"/>
<meta name="twitter:description" content="Reference for Clapper.MediaItem.set_suburi"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.MediaItem.html">MediaItem</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.MediaItem.get_container_format.html">get_container_format</a>
<a class="method" href="method.MediaItem.get_duration.html">get_duration</a>
<a class="method" href="method.MediaItem.get_id.html">get_id</a>
<a class="method" href="method.MediaItem.get_suburi.html">get_suburi</a>
<a class="method" href="method.MediaItem.get_title.html">get_title</a>
<a class="method" href="method.MediaItem.get_uri.html">get_uri</a>
<a class="method current" href="method.MediaItem.set_suburi.html">set_suburi</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.MediaItem.html">MediaItem</a><span class="sep"></span>set_suburi</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.h#L46">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="kt">void</span>
<span class="n">clapper_media_item_set_suburi</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperMediaItem</span><span class="o">*</span><span class="w"> </span><span class="n">item</span><span class="p">,</span>
<span class="w"> </span><span class="k">const</span><span class="w"> </span><span class="n">gchar</span><span class="o">*</span><span class="w"> </span><span class="n">suburi</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-media-item.c#L169">[src]</a>
</h4>
<div class="docblock">
<p>Set the additional <span class="caps">URI</span> of <code>ClapperMediaItem</code>.</p>
<p>This is typically used to add an external subtitles <span class="caps">URI</span>
to the <code>item</code>.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Sets property</td><td><a href="property.MediaItem.suburi.html"><code>Clapper.MediaItem:suburi</code></a></td></tr>
</table>
</div>
</div>
<div class="parameters toggle-wrapper">
<h4 id="parameters">
Parameters
<a href="#parameters" class="anchor"></a>
</h4>
<div class="docblock">
<dl class="arguments">
<dt class="arg-name"><code>suburi</code></dt>
<dd class="arg-description">
<p><em>Type:</em>&nbsp;<code>const gchar*</code></p>
<p>No description available.</p>
<table>
<tr><td title="transfer: none">The data is owned by the caller of the method.</td></tr>
<tr><td>The value is a NUL terminated UTF-8 string.</td></tr>
</table>
</dd>
</dl>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -89,10 +89,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method current" href="method.Player.add_feature.html">add_feature</a>
<a class="method" href="method.Player.get_audio_enabled.html">get_audio_enabled</a>
<a class="method" href="method.Player.get_audio_filter.html">get_audio_filter</a>
<a class="method" href="method.Player.get_audio_sink.html">get_audio_sink</a>
<a class="method" href="method.Player.get_audio_streams.html">get_audio_streams</a>
<a class="method" href="method.Player.get_autoplay.html">get_autoplay</a>
<a class="method" href="method.Player.get_current_audio_decoder.html">get_current_audio_decoder</a>
<a class="method" href="method.Player.get_current_video_decoder.html">get_current_video_decoder</a>
@@ -107,10 +113,18 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_state.html">get_state</a>
<a class="method" href="method.Player.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.Player.get_subtitles_enabled.html">get_subtitles_enabled</a>
<a class="method" href="method.Player.get_video_enabled.html">get_video_enabled</a>
<a class="method" href="method.Player.get_video_filter.html">get_video_filter</a>
<a class="method" href="method.Player.get_video_sink.html">get_video_sink</a>
<a class="method" href="method.Player.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.Player.get_volume.html">get_volume</a>
<a class="method" href="method.Player.pause.html">pause</a>
@@ -121,14 +135,22 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.seek_custom.html">seek_custom</a>
<a class="method" href="method.Player.set_audio_enabled.html">set_audio_enabled</a>
<a class="method" href="method.Player.set_audio_filter.html">set_audio_filter</a>
<a class="method" href="method.Player.set_audio_sink.html">set_audio_sink</a>
<a class="method" href="method.Player.set_autoplay.html">set_autoplay</a>
<a class="method" href="method.Player.set_mute.html">set_mute</a>
<a class="method" href="method.Player.set_speed.html">set_speed</a>
<a class="method" href="method.Player.set_subtitles_enabled.html">set_subtitles_enabled</a>
<a class="method" href="method.Player.set_video_enabled.html">set_video_enabled</a>
<a class="method" href="method.Player.set_video_filter.html">set_video_filter</a>
<a class="method" href="method.Player.set_video_sink.html">set_video_sink</a>
@@ -164,7 +186,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L89">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L112">[src]</a>
</h4>
@@ -184,7 +206,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L908">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L1553">[src]</a>
</h4>

View File

@@ -0,0 +1,279 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.Player.get_audio_enabled</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta priority="og:title" content="Clapper.Player.get_audio_enabled"/>
<meta priority="og:description" content="Reference for Clapper.Player.get_audio_enabled"/>
<meta name="twitter:title" content="Clapper.Player.get_audio_enabled"/>
<meta name="twitter:description" content="Reference for Clapper.Player.get_audio_enabled"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.Player.html">Player</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.Player.add_feature.html">add_feature</a>
<a class="method current" href="method.Player.get_audio_enabled.html">get_audio_enabled</a>
<a class="method" href="method.Player.get_audio_filter.html">get_audio_filter</a>
<a class="method" href="method.Player.get_audio_sink.html">get_audio_sink</a>
<a class="method" href="method.Player.get_audio_streams.html">get_audio_streams</a>
<a class="method" href="method.Player.get_autoplay.html">get_autoplay</a>
<a class="method" href="method.Player.get_current_audio_decoder.html">get_current_audio_decoder</a>
<a class="method" href="method.Player.get_current_video_decoder.html">get_current_video_decoder</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
<a class="method" href="method.Player.get_queue.html">get_queue</a>
<a class="method" href="method.Player.get_speed.html">get_speed</a>
<a class="method" href="method.Player.get_state.html">get_state</a>
<a class="method" href="method.Player.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.Player.get_subtitles_enabled.html">get_subtitles_enabled</a>
<a class="method" href="method.Player.get_video_enabled.html">get_video_enabled</a>
<a class="method" href="method.Player.get_video_filter.html">get_video_filter</a>
<a class="method" href="method.Player.get_video_sink.html">get_video_sink</a>
<a class="method" href="method.Player.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.Player.get_volume.html">get_volume</a>
<a class="method" href="method.Player.pause.html">pause</a>
<a class="method" href="method.Player.play.html">play</a>
<a class="method" href="method.Player.seek.html">seek</a>
<a class="method" href="method.Player.seek_custom.html">seek_custom</a>
<a class="method" href="method.Player.set_audio_enabled.html">set_audio_enabled</a>
<a class="method" href="method.Player.set_audio_filter.html">set_audio_filter</a>
<a class="method" href="method.Player.set_audio_sink.html">set_audio_sink</a>
<a class="method" href="method.Player.set_autoplay.html">set_autoplay</a>
<a class="method" href="method.Player.set_mute.html">set_mute</a>
<a class="method" href="method.Player.set_speed.html">set_speed</a>
<a class="method" href="method.Player.set_subtitles_enabled.html">set_subtitles_enabled</a>
<a class="method" href="method.Player.set_video_enabled.html">set_video_enabled</a>
<a class="method" href="method.Player.set_video_filter.html">set_video_filter</a>
<a class="method" href="method.Player.set_video_sink.html">set_video_sink</a>
<a class="method" href="method.Player.set_volume.html">set_volume</a>
<a class="method" href="method.Player.stop.html">stop</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.Player.html">Player</a><span class="sep"></span>get_audio_enabled</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L76">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">gboolean</span>
<span class="n">clapper_player_get_audio_enabled</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperPlayer</span><span class="o">*</span><span class="w"> </span><span class="n">player</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L1400">[src]</a>
</h4>
<div class="docblock">
<p>Get whether audio stream is&nbsp;enabled.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.Player.audio-enabled.html"><code>Clapper.Player:audio-enabled</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>gboolean</code></p>
<p><p><code>TRUE</code> if enabled, <code>FALSE</code> otherwise.</p></p>
</div>
<div>
<table>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -89,10 +89,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.add_feature.html">add_feature</a>
<a class="method" href="method.Player.get_audio_enabled.html">get_audio_enabled</a>
<a class="method current" href="method.Player.get_audio_filter.html">get_audio_filter</a>
<a class="method" href="method.Player.get_audio_sink.html">get_audio_sink</a>
<a class="method" href="method.Player.get_audio_streams.html">get_audio_streams</a>
<a class="method" href="method.Player.get_autoplay.html">get_autoplay</a>
<a class="method" href="method.Player.get_current_audio_decoder.html">get_current_audio_decoder</a>
<a class="method" href="method.Player.get_current_video_decoder.html">get_current_video_decoder</a>
@@ -107,10 +113,18 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_state.html">get_state</a>
<a class="method" href="method.Player.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.Player.get_subtitles_enabled.html">get_subtitles_enabled</a>
<a class="method" href="method.Player.get_video_enabled.html">get_video_enabled</a>
<a class="method" href="method.Player.get_video_filter.html">get_video_filter</a>
<a class="method" href="method.Player.get_video_sink.html">get_video_sink</a>
<a class="method" href="method.Player.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.Player.get_volume.html">get_volume</a>
<a class="method" href="method.Player.pause.html">pause</a>
@@ -121,14 +135,22 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.seek_custom.html">seek_custom</a>
<a class="method" href="method.Player.set_audio_enabled.html">set_audio_enabled</a>
<a class="method" href="method.Player.set_audio_filter.html">set_audio_filter</a>
<a class="method" href="method.Player.set_audio_sink.html">set_audio_sink</a>
<a class="method" href="method.Player.set_autoplay.html">set_autoplay</a>
<a class="method" href="method.Player.set_mute.html">set_mute</a>
<a class="method" href="method.Player.set_speed.html">set_speed</a>
<a class="method" href="method.Player.set_subtitles_enabled.html">set_subtitles_enabled</a>
<a class="method" href="method.Player.set_video_enabled.html">set_video_enabled</a>
<a class="method" href="method.Player.set_video_filter.html">set_video_filter</a>
<a class="method" href="method.Player.set_video_sink.html">set_video_sink</a>
@@ -164,7 +186,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L73">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L96">[src]</a>
</h4>
@@ -183,7 +205,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L756">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L1290">[src]</a>
</h4>

View File

@@ -89,10 +89,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.add_feature.html">add_feature</a>
<a class="method" href="method.Player.get_audio_enabled.html">get_audio_enabled</a>
<a class="method" href="method.Player.get_audio_filter.html">get_audio_filter</a>
<a class="method current" href="method.Player.get_audio_sink.html">get_audio_sink</a>
<a class="method" href="method.Player.get_audio_streams.html">get_audio_streams</a>
<a class="method" href="method.Player.get_autoplay.html">get_autoplay</a>
<a class="method" href="method.Player.get_current_audio_decoder.html">get_current_audio_decoder</a>
<a class="method" href="method.Player.get_current_video_decoder.html">get_current_video_decoder</a>
@@ -107,10 +113,18 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_state.html">get_state</a>
<a class="method" href="method.Player.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.Player.get_subtitles_enabled.html">get_subtitles_enabled</a>
<a class="method" href="method.Player.get_video_enabled.html">get_video_enabled</a>
<a class="method" href="method.Player.get_video_filter.html">get_video_filter</a>
<a class="method" href="method.Player.get_video_sink.html">get_video_sink</a>
<a class="method" href="method.Player.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.Player.get_volume.html">get_volume</a>
<a class="method" href="method.Player.pause.html">pause</a>
@@ -121,14 +135,22 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.seek_custom.html">seek_custom</a>
<a class="method" href="method.Player.set_audio_enabled.html">set_audio_enabled</a>
<a class="method" href="method.Player.set_audio_filter.html">set_audio_filter</a>
<a class="method" href="method.Player.set_audio_sink.html">set_audio_sink</a>
<a class="method" href="method.Player.set_autoplay.html">set_autoplay</a>
<a class="method" href="method.Player.set_mute.html">set_mute</a>
<a class="method" href="method.Player.set_speed.html">set_speed</a>
<a class="method" href="method.Player.set_subtitles_enabled.html">set_subtitles_enabled</a>
<a class="method" href="method.Player.set_video_enabled.html">set_video_enabled</a>
<a class="method" href="method.Player.set_video_filter.html">set_video_filter</a>
<a class="method" href="method.Player.set_video_sink.html">set_video_sink</a>
@@ -164,7 +186,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L65">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L88">[src]</a>
</h4>
@@ -183,7 +205,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L702">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L1236">[src]</a>
</h4>

View File

@@ -0,0 +1,279 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.Player.get_audio_streams</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta priority="og:title" content="Clapper.Player.get_audio_streams"/>
<meta priority="og:description" content="Reference for Clapper.Player.get_audio_streams"/>
<meta name="twitter:title" content="Clapper.Player.get_audio_streams"/>
<meta name="twitter:description" content="Reference for Clapper.Player.get_audio_streams"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.Player.html">Player</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.Player.add_feature.html">add_feature</a>
<a class="method" href="method.Player.get_audio_enabled.html">get_audio_enabled</a>
<a class="method" href="method.Player.get_audio_filter.html">get_audio_filter</a>
<a class="method" href="method.Player.get_audio_sink.html">get_audio_sink</a>
<a class="method current" href="method.Player.get_audio_streams.html">get_audio_streams</a>
<a class="method" href="method.Player.get_autoplay.html">get_autoplay</a>
<a class="method" href="method.Player.get_current_audio_decoder.html">get_current_audio_decoder</a>
<a class="method" href="method.Player.get_current_video_decoder.html">get_current_video_decoder</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
<a class="method" href="method.Player.get_queue.html">get_queue</a>
<a class="method" href="method.Player.get_speed.html">get_speed</a>
<a class="method" href="method.Player.get_state.html">get_state</a>
<a class="method" href="method.Player.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.Player.get_subtitles_enabled.html">get_subtitles_enabled</a>
<a class="method" href="method.Player.get_video_enabled.html">get_video_enabled</a>
<a class="method" href="method.Player.get_video_filter.html">get_video_filter</a>
<a class="method" href="method.Player.get_video_sink.html">get_video_sink</a>
<a class="method" href="method.Player.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.Player.get_volume.html">get_volume</a>
<a class="method" href="method.Player.pause.html">pause</a>
<a class="method" href="method.Player.play.html">play</a>
<a class="method" href="method.Player.seek.html">seek</a>
<a class="method" href="method.Player.seek_custom.html">seek_custom</a>
<a class="method" href="method.Player.set_audio_enabled.html">set_audio_enabled</a>
<a class="method" href="method.Player.set_audio_filter.html">set_audio_filter</a>
<a class="method" href="method.Player.set_audio_sink.html">set_audio_sink</a>
<a class="method" href="method.Player.set_autoplay.html">set_autoplay</a>
<a class="method" href="method.Player.set_mute.html">set_mute</a>
<a class="method" href="method.Player.set_speed.html">set_speed</a>
<a class="method" href="method.Player.set_subtitles_enabled.html">set_subtitles_enabled</a>
<a class="method" href="method.Player.set_video_enabled.html">set_video_enabled</a>
<a class="method" href="method.Player.set_video_filter.html">set_video_filter</a>
<a class="method" href="method.Player.set_video_sink.html">set_video_sink</a>
<a class="method" href="method.Player.set_volume.html">set_volume</a>
<a class="method" href="method.Player.stop.html">stop</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.Player.html">Player</a><span class="sep"></span>get_audio_streams</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L46">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">ClapperStreamList</span><span class="o">*</span>
<span class="n">clapper_player_get_audio_streams</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperPlayer</span><span class="o">*</span><span class="w"> </span><span class="n">player</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L921">[src]</a>
</h4>
<div class="docblock">
<p>Get a list of audio streams within media&nbsp;item.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.Player.audio-streams.html"><code>Clapper.Player:audio-streams</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<a href="class.StreamList.html"><code>ClapperStreamList</code></a></p>
<p><p>A <code>ClapperStreamList</code> of audio <code>ClapperStream</code>.</p></p>
</div>
<div>
<table>
<tr><td title="transfer: none">The data is owned by the instance.</td></tr>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -0,0 +1,279 @@
<!--
SPDX-FileCopyrightText: Rafał Dzięgiel
SPDX-License-Identifier: LGPL-2.1-or-later
-->
<!DOCTYPE html>
<html lang="en">
<head>
<title>Clapper.Player.get_autoplay</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8" />
<meta property="og:type" content="website"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta property="og:image:secure_url" content="clapper-logo.svg"/>
<meta property="og:image:alt" content="Clapper-0.0"/>
<meta priority="og:title" content="Clapper.Player.get_autoplay"/>
<meta priority="og:description" content="Reference for Clapper.Player.get_autoplay"/>
<meta name="twitter:title" content="Clapper.Player.get_autoplay"/>
<meta name="twitter:description" content="Reference for Clapper.Player.get_autoplay"/>
<meta name="twitter:card" content="summary"/>
<link rel="search" type="application/opensearchdescription+xml" title="Clapper" href="opensearch.xml">
<link rel="stylesheet" href="style.css" type="text/css" />
<script src="urlmap.js"></script>
<script src="fzy.js"></script>
<script src="search.js"></script>
<script src="main.js"></script>
</head>
<body>
<div id="body-wrapper" tabindex="-1">
<nav class="sidebar devhelp-hidden">
<div class="section">
<img src="clapper-logo.svg" class="logo"/>
</div>
<div class="search section">
<form id="search-form" autocomplete="off">
<input id="search-input" type="text" name="do-not-autocomplete" placeholder="Click, or press 's' to search" autocomplete="off"/>
</form>
</div>
<div class="section namespace">
<h3><a href="index.html">Clapper</a></h3>
<p>API Version: 0.0</p>
<p>Library Version: 0.5.2</p>
</div>
<div class="section">
<h5>Type</h5>
<div class="links">
<a href="class.Player.html">Player</a>
</div>
</div>
<div class="section">
<h5>Methods</h5>
<div class="links">
<a class="method" href="method.Player.add_feature.html">add_feature</a>
<a class="method" href="method.Player.get_audio_enabled.html">get_audio_enabled</a>
<a class="method" href="method.Player.get_audio_filter.html">get_audio_filter</a>
<a class="method" href="method.Player.get_audio_sink.html">get_audio_sink</a>
<a class="method" href="method.Player.get_audio_streams.html">get_audio_streams</a>
<a class="method current" href="method.Player.get_autoplay.html">get_autoplay</a>
<a class="method" href="method.Player.get_current_audio_decoder.html">get_current_audio_decoder</a>
<a class="method" href="method.Player.get_current_video_decoder.html">get_current_video_decoder</a>
<a class="method" href="method.Player.get_mute.html">get_mute</a>
<a class="method" href="method.Player.get_position.html">get_position</a>
<a class="method" href="method.Player.get_queue.html">get_queue</a>
<a class="method" href="method.Player.get_speed.html">get_speed</a>
<a class="method" href="method.Player.get_state.html">get_state</a>
<a class="method" href="method.Player.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.Player.get_subtitles_enabled.html">get_subtitles_enabled</a>
<a class="method" href="method.Player.get_video_enabled.html">get_video_enabled</a>
<a class="method" href="method.Player.get_video_filter.html">get_video_filter</a>
<a class="method" href="method.Player.get_video_sink.html">get_video_sink</a>
<a class="method" href="method.Player.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.Player.get_volume.html">get_volume</a>
<a class="method" href="method.Player.pause.html">pause</a>
<a class="method" href="method.Player.play.html">play</a>
<a class="method" href="method.Player.seek.html">seek</a>
<a class="method" href="method.Player.seek_custom.html">seek_custom</a>
<a class="method" href="method.Player.set_audio_enabled.html">set_audio_enabled</a>
<a class="method" href="method.Player.set_audio_filter.html">set_audio_filter</a>
<a class="method" href="method.Player.set_audio_sink.html">set_audio_sink</a>
<a class="method" href="method.Player.set_autoplay.html">set_autoplay</a>
<a class="method" href="method.Player.set_mute.html">set_mute</a>
<a class="method" href="method.Player.set_speed.html">set_speed</a>
<a class="method" href="method.Player.set_subtitles_enabled.html">set_subtitles_enabled</a>
<a class="method" href="method.Player.set_video_enabled.html">set_video_enabled</a>
<a class="method" href="method.Player.set_video_filter.html">set_video_filter</a>
<a class="method" href="method.Player.set_video_sink.html">set_video_sink</a>
<a class="method" href="method.Player.set_volume.html">set_volume</a>
<a class="method" href="method.Player.stop.html">stop</a>
</div>
</div>
<div class="section generator">
<p>Generated by <a href="https://gitlab.gnome.org/GNOME/gi-docgen">gi-docgen</a> 2023.3</p>
</div>
</nav>
<button id="btn-to-top" class="hidden"><span class="up-arrow"></span></button>
<section id="main" class="content">
<header>
<h3>Method</h3>
<h1><a href="index.html">Clapper</a><span class="sep"></span><a href="class.Player.html">Player</a><span class="sep"></span>get_autoplay</h1>
</header>
<section>
<div class="docblock">
<p></p>
</div>
<div class="declaration toggle-wrapper">
<h4 style="display:flex;" id="declaration">
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L52">[src]</a>
</h4>
<div class="docblock c-decl">
<pre><code><div class="highlight"><pre><span></span><span class="n">gboolean</span>
<span class="n">clapper_player_get_autoplay</span><span class="w"> </span><span class="p">(</span>
<span class="w"> </span><span class="n">ClapperPlayer</span><span class="o">*</span><span class="w"> </span><span class="n">player</span>
<span class="p">)</span>
</pre></div>
</code></pre>
</div>
</div>
<div class="description toggle-wrapper">
<h4 style="display:flex;" id="description">
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L982">[src]</a>
</h4>
<div class="docblock">
<p>Get the autoplay&nbsp;value.</p>
</div>
<div class="docblock">
</div>
<div class="docblock">
<table>
<tr><td>Gets property</td><td><a href="property.Player.autoplay.html"><code>Clapper.Player:autoplay</code></a></td></tr>
</table>
</div>
</div>
<div class="return-value toggle-wrapper">
<h4 id="return-value">
Return value
<a href="#return-value" class="anchor"></a>
</h4>
<div class="docblock">
<div class="returns">
<div class="arg-description">
<p><em>Type:</em>&nbsp;<code>gboolean</code></p>
<p><p><code>TRUE</code> if autoplay is enabled, <code>FALSE</code> otherwise.</p></p>
</div>
<div>
<table>
</table>
</div>
</div>
</div>
</div>
</section>
</section>
<section id="search" class="content hidden"></section>
<footer>
</footer>
</div>
</body>
</html>

View File

@@ -89,10 +89,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.add_feature.html">add_feature</a>
<a class="method" href="method.Player.get_audio_enabled.html">get_audio_enabled</a>
<a class="method" href="method.Player.get_audio_filter.html">get_audio_filter</a>
<a class="method" href="method.Player.get_audio_sink.html">get_audio_sink</a>
<a class="method" href="method.Player.get_audio_streams.html">get_audio_streams</a>
<a class="method" href="method.Player.get_autoplay.html">get_autoplay</a>
<a class="method current" href="method.Player.get_current_audio_decoder.html">get_current_audio_decoder</a>
<a class="method" href="method.Player.get_current_video_decoder.html">get_current_video_decoder</a>
@@ -107,10 +113,18 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_state.html">get_state</a>
<a class="method" href="method.Player.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.Player.get_subtitles_enabled.html">get_subtitles_enabled</a>
<a class="method" href="method.Player.get_video_enabled.html">get_video_enabled</a>
<a class="method" href="method.Player.get_video_filter.html">get_video_filter</a>
<a class="method" href="method.Player.get_video_sink.html">get_video_sink</a>
<a class="method" href="method.Player.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.Player.get_volume.html">get_volume</a>
<a class="method" href="method.Player.pause.html">pause</a>
@@ -121,14 +135,22 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.seek_custom.html">seek_custom</a>
<a class="method" href="method.Player.set_audio_enabled.html">set_audio_enabled</a>
<a class="method" href="method.Player.set_audio_filter.html">set_audio_filter</a>
<a class="method" href="method.Player.set_audio_sink.html">set_audio_sink</a>
<a class="method" href="method.Player.set_autoplay.html">set_autoplay</a>
<a class="method" href="method.Player.set_mute.html">set_mute</a>
<a class="method" href="method.Player.set_speed.html">set_speed</a>
<a class="method" href="method.Player.set_subtitles_enabled.html">set_subtitles_enabled</a>
<a class="method" href="method.Player.set_video_enabled.html">set_video_enabled</a>
<a class="method" href="method.Player.set_video_filter.html">set_video_filter</a>
<a class="method" href="method.Player.set_video_sink.html">set_video_sink</a>
@@ -164,7 +186,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L77">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L100">[src]</a>
</h4>
@@ -183,7 +205,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L792">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L1326">[src]</a>
</h4>

View File

@@ -89,10 +89,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.add_feature.html">add_feature</a>
<a class="method" href="method.Player.get_audio_enabled.html">get_audio_enabled</a>
<a class="method" href="method.Player.get_audio_filter.html">get_audio_filter</a>
<a class="method" href="method.Player.get_audio_sink.html">get_audio_sink</a>
<a class="method" href="method.Player.get_audio_streams.html">get_audio_streams</a>
<a class="method" href="method.Player.get_autoplay.html">get_autoplay</a>
<a class="method" href="method.Player.get_current_audio_decoder.html">get_current_audio_decoder</a>
<a class="method current" href="method.Player.get_current_video_decoder.html">get_current_video_decoder</a>
@@ -107,10 +113,18 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_state.html">get_state</a>
<a class="method" href="method.Player.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.Player.get_subtitles_enabled.html">get_subtitles_enabled</a>
<a class="method" href="method.Player.get_video_enabled.html">get_video_enabled</a>
<a class="method" href="method.Player.get_video_filter.html">get_video_filter</a>
<a class="method" href="method.Player.get_video_sink.html">get_video_sink</a>
<a class="method" href="method.Player.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.Player.get_volume.html">get_volume</a>
<a class="method" href="method.Player.pause.html">pause</a>
@@ -121,14 +135,22 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.seek_custom.html">seek_custom</a>
<a class="method" href="method.Player.set_audio_enabled.html">set_audio_enabled</a>
<a class="method" href="method.Player.set_audio_filter.html">set_audio_filter</a>
<a class="method" href="method.Player.set_audio_sink.html">set_audio_sink</a>
<a class="method" href="method.Player.set_autoplay.html">set_autoplay</a>
<a class="method" href="method.Player.set_mute.html">set_mute</a>
<a class="method" href="method.Player.set_speed.html">set_speed</a>
<a class="method" href="method.Player.set_subtitles_enabled.html">set_subtitles_enabled</a>
<a class="method" href="method.Player.set_video_enabled.html">set_video_enabled</a>
<a class="method" href="method.Player.set_video_filter.html">set_video_filter</a>
<a class="method" href="method.Player.set_video_sink.html">set_video_sink</a>
@@ -164,7 +186,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L75">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L98">[src]</a>
</h4>
@@ -183,7 +205,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L770">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L1304">[src]</a>
</h4>

View File

@@ -89,10 +89,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.add_feature.html">add_feature</a>
<a class="method" href="method.Player.get_audio_enabled.html">get_audio_enabled</a>
<a class="method" href="method.Player.get_audio_filter.html">get_audio_filter</a>
<a class="method" href="method.Player.get_audio_sink.html">get_audio_sink</a>
<a class="method" href="method.Player.get_audio_streams.html">get_audio_streams</a>
<a class="method" href="method.Player.get_autoplay.html">get_autoplay</a>
<a class="method" href="method.Player.get_current_audio_decoder.html">get_current_audio_decoder</a>
<a class="method" href="method.Player.get_current_video_decoder.html">get_current_video_decoder</a>
@@ -107,10 +113,18 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_state.html">get_state</a>
<a class="method" href="method.Player.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.Player.get_subtitles_enabled.html">get_subtitles_enabled</a>
<a class="method" href="method.Player.get_video_enabled.html">get_video_enabled</a>
<a class="method" href="method.Player.get_video_filter.html">get_video_filter</a>
<a class="method" href="method.Player.get_video_sink.html">get_video_sink</a>
<a class="method" href="method.Player.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.Player.get_volume.html">get_volume</a>
<a class="method" href="method.Player.pause.html">pause</a>
@@ -121,14 +135,22 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.seek_custom.html">seek_custom</a>
<a class="method" href="method.Player.set_audio_enabled.html">set_audio_enabled</a>
<a class="method" href="method.Player.set_audio_filter.html">set_audio_filter</a>
<a class="method" href="method.Player.set_audio_sink.html">set_audio_sink</a>
<a class="method" href="method.Player.set_autoplay.html">set_autoplay</a>
<a class="method" href="method.Player.set_mute.html">set_mute</a>
<a class="method" href="method.Player.set_speed.html">set_speed</a>
<a class="method" href="method.Player.set_subtitles_enabled.html">set_subtitles_enabled</a>
<a class="method" href="method.Player.set_video_enabled.html">set_video_enabled</a>
<a class="method" href="method.Player.set_video_filter.html">set_video_filter</a>
<a class="method" href="method.Player.set_video_sink.html">set_video_sink</a>
@@ -164,7 +186,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L49">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L60">[src]</a>
</h4>
@@ -183,7 +205,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L536">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L1070">[src]</a>
</h4>

View File

@@ -89,10 +89,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.add_feature.html">add_feature</a>
<a class="method" href="method.Player.get_audio_enabled.html">get_audio_enabled</a>
<a class="method" href="method.Player.get_audio_filter.html">get_audio_filter</a>
<a class="method" href="method.Player.get_audio_sink.html">get_audio_sink</a>
<a class="method" href="method.Player.get_audio_streams.html">get_audio_streams</a>
<a class="method" href="method.Player.get_autoplay.html">get_autoplay</a>
<a class="method" href="method.Player.get_current_audio_decoder.html">get_current_audio_decoder</a>
<a class="method" href="method.Player.get_current_video_decoder.html">get_current_video_decoder</a>
@@ -107,10 +113,18 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_state.html">get_state</a>
<a class="method" href="method.Player.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.Player.get_subtitles_enabled.html">get_subtitles_enabled</a>
<a class="method" href="method.Player.get_video_enabled.html">get_video_enabled</a>
<a class="method" href="method.Player.get_video_filter.html">get_video_filter</a>
<a class="method" href="method.Player.get_video_sink.html">get_video_sink</a>
<a class="method" href="method.Player.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.Player.get_volume.html">get_volume</a>
<a class="method" href="method.Player.pause.html">pause</a>
@@ -121,14 +135,22 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.seek_custom.html">seek_custom</a>
<a class="method" href="method.Player.set_audio_enabled.html">set_audio_enabled</a>
<a class="method" href="method.Player.set_audio_filter.html">set_audio_filter</a>
<a class="method" href="method.Player.set_audio_sink.html">set_audio_sink</a>
<a class="method" href="method.Player.set_autoplay.html">set_autoplay</a>
<a class="method" href="method.Player.set_mute.html">set_mute</a>
<a class="method" href="method.Player.set_speed.html">set_speed</a>
<a class="method" href="method.Player.set_subtitles_enabled.html">set_subtitles_enabled</a>
<a class="method" href="method.Player.set_video_enabled.html">set_video_enabled</a>
<a class="method" href="method.Player.set_video_filter.html">set_video_filter</a>
<a class="method" href="method.Player.set_video_sink.html">set_video_sink</a>
@@ -164,7 +186,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L43">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L54">[src]</a>
</h4>
@@ -183,7 +205,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L470">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L1004">[src]</a>
</h4>

View File

@@ -89,10 +89,16 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.add_feature.html">add_feature</a>
<a class="method" href="method.Player.get_audio_enabled.html">get_audio_enabled</a>
<a class="method" href="method.Player.get_audio_filter.html">get_audio_filter</a>
<a class="method" href="method.Player.get_audio_sink.html">get_audio_sink</a>
<a class="method" href="method.Player.get_audio_streams.html">get_audio_streams</a>
<a class="method" href="method.Player.get_autoplay.html">get_autoplay</a>
<a class="method" href="method.Player.get_current_audio_decoder.html">get_current_audio_decoder</a>
<a class="method" href="method.Player.get_current_video_decoder.html">get_current_video_decoder</a>
@@ -107,10 +113,18 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.get_state.html">get_state</a>
<a class="method" href="method.Player.get_subtitle_streams.html">get_subtitle_streams</a>
<a class="method" href="method.Player.get_subtitles_enabled.html">get_subtitles_enabled</a>
<a class="method" href="method.Player.get_video_enabled.html">get_video_enabled</a>
<a class="method" href="method.Player.get_video_filter.html">get_video_filter</a>
<a class="method" href="method.Player.get_video_sink.html">get_video_sink</a>
<a class="method" href="method.Player.get_video_streams.html">get_video_streams</a>
<a class="method" href="method.Player.get_volume.html">get_volume</a>
<a class="method" href="method.Player.pause.html">pause</a>
@@ -121,14 +135,22 @@ SPDX-License-Identifier: LGPL-2.1-or-later
<a class="method" href="method.Player.seek_custom.html">seek_custom</a>
<a class="method" href="method.Player.set_audio_enabled.html">set_audio_enabled</a>
<a class="method" href="method.Player.set_audio_filter.html">set_audio_filter</a>
<a class="method" href="method.Player.set_audio_sink.html">set_audio_sink</a>
<a class="method" href="method.Player.set_autoplay.html">set_autoplay</a>
<a class="method" href="method.Player.set_mute.html">set_mute</a>
<a class="method" href="method.Player.set_speed.html">set_speed</a>
<a class="method" href="method.Player.set_subtitles_enabled.html">set_subtitles_enabled</a>
<a class="method" href="method.Player.set_video_enabled.html">set_video_enabled</a>
<a class="method" href="method.Player.set_video_filter.html">set_video_filter</a>
<a class="method" href="method.Player.set_video_sink.html">set_video_sink</a>
@@ -164,7 +186,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Declaration
<a class="anchor" href="#declaration"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L41">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.h#L42">[src]</a>
</h4>
@@ -183,7 +205,7 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Description
<a class="anchor" href="#description"></a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L451">[src]</a>
<a class="srclink" title="go to source location" href="https://github.com/Rafostar/clapper/tree/master/lib/clapper/clapper-player.c#L886">[src]</a>
</h4>

Some files were not shown because too many files have changed in this diff Show More