~ubuntu-branches/ubuntu/raring/rygel/raring

« back to all changes in this revision

Viewing changes to doc/reference/librygel-renderer/gtkdoc/html/RygelPlaybinPlugin.html

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2012-09-26 22:34:15 UTC
  • mfrom: (1.3.2)
  • mto: (14.1.10 sid)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20120926223415-mem27auv86jjrj9k
Imported Upstream version 0.16.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>RygelPlaybinPlugin</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
7
<link rel="home" href="index.html" title="librygel-renderer Reference Manual">
 
8
<link rel="up" href="ch01.html" title="librygel-renderer API Reference">
 
9
<link rel="prev" href="RygelPlaybinRenderer.html" title="RygelPlaybinRenderer">
 
10
<link rel="next" href="RygelMediaPlayer.html" title="RygelMediaPlayer">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
</head>
 
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
 
16
<tr valign="middle">
 
17
<td><a accesskey="p" href="RygelPlaybinRenderer.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
20
<th width="100%" align="center">librygel-renderer Reference Manual</th>
 
21
<td><a accesskey="n" href="RygelMediaPlayer.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
22
</tr>
 
23
<tr><td colspan="5" class="shortcuts">
 
24
<a href="#RygelPlaybinPlugin.synopsis" class="shortcut">Top</a>
 
25
                   | 
 
26
                  <a href="#RygelPlaybinPlugin.description" class="shortcut">Description</a>
 
27
                   | 
 
28
                  <a href="#RygelPlaybinPlugin.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
29
</td></tr>
 
30
</table>
 
31
<div class="refentry">
 
32
<a name="RygelPlaybinPlugin"></a><div class="titlepage"></div>
 
33
<div class="refnamediv"><table width="100%"><tr>
 
34
<td valign="top">
 
35
<h2><span class="refentrytitle"><a name="RygelPlaybinPlugin.top_of_page"></a>RygelPlaybinPlugin</span></h2>
 
36
<p>RygelPlaybinPlugin — Implementation of RygelMediaRendererPlugin for GStreamer.</p>
 
37
</td>
 
38
<td valign="top" align="right"></td>
 
39
</tr></table></div>
 
40
<div class="refsynopsisdiv">
 
41
<a name="RygelPlaybinPlugin.synopsis"></a><h2>Synopsis</h2>
 
42
<pre class="synopsis">#define             <a class="link" href="RygelPlaybinPlugin.html#RYGEL-PLAYBIN-TYPE-PLUGIN:CAPS" title="RYGEL_PLAYBIN_TYPE_PLUGIN">RYGEL_PLAYBIN_TYPE_PLUGIN</a>
 
43
#define             <a class="link" href="RygelPlaybinPlugin.html#RYGEL-PLAYBIN-PLUGIN-NAME:CAPS" title="RYGEL_PLAYBIN_PLUGIN_NAME">RYGEL_PLAYBIN_PLUGIN_NAME</a>
 
44
<a class="link" href="RygelPlaybinPlugin.html" title="RygelPlaybinPlugin"><span class="returnvalue">RygelPlaybinPlugin</span></a> * <a class="link" href="RygelPlaybinPlugin.html#rygel-playbin-plugin-new" title="rygel_playbin_plugin_new ()">rygel_playbin_plugin_new</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
 
45
struct              <a class="link" href="RygelPlaybinPlugin.html#RygelPlaybinPlugin-struct" title="struct RygelPlaybinPlugin">RygelPlaybinPlugin</a>;
 
46
struct              <a class="link" href="RygelPlaybinPlugin.html#RygelPlaybinPluginClass" title="struct RygelPlaybinPluginClass">RygelPlaybinPluginClass</a>;
 
47
</pre>
 
48
</div>
 
49
<div class="refsect1">
 
50
<a name="RygelPlaybinPlugin.object-hierarchy"></a><h2>Object Hierarchy</h2>
 
51
<pre class="synopsis">
 
52
  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
53
   +----<a href="../gupnp/GUPnPResourceFactory.html">GUPnPResourceFactory</a>
 
54
         +----RygelPlugin
 
55
               +----<a class="link" href="RygelMediaRendererPlugin.html" title="RygelMediaRendererPlugin">RygelMediaRendererPlugin</a>
 
