~dkuhlman/python-training-materials/Materials

« back to all changes in this revision

Viewing changes to python-2.7.11-docs-html/library/mm.html

  • Committer: Dave Kuhlman
  • Date: 2017-04-15 16:24:56 UTC
  • Revision ID: dkuhlman@davekuhlman.org-20170415162456-iav9vozzg4iwqwv3
Updated docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
 
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
 
 
4
 
 
5
 
<html xmlns="http://www.w3.org/1999/xhtml">
6
 
  <head>
7
 
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
 
    
9
 
    <title>21. Multimedia Services &mdash; Python 2.7.11 documentation</title>
10
 
    
11
 
    <link rel="stylesheet" href="../_static/classic.css" type="text/css" />
12
 
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
13
 
    
14
 
    <script type="text/javascript">
15
 
      var DOCUMENTATION_OPTIONS = {
16
 
        URL_ROOT:    '../',
17
 
        VERSION:     '2.7.11',
18
 
        COLLAPSE_INDEX: false,
19
 
        FILE_SUFFIX: '.html',
20
 
        HAS_SOURCE:  true
21
 
      };
22
 
    </script>
23
 
    <script type="text/javascript" src="../_static/jquery.js"></script>
24
 
    <script type="text/javascript" src="../_static/underscore.js"></script>
25
 
    <script type="text/javascript" src="../_static/doctools.js"></script>
26
 
    <script type="text/javascript" src="../_static/sidebar.js"></script>
27
 
    <link rel="search" type="application/opensearchdescription+xml"
28
 
          title="Search within Python 2.7.11 documentation"
29
 
          href="../_static/opensearch.xml"/>
30
 
    <link rel="author" title="About these documents" href="../about.html" />
31
 
    <link rel="copyright" title="Copyright" href="../copyright.html" />
32
 
    <link rel="top" title="Python 2.7.11 documentation" href="../contents.html" />
33
 
    <link rel="up" title="The Python Standard Library" href="index.html" />
34
 
    <link rel="next" title="21.1. audioop — Manipulate raw audio data" href="audioop.html" />
35
 
    <link rel="prev" title="20.25. DocXMLRPCServer — Self-documenting XML-RPC server" href="docxmlrpcserver.html" />
36
 
    <link rel="shortcut icon" type="image/png" href="../_static/py.png" />
37
 
    <script type="text/javascript" src="../_static/copybutton.js"></script>
38
 
    <script type="text/javascript" src="../_static/version_switch.js"></script>
39
 
 
40
 
    
41
 
 
42
 
  </head>
43
 
  <body role="document">  
44
 
    <div class="related" role="navigation" aria-label="related navigation">
45
 
      <h3>Navigation</h3>
46
 
      <ul>
47
 
        <li class="right" style="margin-right: 10px">
48
 
          <a href="../genindex.html" title="General Index"
49
 
             accesskey="I">index</a></li>
50
 
        <li class="right" >
51
 
          <a href="../py-modindex.html" title="Python Module Index"
52
 
             >modules</a> |</li>
53
 
        <li class="right" >
54
 
          <a href="audioop.html" title="21.1. audioop — Manipulate raw audio data"
55
 
             accesskey="N">next</a> |</li>
56
 
        <li class="right" >
57
 
          <a href="docxmlrpcserver.html" title="20.25. DocXMLRPCServer — Self-documenting XML-RPC server"
58
 
             accesskey="P">previous</a> |</li>
59
 
        <li><img src="../_static/py.png" alt=""
60
 
                 style="vertical-align: middle; margin-top: -1px"/></li>
61
 
        <li><a href="https://www.python.org/">Python</a> &raquo;</li>
62
 
        <li>
63
 
          <span class="version_switcher_placeholder">2.7.11</span>
64
 
          <a href="../index.html">Documentation</a> &raquo;
65
 
        </li>
66
 
 
67
 
          <li class="nav-item nav-item-1"><a href="index.html" accesskey="U">The Python Standard Library</a> &raquo;</li> 
