mirror of
https://github.com/Rafostar/clapper.git
synced 2025-09-01 00:41:58 +02:00
702 lines
22 KiB
HTML
702 lines
22 KiB
HTML
<!--
|
|
SPDX-FileCopyrightText: Rafał Dzięgiel
|
|
|
|
SPDX-License-Identifier: LGPL-2.1-or-later
|
|
-->
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Clapper.StreamList</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.StreamList"/>
|
|
<meta property="og:description" content="Reference for Clapper.StreamList"/>
|
|
<meta name="twitter:title" content="Clapper.StreamList"/>
|
|
<meta name="twitter:description" content="Reference for Clapper.StreamList"/>
|
|
|
|
|
|
|
|
<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.StreamList.html#description">StreamList</a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="section">
|
|
<h5>Instance methods</h5>
|
|
<div class="links">
|
|
|
|
<a class="method" href="method.StreamList.get_current_index.html">get_current_index</a>
|
|
|
|
<a class="method" href="method.StreamList.get_current_stream.html">get_current_stream</a>
|
|
|
|
<a class="method" href="method.StreamList.get_n_streams.html">get_n_streams</a>
|
|
|
|
<a class="method" href="method.StreamList.get_stream.html">get_stream</a>
|
|
|
|
<a class="method" href="method.StreamList.select_index.html">select_index</a>
|
|
|
|
<a class="method" href="method.StreamList.select_stream.html">select_stream</a>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="section">
|
|
<h5>Properties</h5>
|
|
<div class="links">
|
|
|
|
<a class="property" href="property.StreamList.current-index.html">current-index</a>
|
|
|
|
<a class="property" href="property.StreamList.current-stream.html">current-stream</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>StreamList</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-stream-list.c#L20">[src]</a>
|
|
|
|
</h4>
|
|
|
|
<pre><code>class Clapper.StreamList : Gst.Object
|
|
implements Gio.ListModel {
|
|
/* No available fields */
|
|
}</pre></code>
|
|
|
|
<div class="docblock">
|
|
<p>A list of media streams.</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.StreamList">
|
|
<?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="130pt" height="332pt"
|
|
viewBox="0.00 0.00 130.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="ClapperStreamList">
|
|
<path fill="none" stroke="black" d="M108.5,-108C108.5,-108 13.5,-108 13.5,-108 7.5,-108 1.5,-102 1.5,-96 1.5,-96 1.5,-84 1.5,-84 1.5,-78 7.5,-72 13.5,-72 13.5,-72 108.5,-72 108.5,-72 114.5,-72 120.5,-78 120.5,-84 120.5,-84 120.5,-96 120.5,-96 120.5,-102 114.5,-108 108.5,-108"/>
|
|
<text text-anchor="middle" x="61" y="-86.3" font-family="Times,serif" font-size="14.00">ClapperStreamList</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- implements_0 -->
|
|
<g id="node5" class="node">
|
|
<title>implements_0</title>
|
|
<g id="a_node5"><a xlink:title="Gio.ListModel">
|
|
<polygon fill="none" stroke="black" points="107,-36 15,-36 15,0 107,0 107,-36"/>
|
|
<text text-anchor="middle" x="61" y="-14.3" font-family="sans-serif" font-size="14.00">GListModel</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- this--implements_0 -->
|
|
<g id="edge4" class="edge">
|
|
<title>this--implements_0</title>
|
|
<path fill="none" stroke="black" stroke-dasharray="1,5" d="M61,-71.7C61,-60.85 61,-46.92 61,-36.1"/>
|
|
</g>
|
|
<!-- ancestor_0 -->
|
|
<g id="node2" class="node">
|
|
<title>ancestor_0</title>
|
|
<g id="a_node2"><a xlink:title="Gst.Object">
|
|
<path fill="none" stroke="black" d="M84.5,-180C84.5,-180 37.5,-180 37.5,-180 31.5,-180 25.5,-174 25.5,-168 25.5,-168 25.5,-156 25.5,-156 25.5,-150 31.5,-144 37.5,-144 37.5,-144 84.5,-144 84.5,-144 90.5,-144 96.5,-150 96.5,-156 96.5,-156 96.5,-168 96.5,-168 96.5,-174 90.5,-180 84.5,-180"/>
|
|
<text text-anchor="middle" x="61" y="-158.3" font-family="Times,serif" font-size="14.00">GstObject</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- ancestor_0--this -->
|
|
<g id="edge3" class="edge">
|
|
<title>ancestor_0--this</title>
|
|
<path fill="none" stroke="black" d="M61,-143.7C61,-132.85 61,-118.92 61,-108.1"/>
|
|
</g>
|
|
<!-- ancestor_1 -->
|
|
<g id="node3" class="node">
|
|
<title>ancestor_1</title>
|
|
<g id="a_node3"><a xlink:title="GObject.InitiallyUnowned">
|
|
<path fill="none" stroke="black" d="M110,-252C110,-252 12,-252 12,-252 6,-252 0,-246 0,-240 0,-240 0,-228 0,-228 0,-222 6,-216 12,-216 12,-216 110,-216 110,-216 116,-216 122,-222 122,-228 122,-228 122,-240 122,-240 122,-246 116,-252 110,-252"/>
|
|
<text text-anchor="middle" x="61" y="-230.3" font-family="Times,serif" font-size="14.00">GInitiallyUnowned</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- ancestor_1--ancestor_0 -->
|
|
<g id="edge2" class="edge">
|
|
<title>ancestor_1--ancestor_0</title>
|
|
<path fill="none" stroke="black" d="M61,-215.7C61,-204.85 61,-190.92 61,-180.1"/>
|
|
</g>
|
|
<!-- ancestor_2 -->
|
|
<g id="node4" class="node">
|
|
<title>ancestor_2</title>
|
|
<g id="a_node4"><a xlink:title="GObject.Object">
|
|
<path fill="none" stroke="black" d="M80,-324C80,-324 42,-324 42,-324 36,-324 30,-318 30,-312 30,-312 30,-300 30,-300 30,-294 36,-288 42,-288 42,-288 80,-288 80,-288 86,-288 92,-294 92,-300 92,-300 92,-312 92,-312 92,-318 86,-324 80,-324"/>
|
|
<text text-anchor="middle" x="61" y="-302.3" font-family="Times,serif" font-size="14.00">GObject</text>
|
|
</a>
|
|
</g>
|
|
</g>
|
|
<!-- ancestor_2--ancestor_1 -->
|
|
<g id="edge1" class="edge">
|
|
<title>ancestor_2--ancestor_1</title>
|
|
<path fill="none" stroke="black" d="M61,-287.7C61,-276.85 61,-262.92 61,-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 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 implements">
|
|
<h4 id="implements">
|
|
Implements
|
|
<a href="#implements" class="anchor"></a>
|
|
</h4>
|
|
|
|
<div class="docblock">
|
|
<ul>
|
|
|
|
|
|
<li class="interface"><a class="external" href="javascript:void(0)" data-link="iface.ListModel.html" data-namespace="Gio">GListModel</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.StreamList.get_current_index.html">clapper_stream_list_get_current_index</a></h6>
|
|
<div class="docblock">
|
|
<p>Get index of the currently selected <code>ClapperStream</code>.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="">
|
|
<h6><a href="method.StreamList.get_current_stream.html">clapper_stream_list_get_current_stream</a></h6>
|
|
<div class="docblock">
|
|
<p>Get the currently selected <code>ClapperStream</code>.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="">
|
|
<h6><a href="method.StreamList.get_n_streams.html">clapper_stream_list_get_n_streams</a></h6>
|
|
<div class="docblock">
|
|
<p>Get the number of streams in <code>ClapperStreamList</code>.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="">
|
|
<h6><a href="method.StreamList.get_stream.html">clapper_stream_list_get_stream</a></h6>
|
|
<div class="docblock">
|
|
<p>Get the <code>ClapperStream</code> at index.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="">
|
|
<h6><a href="method.StreamList.select_index.html">clapper_stream_list_select_index</a></h6>
|
|
<div class="docblock">
|
|
<p>Selects <code>ClapperStream</code> at <code>index</code> from <code>list</code> as current one.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="">
|
|
<h6><a href="method.StreamList.select_stream.html">clapper_stream_list_select_stream</a></h6>
|
|
<div class="docblock">
|
|
<p>Selects <code>ClapperStream</code> from <code>list</code> to be activated.</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 <a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="Gst">GstObject</a> 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 <a class="external" href="javascript:void(0)" data-link="class.Object.html#methods" data-namespace="GObject">GObject</a> 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="iface.ListModel.html" data-namespace="Gio">GListModel</a> (5)</h5>
|
|
<div class="docblock">
|
|
<h6><a class="external" href="javascript:void(0)" data-namespace="Gio" data-link="method.ListModel.get_item.html">g_list_model_get_item</a></h6>
|
|
<div class="docblock">
|
|
<p>Get the item at <code>position</code>.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span> <span class="emblem available">since: 2.44</span></p>
|
|
</div>
|
|
<h6><a class="external" href="javascript:void(0)" data-namespace="Gio" data-link="method.ListModel.get_item_type.html">g_list_model_get_item_type</a></h6>
|
|
<div class="docblock">
|
|
<p>Gets the type of the items in <code>list</code>.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span> <span class="emblem available">since: 2.44</span></p>
|
|
</div>
|
|
<h6><a class="external" href="javascript:void(0)" data-namespace="Gio" data-link="method.ListModel.get_n_items.html">g_list_model_get_n_items</a></h6>
|
|
<div class="docblock">
|
|
<p>Gets the number of items in <code>list</code>.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span> <span class="emblem available">since: 2.44</span></p>
|
|
</div>
|
|
<h6><a class="external" href="javascript:void(0)" data-namespace="Gio" data-link="method.ListModel.get_object.html">g_list_model_get_object</a></h6>
|
|
<div class="docblock">
|
|
<p>Get the item at <code>position</code>.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span> <span class="emblem available">since: 2.44</span></p>
|
|
</div>
|
|
<h6><a class="external" href="javascript:void(0)" data-namespace="Gio" data-link="method.ListModel.items_changed.html">g_list_model_items_changed</a></h6>
|
|
<div class="docblock">
|
|
<p>Emits the <code>GListModel::items-changed</code> signal on <code>list</code>.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p><span class="emblem available-next" title="This method will be available in the next stable release">unstable</span> <span class="emblem available">since: 2.44</span></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.StreamList.current-index.html">Clapper.StreamList:current-index</a></h6>
|
|
<div class="docblock">
|
|
<p>Index of currently selected stream.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p></p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="">
|
|
<h6><a href="property.StreamList.current-stream.html">Clapper.StreamList:current-stream</a></h6>
|
|
<div class="docblock">
|
|
<p>Currently selected 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 ‘parent’
|
|
property, we don’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 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 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 al.</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="iface.ListModel.html" data-namespace="Gio">GListModel</a> (1)</h5>
|
|
<div class="docblock">
|
|
<h6><a class="external" href="javascript:void(0)" data-namespace="Gio" data-link="signal.ListModel.items-changed.html">GListModel::items-changed</a></h6>
|
|
<div class="docblock">
|
|
<p>This signal is emitted whenever items were added to or removed
|
|
from <code>list</code>. At <code>position</code>, <code>removed</code> items were removed and <code>added</code>
|
|
items were added in their place.</p>
|
|
</div>
|
|
<div class="docblock">
|
|
<p><span class="emblem available-next" title="This signal will be available in the next stable release">unstable</span> <span class="emblem available">since: 2.44</span></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 ClapperStreamListClass {
|
|
GstObjectClass 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: GstObjectClass</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="#implements"><span class="link-text">Implements</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> |