56
                     +----RygelPlaybinPlugin
 
57
</pre>
 
58
</div>
 
59
<div class="refsect1">
 
60
<a name="RygelPlaybinPlugin.description"></a><h2>Description</h2>
 
61
<p>
 
62
</p>
 
63
<p>This class is useful only when implementing Rygel plugins.</p>
 
64
<p>
 
65
</p>
 
66
</div>
 
67
<div class="refsect1">
 
68
<a name="RygelPlaybinPlugin.details"></a><h2>Details</h2>
 
69
<div class="refsect2">
 
70
<a name="RYGEL-PLAYBIN-TYPE-PLUGIN:CAPS"></a><h3>RYGEL_PLAYBIN_TYPE_PLUGIN</h3>
 
71
<pre class="programlisting">#define RYGEL_PLAYBIN_TYPE_PLUGIN (rygel_playbin_plugin_get_type ())
 
72
</pre>
 
73
<p>
 
74
The type for <a class="link" href="RygelPlaybinPlugin.html" title="RygelPlaybinPlugin"><span class="type">RygelPlaybinPlugin</span></a>.
 
75
</p>
 
76
</div>
 
77
<hr>
 
78
<div class="refsect2">
 
79
<a name="RYGEL-PLAYBIN-PLUGIN-NAME:CAPS"></a><h3>RYGEL_PLAYBIN_PLUGIN_NAME</h3>
 
80
<pre class="programlisting">#define RYGEL_PLAYBIN_PLUGIN_NAME "Playbin"
 
81
</pre>
 
82
</div>
 
83
<hr>
 
84
<div class="refsect2">
 
85
<a name="rygel-playbin-plugin-new"></a><h3>rygel_playbin_plugin_new ()</h3>
 
86
<pre class="programlisting"><a class="link" href="RygelPlaybinPlugin.html" title="RygelPlaybinPlugin"><span class="returnvalue">RygelPlaybinPlugin</span></a> * rygel_playbin_plugin_new           (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
87
</div>
 
88
<hr>
 
89
<div class="refsect2">
 
90
<a name="RygelPlaybinPlugin-struct"></a><h3>struct RygelPlaybinPlugin</h3>
 
91
<pre class="programlisting">struct RygelPlaybinPlugin;</pre>
 
92
<p>
 
93
Implementation of RygelMediaRendererPlugin for GStreamer.
 
94
</p>
 
95
<p>
 
96
</p>
 
97
<p>This class is useful only when implementing Rygel plugins.</p>
 
98
<p>
 
99
</p>
 
100
</div>
 
101
<hr>
 
102
<div class="refsect2">
 
103
<a name="RygelPlaybinPluginClass"></a><h3>struct RygelPlaybinPluginClass</h3>
 
104
<pre class="programlisting">struct RygelPlaybinPluginClass {
 
105
        RygelMediaRendererPluginClass parent_class;
 
106
};
 
107
</pre>
 
108
<p>
 
109
The class structure for <a class="link" href="RygelPlaybinPlugin.html#RYGEL-PLAYBIN-TYPE-PLUGIN:CAPS" title="RYGEL_PLAYBIN_TYPE_PLUGIN"><code class="literal">RYGEL_PLAYBIN_TYPE_PLUGIN</code></a>. All the fields in this structure are private and should never be accessed directly.
 
110
</p>
 
111
<div class="variablelist"><table border="0">
 
112
<col align="left" valign="top">
 
113
<tbody><tr>
 
114
<td><p><span class="term"><a class="link" href="RygelMediaRendererPlugin.html#RygelMediaRendererPluginClass" title="struct RygelMediaRendererPluginClass"><span class="type">RygelMediaRendererPluginClass</span></a> <em class="structfield"><code><a name="RygelPlaybinPluginClass.parent-class"></a>parent_class</code></em>;</span></p></td>
 
115
<td>the parent class structure</td>
 
116
</tr></tbody>
 
117
</table></div>
 
118
</div>
 
119
</div>
 
120
</div>
 
121
<div class="footer">
 
122
<hr>
 
123
          Generated by GTK-Doc V1.18</div>
 
124
</body>
 
125
</html>
 
 
b'\\ No newline at end of file'