68
 
      </ul>
69
 
    </div>    
70
 
 
71
 
    <div class="document">
72
 
      <div class="documentwrapper">
73
 
        <div class="bodywrapper">
74
 
          <div class="body" role="main">
75
 
            
76
 
  <div class="section" id="multimedia-services">
77
 
<span id="mmedia"></span><h1>21. Multimedia Services<a class="headerlink" href="#multimedia-services" title="Permalink to this headline">¶</a></h1>
78
 
<p>The modules described in this chapter implement various algorithms or interfaces
79
 
that are mainly useful for multimedia applications.  They are available at the
80
 
discretion of the installation.  Here&#8217;s an overview:</p>
81
 
<div class="toctree-wrapper compound">
82
 
<ul>
83
 
<li class="toctree-l1"><a class="reference internal" href="audioop.html">21.1. <code class="docutils literal"><span class="pre">audioop</span></code> &#8212; Manipulate raw audio data</a></li>
84
 
<li class="toctree-l1"><a class="reference internal" href="imageop.html">21.2. <code class="docutils literal"><span class="pre">imageop</span></code> &#8212; Manipulate raw image data</a></li>
85
 
<li class="toctree-l1"><a class="reference internal" href="aifc.html">21.3. <code class="docutils literal"><span class="pre">aifc</span></code> &#8212; Read and write AIFF and AIFC files</a></li>
86
 
<li class="toctree-l1"><a class="reference internal" href="sunau.html">21.4. <code class="docutils literal"><span class="pre">sunau</span></code> &#8212; Read and write Sun AU files</a><ul>
87
 
<li class="toctree-l2"><a class="reference internal" href="sunau.html#au-read-objects">21.4.1. AU_read Objects</a></li>
88
 
<li class="toctree-l2"><a class="reference internal" href="sunau.html#au-write-objects">21.4.2. AU_write Objects</a></li>
89
 
</ul>
90
 
</li>
91
 
<li class="toctree-l1"><a class="reference internal" href="wave.html">21.5. <code class="docutils literal"><span class="pre">wave</span></code> &#8212; Read and write WAV files</a><ul>
92
 
<li class="toctree-l2"><a class="reference internal" href="wave.html#wave-read-objects">21.5.1. Wave_read Objects</a></li>
93
 
<li class="toctree-l2"><a class="reference internal" href="wave.html#wave-write-objects">21.5.2. Wave_write Objects</a></li>
94
 
</ul>
95
 
</li>
96
 
<li class="toctree-l1"><a class="reference internal" href="chunk.html">21.6. <code class="docutils literal"><span class="pre">chunk</span></code> &#8212; Read IFF chunked data</a></li>
97
 
<li class="toctree-l1"><a class="reference internal" href="colorsys.html">21.7. <code class="docutils literal"><span class="pre">colorsys</span></code> &#8212; Conversions between color systems</a></li>
98
 
<li class="toctree-l1"><a class="reference internal" href="imghdr.html">21.8. <code class="docutils literal"><span class="pre">imghdr</span></code> &#8212; Determine the type of an image</a></li>
99
 
<li class="toctree-l1"><a class="reference internal" href="sndhdr.html">21.9. <code class="docutils literal"><span class="pre">sndhdr</span></code> &#8212; Determine type of sound file</a></li>
100
 
<li class="toctree-l1"><a class="reference internal" href="ossaudiodev.html">21.10. <code class="docutils literal"><span class="pre">ossaudiodev</span></code> &#8212; Access to OSS-compatible audio devices</a><ul>
101
 
<li class="toctree-l2"><a class="reference internal" href="ossaudiodev.html#audio-device-objects">21.10.1. Audio Device Objects</a></li>
102
 
<li class="toctree-l2"><a class="reference internal" href="ossaudiodev.html#mixer-device-objects">21.10.2. Mixer Device Objects</a></li>
103
 
</ul>
104
 
