tizen 2.0 init
[framework/multimedia/gst-plugins-good0.10.git] / docs / plugins / html / gst-plugins-good-plugins-osxvideosink.html
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>osxvideosink</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7 <link rel="home" href="index.html" title="GStreamer Good Plugins 0.10 Plugins Reference Manual">
8 <link rel="up" href="ch01.html" title="gst-plugins-good Elements">
9 <link rel="prev" href="gst-plugins-good-plugins-osxaudiosrc.html" title="osxaudiosrc">
10 <link rel="next" href="gst-plugins-good-plugins-pngdec.html" title="pngdec">
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="gst-plugins-good-plugins-osxaudiosrc.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">GStreamer Good Plugins 0.10 Plugins Reference Manual</th>
21 <td><a accesskey="n" href="gst-plugins-good-plugins-pngdec.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="#gst-plugins-good-plugins-osxvideosink.synopsis" class="shortcut">Top</a>
25                    | 
26                   <a href="#gst-plugins-good-plugins-osxvideosink.description" class="shortcut">Description</a>
27                    | 
28                   <a href="#gst-plugins-good-plugins-osxvideosink.properties" class="shortcut">Properties</a>
29 </td></tr>
30 </table>
31 <div class="refentry">
32 <a name="gst-plugins-good-plugins-osxvideosink"></a><div class="titlepage"></div>
33 <div class="refnamediv"><table width="100%"><tr>
34 <td valign="top">
35 <h2><span class="refentrytitle"><a name="gst-plugins-good-plugins-osxvideosink.top_of_page"></a>osxvideosink</span></h2>
36 <p>osxvideosink — OSX native videosink</p>
37 </td>
38 <td valign="top" align="right"></td>
39 </tr></table></div>
40 <div class="refsynopsisdiv">
41 <a name="gst-plugins-good-plugins-osxvideosink.synopsis"></a><h2>Synopsis</h2>
42 <pre class="synopsis">struct              <a class="link" href="gst-plugins-good-plugins-osxvideosink.html#GstOSXVideoSink" title="struct GstOSXVideoSink">GstOSXVideoSink</a>;
43 </pre>
44 </div>
45 <div class="refsect1">
46 <a name="gst-plugins-good-plugins-osxvideosink.properties"></a><h2>Properties</h2>
47 <pre class="synopsis">
48   "<a class="link" href="gst-plugins-good-plugins-osxvideosink.html#GstOSXVideoSink--embed" title='The "embed" property'>embed</a>"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
49   "<a class="link" href="gst-plugins-good-plugins-osxvideosink.html#GstOSXVideoSink--fullscreen" title='The "fullscreen" property'>fullscreen</a>"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
50 </pre>
51 </div>
52 <div class="refsect1">
53 <a name="gst-plugins-good-plugins-osxvideosink.description"></a><h2>Description</h2>
54 <div class="refsynopsisdiv">
55 <h2>Synopsis</h2>
56 <div class="refsect2">
57 <a name="idp13072000"></a><h3>Element Information</h3>
58 <div class="variablelist"><table border="0">
59 <col align="left" valign="top">
60 <tbody>
61 <tr>
62 <td><p><span class="term">plugin</span></p></td>
63 <td>
64             <a class="link" href="gst-plugins-good-plugins-plugin-osxvideo.html#plugin-osxvideo">osxvideo</a>
65           </td>
66 </tr>
67 <tr>
68 <td><p><span class="term">author</span></p></td>
69 <td>Zaheer Abbas Merali &lt;zaheerabas at merali dot org&gt;</td>
70 </tr>
71 <tr>
72 <td><p><span class="term">class</span></p></td>
73 <td>Sink/Video</td>
74 </tr>
75 </tbody>
76 </table></div>
77 </div>
78 <hr>
79 <div class="refsect2">
80 <a name="idp17122128"></a><h3>Element Pads</h3>
81 </div>
82 </div>
83 <p>
84 </p>
85 </div>
86 <div class="refsect1">
87 <a name="gst-plugins-good-plugins-osxvideosink.details"></a><h2>Details</h2>
88 <div class="refsect2">
89 <a name="GstOSXVideoSink"></a><h3>struct GstOSXVideoSink</h3>
90 <pre class="programlisting">struct GstOSXVideoSink {
91   /* Our element stuff */
92   GstVideoSink videosink;
93   GstOSXWindow *osxwindow;
94   NSView *superview;
95 };
96 </pre>
97 <p>
98 </p>
99 </div>
100 </div>
101 <div class="refsect1">
102 <a name="gst-plugins-good-plugins-osxvideosink.property-details"></a><h2>Property Details</h2>
103 <div class="refsect2">
104 <a name="GstOSXVideoSink--embed"></a><h3>The <code class="literal">"embed"</code> property</h3>
105 <pre class="programlisting">  "embed"                    <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
106 <p>When enabled, it  can be embedded.</p>
107 <p>Default value: FALSE</p>
108 </div>
109 <hr>
110 <div class="refsect2">
111 <a name="GstOSXVideoSink--fullscreen"></a><h3>The <code class="literal">"fullscreen"</code> property</h3>
112 <pre class="programlisting">  "fullscreen"               <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
113 <p>When enabled, the view  is fullscreen.</p>
114 <p>Default value: FALSE</p>
115 </div>
116 </div>
117 </div>
118 <div class="footer">
119 <hr>
120           Generated by GTK-Doc V1.18</div>
121 </body>
122 </html>