</li>
105
 
</ul>
106
 
</div>
107
 
</div>
108
 
 
109
 
 
110
 
          </div>
111
 
        </div>
112
 
      </div>
113
 
      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
114
 
        <div class="sphinxsidebarwrapper">
115
 
  <h4>Previous topic</h4>
116
 
  <p class="topless"><a href="docxmlrpcserver.html"
117
 
                        title="previous chapter">20.25. <code class="docutils literal"><span class="pre">DocXMLRPCServer</span></code> &#8212; Self-documenting XML-RPC server</a></p>
118
 
  <h4>Next topic</h4>
119
 
  <p class="topless"><a href="audioop.html"
120
 
                        title="next chapter">21.1. <code class="docutils literal"><span class="pre">audioop</span></code> &#8212; Manipulate raw audio data</a></p>
121
 
<h3>This Page</h3>
122
 
<ul class="this-page-menu">
123
 
  <li><a href="../bugs.html">Report a Bug</a></li>
124
 
  <li><a href="../_sources/library/mm.txt"
125
 
         rel="nofollow">Show Source</a></li>
126
 
</ul>
127
 
 
128
 
<div id="searchbox" style="display: none" role="search">
129
 
  <h3>Quick search</h3>
130
 
    <form class="search" action="../search.html" method="get">
131
 
      <input type="text" name="q" />
132
 
      <input type="submit" value="Go" />
133
 
      <input type="hidden" name="check_keywords" value="yes" />
134
 
      <input type="hidden" name="area" value="default" />
135
 
    </form>
136
 
    <p class="searchtip" style="font-size: 90%">
137
 
    Enter search terms or a module, class or function name.
138
 
    </p>
139
 
</div>
140
 
<script type="text/javascript">$('#searchbox').show(0);</script>
141
 
        </div>
142
 
      </div>
143
 
      <div class="clearer"></div>
144
 
    </div>  
145
 
    <div class="related" role="navigation" aria-label="related navigation">
146
 
      <h3>Navigation</h3>
147
 
      <ul>
148
 
        <li class="right" style="margin-right: 10px">
149
 
          <a href="../genindex.html" title="General Index"
150
 
             >index</a></li>
151
 
        <li class="right" >
152
 
          <a href="../py-modindex.html" title="Python Module Index"
153
 
             >modules</a> |</li>
154
 
        <li class="right" >
155
 
          <a href="audioop.html" title="21.1. audioop — Manipulate raw audio data"
156
 
             >next</a> |</li>
157
 
        <li class="right" >
158
 
          <a href="docxmlrpcserver.html" title="20.25. DocXMLRPCServer — Self-documenting XML-RPC server"
159
 
             >previous</a> |</li>
160
 
        <li><img src="../_static/py.png" alt=""
161
 
                 style="vertical-align: middle; margin-top: -1px"/></li>
162
 
        <li><a href="https://www.python.org/">Python</a> &raquo;</li>
163
 
        <li>
164
 
          <span class="version_switcher_placeholder">2.7.11</span>
165
 
          <a href="../index.html">Documentation</a> &raquo;
166
 
        </li>
167
 
 
168
 
          <li class="nav-item nav-item-1"><a href="index.html" >The Python Standard Library</a> &raquo;</li> 
169
 
      </ul>
170
 
    </div>  
171
 
    <div class="footer">
172
 
    &copy; <a href="../copyright.html">Copyright</a> 1990-2016, Python Software Foundation.
173
 
    <br />
174
 
    The Python Software Foundation is a non-profit corporation.
175
 
    <a href="https://www.python.org/psf/donations/">Please donate.</a>
176
 
    <br />
177
 
    Last updated on Jan 23, 2016.
178
 
    <a href="../bugs.html">Found a bug</a>?
179
 
    <br />
180
 
    Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.3.3.
181
 
    </div>
182
 
 
183
 
  </body>
184
 
</html>
 
 
b'\\ No newline at end of file'